Loop Control Statements in SAP ABAP
CONTINUE : Immediately skip the rest of the code within the loop and start the loop for the next value.
CHECK : If condition is false. Start the loop for the next value.
EXIT : Terminates the loop entirely and transfers execution to the statement immediately following the loop.
No comments:
Post a Comment