ABAP programming language provides the following types of loop to handle looping requirements.
S.No. Loop Type & Description
1 WHILE loop
Repeats a statement or group of statements when a given condition is true. It tests the condition before executing the loop body.
2 Do loop
The DO statement is useful for repeating particular task a specific number of times.
3 Nested loop
You may use one or more loops inside any another WHILE or DO loop.
Serkan AKKAVAK
Computer Engineer BSc
SAP Department Manager
Contact : serkurumsal@yandex.com
0 Comments