SAP CONTROL STRUCTURE - Glossary

Get Example source ABAP code based on a different SAP table
  


ARTICLE

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.
ABAP_MORE_INFO