ABAP Keyword Documentation →  ABAP − Short Reference → 

TYPES BEGIN OF - Short Reference

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.

Addition