2009 Dec 28 5:06 AM
hi,
I m trying to write a program which picks the csv file and converts the file into xml format.
Can anybody give me some help on this the outline how should i go about...
thx,
2009 Dec 28 5:14 AM
1. First upload the CSV file using function module GUI_UPLOAD
2. Convert the uploaded internal table into XML using "CALL TRANSFORMATION" or search in this site WIKI how to change internal table into XML
a®
2009 Dec 28 5:23 AM
Hi Anjum ,
First upload the CSV file into internal table. Search SDN to get procedure to upload the file.
Convert this internal table to XML format. Many posts are avaliable on this also.
Hope this helps you.