Ansicht
Dokumentation

ABAPEXIT_LOOP - EXIT LOOP

ABAPEXIT_LOOP - EXIT LOOP

ROGBILLS - Synchronize billing plans   SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up  
This documentation is copyright by SAP AG.
SAP E-Book

EXIT, loop

Short Reference



EXIT.

Effect

If the EXIT statement is listed within a loop, it exits the loop by terminating the current loop pass. The program flow resumes after the closing statement of the loop.

Note

Outside of a loop, the statement EXIT exits the current processing block (see EXIT - Processing Block). EXIT, however, it should only be used within loops.

Exit of a loop using EXIT if the loop index sy-index is greater than a number limit.

Exit of a loop using EXIT if the loop index sy-index is greater than a number limit.






CL_GUI_FRONTEND_SERVICES - Frontend Services   Vendor Master (General Section)  
This documentation is copyright by SAP AG.

Length: 1204 Date: 20240424 Time: 033026     sap01-206 ( 52 ms )