sapdev logo background
sapdev logo sapdev logo
Comments

SAP SXML FORMAT TRAFOS ABEXA documentation, setup help and example usage



Return to SAP documentation index


ARTICLE

sXML Library, Transformation of Formats
This example demonstrates the transformation of various XML formats .

ABAP_SOURCE_CODE
ABAP_EXEC

ABAP_DESCRIPTION
  • An XML string reader is filled with a byte string that contains XML data in XML 1.0 format and UTF-8 representation. This data is produced by the conversion of a text string from the current code page.

  • The method SIP_NODE is used to pass the XML data of the reader to an XML writer for the Binary XML format. This data is then read to binary_xml .

  • The XML data in Binary XML format is passed to a further XML string reader and then transformed to an XOP writer.
    Documentation extract taken from SAP system, � Copyright SAP AG. All rights reserved




  • SXML_FORMATS_ABEXA
    SXML_LIBRARY_GLOSRY




    comments powered by Disqus