SAP IXML NODE LIST ITERATOR ABEXA



Get Example source ABAP code based on a different SAP table
  


VX_EXA_ONLY

ABAP_IXML - Iterator for Node List
Accesses the nodes in a node list in DOM using an iterator.

ABAP_SOURCE_CODE
DEMO CL_DEMO_IXML_NODE_LIST_ITRTR

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, an iterator is created for the subnodes of the root node and used for iterations.