SAP DDIC INCLUDE STRUCTURE
Get Example source ABAP code based on a different SAP table
ABAP_DDIC - Include Structures
Components of a structure can be defined by including the components of other DDIC structures, including DDIC database tables or DDIC views. These included structures are referred to as include structures or includes for short. From a technical perspective, the structure in which an include structure is included refers to the included structure and is modified accordingly whenever changes are made to the included structure. An include structure can itself contain include structures, with the maximum nesting depth being nine includes.
When an include structure is included, all of its components are added to the encompassing structure. No substructure is created, which means that the components are inserted as if they were specified individually at this position and they are handled like directly defined components. Regular components and include structures can be combined as required.
When a structure is included as an include structure, it can be assigned a group name and a three-character suffix.
Group names and suffixes are assigned in the same way as with the additions