SAP DOM - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

DOM
Short for Document Object Model. Interface for accessing XML documents that are based on an object-oriented tree-like representation of the documents in the memory, where each node is represented by an object.
BEGIN_SECTION VERSION 5 OUT In ABAP, iXML Library can be used to process XML documents in DOM representation.
END_SECTION VERSION 5 OUT
ABAP_MORE_INFO