Ansicht
Dokumentation

ABAPWHILE_SHORTREF - WHILE SHORTREF

ABAPWHILE_SHORTREF - WHILE SHORTREF

Fill RESBD Structure from EBP Component Structure   General Material Data  
This documentation is copyright by SAP AG.
SAP E-Book

WHILE

Reference



Syntax

WHILE log_exp
      [VARY dobj FROM dobj1 NEXT dobj2 [RANGE range]
      [VARY ...]].
  [statement_block]
ENDWHILE.


Effect

Executes the statement block statement_block in a loop as long as the logical expression log_exp is true.

Addition

  • VARY 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.





ROGBILLS - Synchronize billing plans   CPI1466 during Backup  
This documentation is copyright by SAP AG.

Length: 1068 Date: 20240517 Time: 102628     sap01-206 ( 22 ms )