SAP Tutorials Blog

 

Loop Control Statements

Loop control statements change execution from its normal sequence. ABAP includes control statements that allow loops to be ended prematurely. It supports the following control statements.


S.No. Control Statement & Description

1 CONTINUE

Causes the loop to skip the remainder of its body and starts the next loop pass.


2 CHECK

If the condition is false, then the remaining statements after the CHECK are just ignored and the system starts the next loop pass.


3 EXIT

Terminates the loop entirely and transfers execution to the statement immediately following the loop.


Serkan AKKAVAK

Computer Engineer BSc

SAP Department Manager

Contact : serkurumsal@yandex.com