Skip to content

ABAP Keyword Documentation →  ABAP − Reference →  SAP GUI User Dialogs →  General Dynpros →  ABAP Statements for Dynpros 

EXIT FROM STEP-LOOP

Quick Reference

Other versions: 7.31 | 7.40 | 7.54

Syntax


EXIT FROM STEP-LOOP. 

Effect

When processing table controls or step loops with the statement LOOP in the dynpro flow logic, this statement causes the loop to be terminated immediately. The current ABAP- processing block is exited instantly and the dynpro flow logic continues after the statement ENDLOOP. During PBO processing, the statement causes the current table control row and the following rows or step loop groups to be hidden on the screen. If the statement is not executed in the processing of a LOOP loop in the dynpro flow logic, the program terminates with a termination message.