SAP DOM - Glossary

Get Example source ABAP code based on a different SAP table
  


ARTICLE

DOM
Document object model. Interface used to access XML documents. Based on an object-oriented tree-like representation of the documents in the memory, where each node is represented by an object. In ABAP, iXML Library can be used to edit XML documents in DOM representation.
ABAP_MORE_INFO