Documentation View

We are hiring and constantly growing! Have a look through our vacancies to find the right role for you!

ABAPDO_SHORTREF - DO SHORTREF

ABAPDO_SHORTREF - DO SHORTREF

CL_GUI_FRONTEND_SERVICES - Frontend Services   BAL_S_LOG - Application Log: Log header data  
This documentation is copyright by SAP AG.
SAP E-Book

DO

Reference



Syntax

DO [n TIMES]
   [VARYING dobj FROM dobj1 NEXT dobj2 [RANGE range]
   [VARYING ...]].
  [statement_block]
ENDDO.


Effect

Executes the statement block statement_block more than once in a single loop.

Additions

  • n TIMES
    Limits the number of loop passes to n.
  • VARYING dobj FROM dobj1 NEXT dobj2 $[RANGE range$]
    Obsolete: In each loop pass of a variable, assigns a value from the sequence defined in the memory using dobj1 and dobj2 to a variable dobj. The data object range limits the addressable memory area. addressable memory area.





CL_GUI_FRONTEND_SERVICES - Frontend Services   Fill RESBD Structure from EBP Component Structure  
This documentation is copyright by SAP AG.

Length: 1057 Date: 20230328 Time: 170344     sap01-206 ( 21 ms )