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

csv to xml converting program!!

former_member224405
Participant
0 Likes
1,052

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,

2 REPLIES 2
Read only

former_member194669
Active Contributor
0 Likes
579

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®

Read only

Former Member
0 Likes
579

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.