SAP LOOP - Reference ABAP Statements

Get Example source ABAP code based on a different SAP table
  


Standard SAP Help for LOOP

LOOP

ABAP Reference
ABAP Code Snippet


ABAP Syntax LOOP.

...
ENDLOOP.
ABAP Code Snippet

What does it do? Obsolete: Reads the extract data set of the program in a loop and assigns (for each loop pass) the content of the read row to the data objects that make up the field group defined using INSERT INTO field_group.

Return to menu