Reference
TYPES BEGIN OF struc_type. ... TYPES | INCLUDE ... ... DATA END OF struc_type.
Defines a structured data type struc_type, whose components can be defined by any TYPES statements or copied with INCLUDE from other structures.