ABAP Keyword Documentation → ABAP Glossary
control structure
Method of structuring a processing block in statement blocks. Possible control structures are sequences, branches, and loops as well as special control structures for exception handling. Control structures can be nested, so that closed statement blocks can contain other control structures.