ABAP Keyword Documentation →  ABAP − Short Reference → 

EXIT - Short Reference

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.