SAP EXIT - Reference ABAP Statements

Get Example source ABAP code based on a different SAP table
  


Standard SAP Help for EXIT

EXIT

ABAP Reference
ABAP Code Snippet


ABAP Syntax EXIT.

ABAP Code Snippet

What does it do? Exits a loop or a processing block. Within a loop, the entire loop processing is terminated and the program resumes after the loop. Outside of a loop, the current processing block is terminated.


Return to menu