SAP IXML NODE NAMES ABEXA



Get Example source ABAP code based on a different SAP table
  


VX_EXA_ONLY

ABAP_IXML - Access Using Names
Accesses elements of a DOM using the name.

ABAP_SOURCE_CODE
DEMO CL_DEMO_IXML_ACCESS_NAMES

ABAP_DESCRIPTION
XML data is created in asXML format using the identity transformation and written directly to an XML document in DOM representation.
In the XML document, first the element TEXT is searched for and then its value displayed. All elements item are then collected and their values appended to an internal table in a loop and then output.