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

Text to XML Conversion

Former Member
0 Likes
701

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.

3 REPLIES 3
Read only

former_member242255
Active Contributor
0 Likes
651

Hi,

You can use SAP_CONVERT_TO_XML_FORMAT

Regards..

Sravan

Edited by: Sravan Kumar on Feb 19, 2009 9:29 AM

Read only

Former Member
0 Likes
651

Hi

Try wit TEXT_CONVERT_XML_TO_SAP FM

Thanks

Read only

0 Likes
651

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