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.




Continue
XSL Transformations
Simple Transformations
asXML - Canonical XML Representation
CALL TRANSFORMATION