Skip to content

ABAP Keyword Documentation →  ABAP - Reference →  Data Interfaces and Communication Interfaces →  ABAP and XML 

Class Libraries for XML

Two libraries delivered as part of AS ABAP permit the editing of XML data based on classes and interfaces:

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).
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.

Other versions: 7.31 | 7.40 | 7.54

Continue

iXML Library

sXML Library