SAP ABAP XML TRAFOS
Get Example source ABAP code based on a different SAP table
ABAP_XML - Transformations
The AS ABAP kernel contains processors for the following transformations:
Appropriate transformation programs can be created in the ABAP repository and called using the following statement:
The possible transformations fulfill the following purposes:
To also access ABAP data using XSL transformations, the asXML format can be used as an intermediate format, which defines a mapping between ABAP data and XML:
The source and target of these transformations can be ABAP data objects, XML data in strings, or internal tables or objects from
VX_EXA_ONLY
Example ABAP Coding
The transaction
ABAP_EXAMPLE_END