sapdev logo background
sapdev logo sapdev logo
Comments

SAP ABAP XML TRAFOS documentation, setup help and example usage



Return to SAP documentation index


ARTICLE

Transformations for XML
The AS ABAP kernel contains processors for the following transformations:
  • XSL transformations

  • Simple transformation s

  • 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 STDEMO demonstrates various transformations from ABAP data to XML and JSON .
    Documentation extract taken from SAP system, � Copyright SAP AG. All rights reserved




    ABAP_XML_OBSOLETE
    ABAP_XSLT




    comments powered by Disqus