SAP ABAP ASJSON ABAP TYPES ENUM
Get Example source ABAP code based on a different SAP table
ABAP_ASJSON - Mapping of Enumerated Types
The asJSON representation of
ABAP_EXAMPLE_VX5
Serialization of an internal table with enumerated values by JSON.
ABEXA 00805
The output is:
'COLORS':
[
'RED',
'BLUE',
'GREEN'
]
}>
ABAP_EXAMPLE_END