SAP ABAP XML TRAFOS

Get Example source ABAP code based on a different SAP table
  


ARTICLE

Transformations for XML
The AS ABAP kernel contains processors for the following transformations:
XSL transformations
Simple transformations
Appropriate transformation programs can be created in the ABAP repository and called using the statement
CALL TRANSFORMATION.
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:
asXML - Canonical XML representation
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 Standard SAP Help forEMO demonstrates various transformations from ABAP data to XML and JSON.