SAP IXML NODE LIST ABEXA

Get Example source ABAP code based on a different SAP table
  



iXML Library, Access Using a Node List
Access to subnodes of a DOM using a node list.

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 and a list of its subnodes are extracted. All subnodes are then extracted by a loop across the node list.