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