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

Internal table data to XML file.

Former Member
0 Likes
786

Hi All,

May I know how can we convert the internal table data to xml file?

Regards

Ramesh.

6 REPLIES 6
Read only

Former Member
0 Likes
750

try FM WDK_INFOSET_TABLE2XML

Read only

Former Member
0 Likes
750

Hi

Please Check this link:

Thanks

Read only

Former Member
0 Likes
750

Hi,

Solved myself...

Created the xml tags manually and assign the total xml struncture to the string and downloaded as the file.

Regards

Ramesh.

Read only

0 Likes
750

Why are you not using call transformation?

Read only

Former Member
0 Likes
750

Read only

Former Member
0 Likes
750

Go through the link..u should be able to solve the problem..