Login
Remember
Register
Ask a Question
If the internal table is empty,_____________.
0
votes
asked
Apr 13, 2022
in
SAP ABAP
by
john ganales
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
sap-internal-table
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Apr 13, 2022
by
john ganales
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
...