INCLUDE TYPE
Basic form
INCLUDE TYPE subRec.
Effect
When you define a structure rec (with
DATA or
TYPES ), this statement copies the
components of the structured data type subRec to the structure
rec .
Since you can define nested data structures (i.e. structures with
sub-structures) starting from Release 3.0, you should use INCLUDE
TYPE only if you want to introduce types in a program first and
nested structures in a later step.
Related
INCLUDE STRUCTURE
Index
© SAP AG 1996