cancel
Showing results for 
Search instead for 
Did you mean: 

How to parse a XML ?

Former Member
0 Kudos

I'm developping a webservice on WEBAS based on BSP..

From an HTTP POST envelop I receive and XML message...

I would like to parse it to extract datas and to use them.

Thanks for your help...

Jérôme

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

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

Answers (3)

Answers (3)

Former Member
0 Kudos

you can parse the xml to ABAP structure using simple transformations

http://help.sap.com/saphelp_nw04s/helpdata/en/d4/eb703f781d4a18e10000000a114084/frameset.htm

Former Member
0 Kudos

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

athavanraja
Active Contributor
0 Kudos

check this BSP application in your system.

it00/misc_xslt.htm

Regards

Raja