SAP LEAVE LOOPS



Get Example source ABAP code based on a different SAP table
  



Exiting Loops
The following statement can be used to exit a loop completely:
EXIT
The following statements can be used to exit the current loop pass:
CONTINUE
CHECK