ABAP Keyword Documentation → ABAP - Quick Reference
TYPES BEGIN OF - Quick reference
Other versions: 7.31 | 7.40 | 7.54
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.
Addition
-
BOXED
Declares a substructure as a static boxed component.