SAP DATA ENUM ABAP Statements
Get Example source ABAP code based on a different SAP table
ABAP_SYNTAX
What does it do?
Declaration of an
The data type of an enumerated variable is its enumerated type. The enumerated type prescribes the
The technical type of the enumerated value in an enumerated variable is the
Latest notes:
NON_V5_HINTS
For more information about using enumerated variables, see
ABAP_HINT_END
ABAP_EXAMPLE_VX5
In this example, three enumerated variables are declared:
Each enumerated variable is assigned a valid value. The output shows the name of the assigned enumerated constant and the actual value for each enumerated variable. A special rule for the conversion operator
ABEXA 00171
ABAP_EXAMPLE_END
Return to menu