SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Short Reference →
INCLUDE - TYPE, STRUCTURE - Short Reference
Syntax
INCLUDE { {TYPE struc_type} | {STRUCTURE struc} }
[AS name [RENAMING WITH SUFFIX suffix]].
Effect
Adopts all the components of the structured type struc_type or the structure struc at the current position in a structure definition.
Additions