SAP DO ABAP Statements



Get Example source ABAP code based on a different SAP table
  


ID DO
• DO ABAP Statement

DO
Short Reference

ABAP_SYNTAX
DO $[n TIMES$].
$[statement_block$]
ENDDO.

ABAP Addition
... n TIMES

What does it do?
Unconditional loop. The statements DO and ENDDO define a control structure, which can contain a complete statement block statement_block .
Without the addition n TIMES, the statement block is repeated until it is exited using one of the following statements: