SAP ENUMERATED CONSTANT - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

enumerated constant
A constant declared in the definition of an enumerated type that contains an enumerated value of the enumerated type. An enumerated constant is a special enumerated object. Its data type is the enumerated type. The technical data type of the enumerated value is the base type of the enumerated type. See also enumerated structure.
ABAP_MORE_INFO