How many rows will it_struct have after execution of the below code? TYPES : BEGIN OF struct, name TYPE c LENGTH 10, stream TYPE c LENGTH 5, END OF struct. DATA: it_struct TYPE STANDARD TABLE OF struct. DATA : wa_struct LIKE LINE OF it_struct. wa_struct-name = "John". wa_struct-stream = "SAP". APPEND wa_struct TO it_struct. wa_struct-name = "Julia". wa_struct-stream = "JAVA". wa_struct-name = "Sam". wa_struct-stream = "SAP". APPEND wa_struct TO it_struct.

3
2
Error in the code
None of the above
Verified Answer
Correct Option - b

To get all Infosys Certified Professional in SAP ABAP for Functional Consultant - I Exam questions Join Telegram Group https://rebrand.ly/lex-telegram-236dee

Telegram