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

ABAP and XML

This section explains how XML data can be created and read in ABAP. The main topics are

ABAP provides the following technologies for handling XML:

Class libraries enable the parsing and rendering of general XML data; transformations, on the other hand, are used mostly to serialize ABAP data to XML and deserialize XML data to ABAP. The technologies are linked in such a way that objects in class libraries can be used as the source and target of transformations.

Notes



Continue
XML - Short Overview
Class Libraries for XML
Transformations for XML