ABAPDO_SHORTREF - DO SHORTREF
CPI1466 during Backup rdisp/max_wprun_time - Maximum work process run timeThis documentation is copyright by SAP AG.
DO
Syntax
DO [n TIMES]
[VARYING dobj FROM dobj1 NEXT dobj2 [RANGE range]
[VARYING ...]].
[statement_block]
ENDDO.
Effect
Executes the statement_block statement block several times in one loop.
Additions
- n TIMES
Limits the number of loop passes to n. - VARYING dobj FROM dobj1 NEXT dobj2 [RANGE range]
Obsolete: Assigns a value at every loop pass to the variable dobj. This valueis determined by the sequence of dobj1 and dobj2 in the memory. With data object range, you can limit the addressable memory area.
BAL Application Log Documentation CL_GUI_FRONTEND_SERVICES - Frontend Services
This documentation is copyright by SAP AG.
Length: 1037 Date: 20120522 Time: 051943 triton ( 64 ms )






