SAP SXML TRAFO FROM READER ABEXA

Get Example source ABAP code based on a different SAP table
  


ARTICLE

sXML Library, Transformation from XML Reader
Deserializes ABAP data from an XML reader.

ABAP_SOURCE_CODE
ABAP_EXEC

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 opened <(><<)>body> element 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 this table.