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

Converting R/3 data to xml format

Former Member
0 Likes
894

Hi Friends,

Hi heard that R/3 is not capable of converting the data in to the xml file format. Is it true? Can't we convert R/3 data to xml format?

7 REPLIES 7
Read only

Former Member
0 Likes
834

hi,

can u plz make ur question little more clear. what do u mean by r/3 data? the data displayed in a report or what?

Read only

0 Likes
834

Hi,

Iam running a standard report in R/3. which will export the data in to the file format(say TXT). I want the same file data in XML fomat. Can we get the file in XML format directly from Std. Transaction without any work around? I f yes how? If no, how can we convert the file into XML format.

Read only

0 Likes
834

Do you know the solution to your problem, becoz I am facing the same problem and I am looking for the solution?

Read only

Former Member
0 Likes
834

Use this FM. SAP_CONVERT_TO_XML_FORMAT

Check this link too -

Reward points..

Read only

Former Member
0 Likes
834

Hi,

Use FM-SAP_CONVERT_TO_XML_FORMAT for converting SAP data to XML format.

Regards,

Raj.

Read only

Former Member
0 Likes
834

hi,

u can use normal "gui_download" function module to convert it into xls format, for this while giving the file name give it with .xls extension.

it will down load the same data into xls format.

reward if helpful.

Read only

Former Member
0 Likes
834

solved