ABAP Keyword Documentation → ABAP Glossary
enumerated type
An enumerated type (enum for short) is a data type that dictates a value set in addition to the type attributes. An
enumerated variable of an enumerated type can only accept the defined
enumerated values, which are the content of
enumerated constants or components of an
enumerated structure.
An enumerated type is defined with TYPES BEGIN OF ENUM
.
Other versions:
7.31 | 7.40 | 7.54