ABAP Keyword Documentation → ABAP Glossary
enumerated variable
Variable with an enumerated type. An enumerated variable is a variable enumerated object and can only contain the corresponding enumerated values. The data type of an enumerated variable is the enumerated type. The technical data type of the content is the base type of the enumerated type.
Other versions:
7.31 | 7.40 | 7.54