SAP LOOP - Glossary

Get Example source ABAP code based on a different SAP table
  


ARTICLE

Loop
Also known as iteration; a control structure consisting of a statement block defined using keywords (DO - ENDDO , WHILE - ENDWHILE, LOOP - ENDLOOP, PROVIDE - ENDPROVIDE, SELECT - ENDSELECT) and capable of being executed multiple times.
ABAP_MORE_INFO