‎2009 Feb 19 8:16 AM
I have a Tab delimitd file. Say Ex: MARA data is downloaded into a Tab Delimited file with the headings as field names. Now i need to convert this file to XML. I need to pass this file name as input to my FM. The FM should create the XML File into the Frontend.
‎2009 Feb 19 8:29 AM
Hi,
You can use SAP_CONVERT_TO_XML_FORMAT
Regards..
Sravan
Edited by: Sravan Kumar on Feb 19, 2009 9:29 AM
‎2009 Feb 19 9:45 AM
‎2009 Feb 20 7:07 AM
I think the above FM takes the XML file and converts it to Text File right ? I want in reverse way
The input should be Tab delimited file and the output should be XML File