SAP IXML ATTRIBUTES ABEXA



Get Example source ABAP code based on a different SAP table
  


VX_EXA_ONLY

ABAP_IXML - Access to Attributes
Accesses the attributes of the elements in a DOM.

ABAP_SOURCE_CODE
DEMO CL_DEMO_IXML_ACCESS_ATTRIBUTES

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 its subnodes are read. Various methods for accessing the attributes of subnodes are displayed.