ABAP Keyword Documentation →  ABAP − Short Reference → 

CHECK - Short Reference

Reference

Syntax

CHECK log_exp|SELECT-OPTIONS.

Effect

Exits a loop or a processing block if the logical expression log_exp is incorrect. Within a loop, the current loop pass is exited and the next loop pass is executed. Outside of a loop, the current processing block is terminated.