cancel
Showing results for 
Search instead for 
Did you mean: 

download data from SAP ITS server

Former Member
0 Kudos

Hi Experts,

I am using MIME DOWNLOAD macro to download data in excel format to PC. But total data is mapping into one cell.

Please help.

Regards

Rakesh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Rakesh,

i know this is verry late. But for other members who are searching for a solution:

To devide the cells you have to separate it in this way:

In the case you bield up the data tab which have to be send for download, each cell have separated by cl_abap_char_utilities=>horizontal_tab

your Statement may look like this:

concatenate ls_data_tab field1 field2 field3 into ls_data_tab separeted by cl_abap_char_utilities=>horizontal_tab.

append ls_data_tab to lt_data_tab.

May this will help.

greetings

Thorsten

Answers (0)