Skip to content

ABAP Keyword Documentation →  ABAP Glossary 

enumerated object

Data object with an enumerated type. An enumerated object can only contain the enumerated values of the enumerated type. The data type of an enumerated object is the enumerated type. The technical data type of the content is the base type of the enumerated type. Enumerated variables are variable enumerated objects, which can only contain the associated enumerated values. Enumerated constants and components of enumerated structures are special enumerated objects that define the value set of an enumerated type.

More

Other versions: 7.31 | 7.40 | 7.54