ABAP Keyword Documentation → ABAP - Short Reference
EXIT - Short Reference
Other versions: 7.31 | 7.40 | 7.54
Syntax
EXIT.
Effect
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.