ABAP Keyword Documentation → ABAP Glossary
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.