SAP IXML FILTER ITERATOR ABEXA



Get Example source ABAP code based on a different SAP table
  


VX_EXA_ONLY

ABAP_IXML - Iterator Filters
Filtered access to nodes in DOM using an iterator.

ABAP_SOURCE_CODE
DEMO CL_DEMO_IXML_FILTER_ITERATOR

ABAP_DESCRIPTION
XML data is created in asXML format using the identity transformation and written directly to an XML document in DOM representation. An iterator is created for the entire document that is linked with a filter. The filter is an and join between two filters and selects by node type and name. The iterator only returns the selected nodes.