SAP IXML CHILD NODES ABEXA



Get Example source ABAP code based on a different SAP table
  


VX_EXA_ONLY

ABAP_IXML - Access to Adjacent Subnodes
Accesses adjacent subnodes of a DOM.

ABAP_SOURCE_CODE
DEMO CL_DEMO_IXML_ACCESS_CHILD_NDS

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.