SAP ABAP XML LIBS



Get Example source ABAP code based on a different SAP table
  



ABAP_XML - Class Libraries
The following libraries that are delivered as part of AS ABAP enable processing of XML data based on classes and interfaces:
BEGIN_SECTION VERSION 5 OUT
iXML Library The integrated XML Library provides methods for parsing XML data in XML 1.0 format to a DOM representation, for processing a DOM representation, and for rendering a DOM representation in XML data. iXML Library supports DTDs (Document Type Definitions).
END_SECTION VERSION 5 OUT
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 of these libraries can be used as the source or target of the statement CALL TRANSFORMATION.

ABAP_EXAMPLE_ABEXA
Access to XML using Class Libraries
ABAP_EXAMPLE_END