SAP SXML TRAFO FROM READER ABEXA



Get Example source ABAP code based on a different SAP table
  



ABAP_SXML - Deserialization with XML Reader
Deserializes ABAP data from an XML reader.

ABAP_SOURCE_CODE
DEMO CL_DEMO_SXML_TRAFO_FROM_READER

ABAP_DESCRIPTION
An XML string reader parses the XML data of a byte string until it reaches the element < body>. The element < header> is not analyzed further. The reader located at the element opening of < body> is used as an XML source for the identity transformation ID. The content of < body> is in asXML format for an internal table, which means it can be deserialized to such a table.