Hi Jérôme
Refer the following blog for parsing XML document into ABAP table
/people/r.eijpe/blog/2005/11/21/xml-dom-processing-in-abap-part-ii--convert-an-xml-file-into-an-abap-table-using-sap-dom-approach
you can search for weblogs on SDN and I am sure you will get tons of information/code samples which can be used
Cheers
Hi,
did you read the ixml help? I'm using this libary for my xml parsing.
http://help.sap.com/saphelp_erp2005vp/helpdata/en/86/8280c912d511d5991b00508b6b8b11/frameset.htm
Regards, Stephan
you can parse the xml to ABAP structure using simple transformations
http://help.sap.com/saphelp_nw04s/helpdata/en/d4/eb703f781d4a18e10000000a114084/frameset.htm
Add a comment