ABAP Keyword Documentation → ABAP - Reference → Program Flow → Control Structures
Loops
This section describes the loops defined using
DO
-ENDDO
, and
Other keywords for defining loops are:
LOOP
-ENDLOOP
, and
PROVIDE
-ENDPROVIDE
for loops through internal tables and
SELECT
-ENDSELECT
for loops through the result set of a database access
Other versions: 7.31 | 7.40 | 7.54