Application Development and Automation 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: 
Read only

function module to read xml files from application server

Former Member
0 Likes
1,736

Hi experts,

I need to read xml files from application server to sap. Is the any siutable function moldule for that?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
769

Hi Cenosure,

Donno about FM which will upload data directly to SAP, I think you have to do some mapping for it so that it will suit the SAP format. Again it depends on your requirement..

Please elaborate more about your requirement.

Please have a look on below FM

TEXT_CONVERT_XML_TO_SAP

Also search on SCN there are many threads on the same topic available.

http://abapreports.blogspot.com/2008/09/upload-xml-file-from-application-server.html

This is the link which will give you the Code

http://www.geocities.com/rmtiwari/Resources/MySolutions/Dev/Codes/Report/Z_RMTIWARI_XML_TO_ABAP_46C....

Use this XML file to Upload the same, this Program will work for your XML file also,

http://www.geocities.com/rmtiwari/Resources/MySolutions/Dev/Codes/Report/input_xml.xml

See the below thread also

Hope it will solve your problem..

Thanks & Regards

ilesh 24x7

ilesh Nandaniya

2 REPLIES 2
Read only

Former Member
0 Likes
770

Hi Cenosure,

Donno about FM which will upload data directly to SAP, I think you have to do some mapping for it so that it will suit the SAP format. Again it depends on your requirement..

Please elaborate more about your requirement.

Please have a look on below FM

TEXT_CONVERT_XML_TO_SAP

Also search on SCN there are many threads on the same topic available.

http://abapreports.blogspot.com/2008/09/upload-xml-file-from-application-server.html

This is the link which will give you the Code

http://www.geocities.com/rmtiwari/Resources/MySolutions/Dev/Codes/Report/Z_RMTIWARI_XML_TO_ABAP_46C....

Use this XML file to Upload the same, this Program will work for your XML file also,

http://www.geocities.com/rmtiwari/Resources/MySolutions/Dev/Codes/Report/input_xml.xml

See the below thread also

Hope it will solve your problem..

Thanks & Regards

ilesh 24x7

ilesh Nandaniya

Read only

Former Member
0 Likes
769

Thanx the FM worked