‎2008 Oct 08 6:19 AM
Hi
Do you know how to fill parameter RANGES of EXPORT_TO_SPREADSHEET
function module?
‎2008 Oct 08 6:26 AM
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..
‎2008 Oct 08 6:26 AM
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..
‎2008 Oct 08 6:29 AM
I must transfer internal table data into excel file beginning from concrete cell.
‎2008 Oct 08 6:47 AM
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
Cheers,
Kothand
‎2008 Oct 08 7:21 AM
hi ,
try this...
use GUI_DOWNLOAD with WRITE_FIELD_SEPARATOR = 'X' .
and give ".XLS" extension to the file ....