cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Convert XML page into Internal Table

former_member221770
Contributor
0 Kudos
335

Hi,

I'm not sure if this post belongs here or not, but here goes.

I have a requirement to read in data from a xml page and save the contents into a ABAP internal table.

At the moment, I have extracted the contents of the XML page into a string using the IF_HTTP_CLIENT->RESPONSE->GET_CDATA method.

Now I underatand that SAP has XSLT documents that can be used to transform XML documents into ABAP Data Structures.

Can someone explain to me how this works? I have looked in SAP Help about the XSLT Editor, but it still looks like double dutch to me (no offence to the dutch people out there!).

Thanks,

Pat.

View Entire Topic
former_member221770
Contributor
0 Kudos

Hi Venkat,

Thanks, your link shows me exactly how to do this! Thank you to all who replied!

Cheers,

Pat.