Get Example source ABAP code based on a different SAP table
ABAP_IXML - Access to DOM DOM> describes a tree-like representation, implemented using instances of classes, of a complete XML document in the memory. At the same time, each component of the XML file is created by a separate object. The associated interfaces> of the iXML Library can be used to access an XML document in DOM format.
Reads performed on DOM>
Writes performed on DOM>
Latest notes:
When working with DOM, it is important to know the difference between the nodes of the DOM and the elements of the represented XML data. Each part of an XML document is represented by a separate node. A single element in XML data in DOM consists of multiple nodes for tags, content and so on, which can be accessed individually or together.
iXML documents can be defined as an XML target, iXML documents and their nodes can be specified as an XML source for XSL transformations called using CALL TRANSFORMATION>>. ABAP_HINT_END
ABAP_EXAMPLE_ABEXA DOM Representation> ABAP_EXAMPLE_END