SAP LOOP - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

loop
Control structure that performs an iteration. Consists of a statement block defined by the keywords DO - ENDDO, WHILE - ENDWHILE, LOOP - ENDLOOP, PROVIDE - ENDPROVIDE, SELECT - ENDSELECT and that can be executed multiple times.
ABAP_MORE_INFO