Skip to content

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

Other versions: 7.31 | 7.40 | 7.54

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.