SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Reference → Data Interfaces and Communication Interfaces → ABAP and XML →Transformations for XML
The AS ABAP kernel contains processors for the following transformations:
Appropriate transformation programs can be created in the ABAP repository and called using the statement
Transformations can be used to serialize ABAP data to XML and deserialize XML data to ABAP. The asXML format is provided for mappings of ABAP data to XML:
The source and target of these transformations can be ABAP data objects, XML data in strings, or internal tables or objects from class libraries for XML.
Example
The transaction STDEMO demonstrates various transformations from ABAP data to XML and JSON.