SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Short Reference →
EXIT - Short Reference
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.