0 votes
in SAP ABAP by
If the internal table is empty,_____________.

a) control traverses in the entire loop

b) all the statements between LOOP and ENDLOOP are ignored

c) all the statements between LOOP and ENDLOOP are processed

d) it results in runtime error

1 Answer

0 votes
by

c) all the statements between LOOP and ENDLOOP are processed

If the internal table is empty then all the statements between LOOP and ENDLOOP are processed
...