SAP ENUMERATED VARIABLE - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

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