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

EXPORT_TO_SPREADSHEET

Former Member
0 Likes
623

Hi

Do you know how to fill parameter RANGES of EXPORT_TO_SPREADSHEET

function module?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
577

Why Don't you use GUI_DOWNLOAD instead of EXPORT_TO_SPREADSHEET?

or morover you may use standard as well List>Export>Spreadsheet from report output..

4 REPLIES 4
Read only

Former Member
0 Likes
578

Why Don't you use GUI_DOWNLOAD instead of EXPORT_TO_SPREADSHEET?

or morover you may use standard as well List>Export>Spreadsheet from report output..

Read only

0 Likes
577

I must transfer internal table data into excel file beginning from concrete cell.

Read only

0 Likes
577

Hi Marat,

Check this link for documentation for SOI_DIMENSION_TABLE. The Ranges is of type SOI_DIMENSION_TABLE

http://help.sap.com/saphelp_nw04/helpdata/en/71/489218e5b411d2bdc3080009b4534c/frameset.htm

Check the program in the below link to know how to fill data in Ranges. In this program IT_DIMENSION and ET_DIMENSION are of type SOI_DIMENSION_TABLE

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/60938938-de6f-2910-2080-fc80d38e...

Cheers,

Kothand

Read only

Former Member
0 Likes
577

hi ,

try this...

use GUI_DOWNLOAD with WRITE_FIELD_SEPARATOR = 'X' .

and give ".XLS" extension to the file ....