‎2009 Mar 02 4:36 AM
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
‎2009 Mar 02 4:40 AM
Try this.
[convert to xml format|https://forums.sdn.sap.com/click.jspa?searchID=22938713&messageID=341840]
‎2009 Mar 02 4:42 AM
‎2010 Jul 13 7:16 AM