SAP IXML NAME LIST ITERATOR ABEXA



Get Example source ABAP code based on a different SAP table
  


VX_EXA_ONLY

ABAP_IXML - Iterator for Element List
Accesses the nodes in an element list in DOM using an iterator.

ABAP_SOURCE_CODE
DEMO CL_DEMO_IXML_NAME_LIST_ITRTR

ABAP_DESCRIPTION
XML data is created in asXML format using the identity transformation and written directly to an XML document in DOM representation. An element list for all elements of the name item is created from this representation and an iterator is created for this list. The elements are read using the iterator.