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

Loading xml file in SAP

Former Member
0 Likes
695

Hi,

I have a requirement to load xml file into SAP. Can you please tell me most efficient way to do this? Is there any function available in SAP to load xml file?

Please let me know. I would really appreciate this.

Regards,

Sanjeev

Hi,

I have a requirement to load xml file into SAP. Can you please tell me most efficient way to do this? Is there any function available in SAP to load xml file?

Please let me know. I would really appreciate this.

Regards,

Sanjeev

3 REPLIES 3
Read only

Former Member
0 Likes
661

Chk this FM TEXT_CONVERT_XML_TO_SAP

Read only

Former Member
0 Likes
661

HI,

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

look at the below function moduel .. <b>TEXT_CONVERT_XML_TO_SAP</b>

Regards

Sudheer

Read only

athavanraja
Active Contributor
0 Likes
661

just wanted to load XML and store it as a file or load and transform the XML content to get the values?

Raja