SAP CONTROL STRUCTURE - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

control structure
Means of structuring a processing block in statement blocks. Possible control structures are sequence, branch, and loop as well as special control structures for exception handling. Control structures can be nested, so that statement blocks can contain other control structures.
ABAP_MORE_INFO