SAP INDICATOR STRUCTURE - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

indicator structure
Substructure of a structured type. The indicator structure is the last component of the structured type and mirrors the preceding components. The components of the substructure serve as indicators for features of the preceding components. Besides actual indicator structures, there are also condensed indicator structures that are realized by byte fields where the individual bits serve as indicators. Indicator structures can be defined with the addition WITH INDICATORS of the statement TYPES and can be used as ABAP SQL indicators. In the latter case, also inline declarations are possible.