0 votes
in SAP ABAP by
Syntax for Loop in ABAP.

a) LOOP AT <internal table> INTO <work area>

b) LOOP AT <internal table>

c) Both the syntax

d) None of these

1 Answer

0 votes
by
c) Both the syntax

Syntax for Loop in ABAP. are as below:

LOOP AT <internal table> INTO <work area> or LOOP AT <internal table>
...