ABAP - Keyword Documentation →  ABAP - Release-Specific Changes →  Changes in Releases 7.5x →  Changes in Release 7.51 → 

Enumerated Types in Release 7.51


1.Enumerated types



Modification 1

Enumerated Types

The statement TYPES BEGIN OF ENUM can be used to define enumerated types for enumerated variables, which can have only enumerated values defined for this type.

The document Enumerated Objects summarizes the properties of enumerated types and enumerated objects.