ABAP Keyword Documentation → ABAP Glossary
Control Structure
Means of structuring a processing block in statement blocks. The possible control structures are sequence, branch, and loop as well as special control structures for exception handling. Control structures can be nested, so that closed statement blocks can contain other control structures.