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: 

Downloading Data into an excel Sheet

Former Member
0 Kudos

I need to download the data from the internal table into an excel sheet.

At the moment the program is using the function module 'WS_DOWNLOAD', however there is somethign wrong while downloadnig the file.

At one point about 100 rows are being downloaded into a single cell and then rest is downloaded correctly later.

I would like to know if there is any other function module to download the data from internal table into the excel sheet.

the version of SAP we are using is 4,6C

4 REPLIES 4

gopi_narendra
Active Contributor
0 Kudos

Sorry my previous answer was a Wrong Answer...

Correct this - GUI_DOWNLOAD

Regards

- Gopi

Former Member
0 Kudos

I am not sure whether gui_download fm exists in 4.6C ..If it does try to download using the same with using the parameter write_field_separators.

Former Member
0 Kudos

Hi brijesh,

1. use GUI_DOWNLOAD

regards,

amit m.

0 Kudos

Hi,

Transaction SE16N allows you to access any sap table and download result to Excel .

Use FM "ALSM_EXCEL_TO_INTERNAL_TABLE"

or

RH_START_EXCEL_WITH_DATA

Please reward points if helpful.

regards,

Sipra