TYPES BEGIN OF

Reference

Syntax

TYPES BEGIN OF struc_type.
  ...
  TYPES | 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 with INCLUDE from other structures.