Skip to content

ABAP Keyword Documentation →  ABAP - Reference →  Data Interfaces and Communication Interfaces →  ABAP and JSON →  Transformations for JSON →  asJSON - Canonical JSON Representation 

asJSON - Mapping of ABAP Data Types

Named data objects other than reference variables are represented in asJON as the content of the following object components:

"bn1":...
"bn1":...
...

An additional object is implemented for the objects referenced by reference variables:

"%heap":...

Depending on the ABAP data type, serializations map the value of named data objects to a particular JSON representation; deserializations operate in the opposite direction:

Other versions: 7.31 | 7.40 | 7.54

Continue

asJSON - Mapping of Elementary ABAP Types

asJSON - Mapping of Structures

asJSON - Mapping of Internal Tables

asJSON - Mapping of Reference Variables and Objects