SAP ABAP XML LIBS

Get Example source ABAP code based on a different SAP table
  


ARTICLE

Class Libraries for XML
Two libraries delivered as part of AS ABAP permit the editing of XML data based on classes and interfaces:
iXML Library The 'integrated' XML Library provides methods for parsing XML data in XML 1.0 format to DOM representation, for editing a DOM representation, and for rendering a DOM representation in XML data. iXML Library supports DTDs (Document Type Definitions).
sXML Library The 'serial' XML Library provides methods for iterative processing of XML data in various formats. An XML reader reads XML data, node by node. An XML writer writes individual nodes in XML data. sXML Library supports JSON.
Objects in both libraries can be used as the source or target of the statement CALL TRANSFORMATION.