‎2008 Oct 21 5:22 PM
Hi all,
Is there any special classes to peocess or parse XML documents ?
thanks
Edited by: Noureddine MOUTAA on Oct 21, 2008 6:23 PM
‎2008 Oct 21 7:50 PM
Hello Noureddine
You may have a look at the classes within the package hierarchy SXSLT (e.g. CL_XSLT_PROCESSOR) and the sample reports within package SIXML -> SIXML_TEST, e.g. BCCIIXMLT1:
*
* BCCIIXMLT1 - sample program
*
* This sample program shows how to read an XML document from a file
* in the frontend's file system, parse the document into a DOM
* representation and display the content as a list.
* Additionally the DOM representation is rendered back into an XML
* stream and stored as an output XML file on the frontend machine.
*
* This sample program uses ABAP tables to represent the XML input
* and output streams. See BCCIIXMLT2 for a sample using strings.
*
REPORT bcciixmlt1 MESSAGE-ID bcciixmlt3_msg LINE-SIZE 1000.
TYPE-POOLS: ixml.
...
Regards
Uwe
‎2008 Oct 31 1:29 PM
[http://help.sap.com/|http://help.sap.com/saphelp_nw70/helpdata/DE/86/8280d212d511d5991b00508b6b8b11/frameset.htm]
‎2008 Oct 31 6:05 PM