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

problem with .csv file

Former Member
0 Likes
413

Hi,

I need to download the contents of my internal table in .csv format file.

So, I am separating the contents of the internal table with ',' (comma) and storing it in another internal table t_download.


DATA: BEGIN OF t_download OCCURS 100,
        rec(800),
      END   OF t_download.

Now I download the contents using the FM GUI_DOWNLOAD.

The file should contain 19 records, but it downloads only 13.

If I separate the columns with '|' and then download, I get all 19 records downloaded.

Please let me know if I am doing something wrong.

Regards.

2 REPLIES 2
Read only

BH2408
Active Contributor
0 Likes
380

Hi ,

Use the tab for sepearation of the each field.

regards,

Bharani

Read only

Former Member
0 Likes
380

Hi,

Pls chk below link..

This shud answer your question.

Regds,

Lalit