Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

hot to get XML file content from external SAP URL

Former Member
0 Kudos

Hi Expert, Can you help me to find the right and faster way to read an xml file and mange data in ABAP report or in a BAPI?

I have a complete URL with action, user, pass, file name if i put it in abap example report SAPHTML_DEMO1 i see it on the screen.

I try to configure rfc transaction bat without results, can you help me please.

IF is it possible (I DONt Know) create a bapi or function that get file form parameter like url action and file name.

IF is it possible please answer my urgently, thenks Simone.

3 REPLIES 3

Former Member
0 Kudos

you can write an XSLT program to convert XML file into an internal table. For this you need to know the definition of the xml file.

MGS.

0 Kudos

hi thank you very much for you answer, but i dont know xml format, is it a questions that i can do to xml peopkle manager. could you send me your xlms pgm for example?

thanks Simone

Former Member
0 Kudos

you can write an XSLT program to convert XML file into an internal table. For this you need to know the definition of the xml file.

else