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

File conversion from text to CSV on present server without using GUI FM

Former Member
0 Likes
466

Hi Folks,

This question may sound a bit weired but here it is. I have to convert a text file to csv using a SAP ABAP Report.

The file is located on the presentation server and I am using FM's <b>GUI upload</b> and <b>GUI download</b> to do the same as the number of fields change and we perform some operations on the data coming from the text file. Actually, the csv file is supposed to act as a source system for SAP BI.

Now my question is is there any other way by which we can do it without using the above function modules.

Thanks

Varun

2 REPLIES 2
Read only

Former Member
0 Likes
421

Hi,

You upload the Text file using GUI_UPLOAD and now you will have the records in the internal table and then use GUI_DOWNLOAD to download the file in CSV format.

Thanks

PK

Read only

0 Likes
421

Thanks

Any other method that u know of where we need not to do a GUI_UPLOAD and GUI_DOWNLOAD but just change the file by not uploading and downloading.

Thanks