SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Short Reference →
TYPES BEGIN OF - Short Reference
Syntax
TYPES BEGIN OF struc_type.
...
TYPES ... [BOXED].
INCLUDE ...
...
DATA END OF struc_type.
Effect
Defines a structured data type struc_type, whose components can be defined
by any TYPES statements or copied by INCLUDE from other structures.