ABAP Keyword Documentation → ABAP - Reference → Data Interfaces and Communication Interfaces → ABAP and XML → asXML - Canonical XML Representation
asXML - Mapping of ABAP Data Types
Named data objects other than reference variables are represented in asXML as the text content of the following elements:
<bn2>...</bn2>
...
An additional area is implemented for the objects referenced by reference variables:
...
</asx:heap>
Depending on the ABAP data type, serializations map the value of named data objects to a particular XML representation; deserializations operate in the opposite direction:
Other versions: 7.31 | 7.40 | 7.54
Continue
asXML - Mapping of Elementary ABAP Types
asXML - Mapping of Internal Tables
asXML - Mapping of Reference Variables and Referenced Objects