SAP EXIT STEP-LOOP ABAP Statements

Get Example source ABAP code based on a different SAP table
  


Standard SAP Help for EXIT

EXIT FROM STEP-LOOP

Short Reference
• EXIT FROM STEP-LOOP ABAP Statement


ABAP Syntax EXIT FROM STEP-LOOP.


What does it do? 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, then the program terminates with a termination message.

Return to menu