2007 May 22 3:52 PM
Hi.
How is it possible to download the xml file from thye internet to abap internal table.
All I have is a hyperlink to xml file. When I click it - the xml file opens.
What I want is the function module (or some code) that downloads this file to internal ABAP table.
Thank You. LUCAS
2007 May 23 2:49 AM
you can try some new mechanism which support above ECC 6.2.
just search the ABAP statement CALL TRANSFORMATION
You need input a XLST file, which use to extract and explain XML, and then CALL TRANSFORMATION will help you transfer XML into internal table, according to the XLST you creatd preliminary
Besides, you can also use DOM class, to read and schema XML
2007 May 23 2:49 AM
you can try some new mechanism which support above ECC 6.2.
just search the ABAP statement CALL TRANSFORMATION
You need input a XLST file, which use to extract and explain XML, and then CALL TRANSFORMATION will help you transfer XML into internal table, according to the XLST you creatd preliminary
Besides, you can also use DOM class, to read and schema XML
2007 May 23 7:34 AM
Hi Lukasz,
Have a look on the following weblogs:
/people/brian.mckellar/blog/2004/06/25/bsp-programming-rss-httpclient-xml-xslt
/people/sap.user72/blog/2004/09/07/bsp-howto-exploring-bsp-development-and-the-miniwas-620
Best regards,
Peter
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |