SAP IXML CHILD NODES ABEXA

Get Example source ABAP code based on a different SAP table
  



iXML Library, Access to Adjacent Subnodes
Access to neighboring subnodes of a DOM.

ABAP_SOURCE_CODE
ABAP_EXEC

ABAP_DESCRIPTION
XML data is first transformed to an input stream object and the object is then imported into a DOM object using a parser object. If parsed successfully, the root node is read and its first subnode identified. All other subnodes are read starting with this first node.