ABAP Keyword Documentation → ABAP Glossary
enumerated value
An enumerated value is a permitted value of an enumerated variable. The possible enumerated values are defined in the definition of the enumerated type of the enumerated variable as the values of enumerated constants or of components of an enumerated structure. The technical data type of an enumerated value is the base type of the enumerated type.
Other versions:
7.31 | 7.40 | 7.54