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

dump data to unix using .xml format

Former Member
0 Likes
588

hi guys,

i need to put data to unix in .xml format ..

instead of using this syntax:

CONCATENATE c_dir_name 'ORDERS' sy-datum '.xml' INTO v_fname.

i dont think the file can be used as xml. Is there any way to convert the data in xml format before dumping it to unix

3 REPLIES 3
Read only

GauthamV
Active Contributor
0 Likes
548

Try this.

[convert to xml format|https://forums.sdn.sap.com/click.jspa?searchID=22938713&messageID=341840]

Read only

Former Member
0 Likes
548

Hi Ester

try these similar kind of thread

regards

Sachin

Read only

Former Member
0 Likes
548

ss