ABAP Keyword Documentation →  ABAP − Reference →  Program Flow Logic → 

Control Structures

The statements in a processing block are organized into control structures. These define statement blocks and control the program flow within a processing block. They determine the conditions under which statement blocks are processed and how often this occurs. Control structures can be nested. Statement blocks in control structures can also contain control structures.

The following control structures exist:

There are also special control structures for exception handling.

Note

ON CHANGE OF is an obsolete control structure.




Continue
Branches
Loops
Program Interruption