SAP CHECK - Reference ABAP Statements

Get Example source ABAP code based on a different SAP table
  


Standard SAP Help for CHECK

CHECK

ABAP Reference
ABAP Code Snippet


ABAP Syntax CHECK
log_exp|SELECT-OPTIONS.
ABAP Code Snippet

What does it do? 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.

Return to menu