SAP IXML NODE LIST ABEXA



Get Example source ABAP code based on a different SAP table
  


VX_EXA_ONLY

ABAP_IXML - Access Using Node List
Accesses subnodes of a DOM using a node list.

ABAP_SOURCE_CODE
DEMO CL_DEMO_IXML_ACCESS_NODE_LIST

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