SAP SXML READER WRITER ABEXA



Get Example source ABAP code based on a different SAP table
  



ABAP_SXML - Modifying XML Data
Reads, modifies, and writes to XML data.

ABAP_SOURCE_CODE
DEMO CL_DEMO_SXML_READER_WRITER

ABAP_DESCRIPTION
In a loop, XML data is parsed using object-oriented methods. If the node has a character-like value, the value in the associated object is transformed to uppercase letters. All read nodes and any modified nodes are rendered using object-oriented methods in the same loop. The result is XML data in which all literal text elements are in uppercase letters. See also the corresponding executable example for the iXML Library.



Latest notes:

Any parts of XML data can be modified in a similar way. For example, the functions to_mixed, from_mixed can be used to convert the names of XML elements between different naming conventions.
NON_V5_HINTS
ABAP_HINT_END