SAP ABAP JSON TRAFOS SELF
Get Example source ABAP code based on a different SAP table
ABAP_JSON - Self-Written TransformationsSelf-written XSLT programs and Simple Transformations enable the following transformations:
Serialization of ABAP data objects to JSON
An XSL transformation> accesses the asXML> representation of the connected ABAP data, created internally. It must transform asXML to JSON-XML.
A Simple Transformation> accesses the connected ABAP data directly. It must create a valid JSON-XML representation.
Deserialization from JSON to ABAP data objects:
An XSL transformation> must transform JSON-XML to an asXML> representation of the bound ABAP data objects.
A Simple Transformation> must process JSON-XML and write the data to the bound ABAP data objects.
XSL transformations between JSON and XML or between JSON and JSON.
Transformations can be called between JSON-XML and any XML or between JSON-XML and JSON-XML.
ABAP_EXAMPLE_ABEXA
Simple Transformation for Internal Tables>
ABAP_EXAMPLE_END