SAP ENUMERATED OBJECT - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

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 that 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.
ABAP_MORE_INFO