Application Development 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: 

Convert .SLOAS file format to .CSV format

0 Kudos

Dear All,

I am downloading the file in .SLOAS format from my program. I want to convert the file to .CSV format.

Can someone please let me know how can i do it.

I have already tried GUI_UPLOAD and SAP_CONVERT_TO_CSV_FORMAT, but of no use.

Regards

Archit

4 REPLIES 4

LucianoBentiveg
Active Contributor
0 Kudos

Why are you donwnloading the file with that extension?

0 Kudos

Hi,

This is the project requirement that first the data should be downloaded in a file with .SLOAS format, then we have to convert it to .CSV format and use it further.

Do you know any technique or Function Module using which we can achieve this functionality.

Thank You

Archit

0 Kudos

May be you can create a copy from .SLOAS to .CSV with:

CL_GUI_FRONTEND_SERVICES->FILE_COPY

And then delete original SLOAS file with:

CL_GUI_FRONTEND_SERVICES->FILE_DELETE

0 Kudos

Hi,

This is not working and the same problem persists.