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