What is the output of below code ? TYPES: BEGIN OF ty_table, index TYPE int4, END OF ty_table. DATA : i_table TYPE TABLE OF ty_table, w_table TYPE ty_table, l_data TYPE sy-index, l_value TYPE sy-tabix. DO 10 TIMES. w_table-index = sy-index + 1. APPEND w_table TO i_table. ENDDO. LOOP AT i_table INTO w_table WHERE index < 5. l_data = sy-index. l_value = sy-tabix. ENDLOOP. l_value = sy-tabix. WRITE :/ l_data, l_value.
0 3
5 5
0 10
3 3
Verified Answer
Correct Option - c
To get all Infosys Certified Professional in SAP ABAP for Functional Consultant - I Exam questions Join Telegram Group https://rebrand.ly/lex-telegram-236dee