2007 Nov 02 1:17 PM
<b>Hi
i am Using the following method as part of generating the Excel Sheet in my report.But now the Problem with this is except in my system(Where developed )in other systems its going to Dump at this Method.
Please help me to resolve this problem.</b>
call method g_spreadsheet->insert_range
exporting name = 'DATA'
rows = g_row_count
columns = g_col_count
no_flush = 'X'
importing error = g_error
retcode = g_retcode.
2007 Nov 02 3:32 PM
Dear Vamsi,
Have a look at the sample program regarding Office integration SAPRDEMO_SPREADSHEET_INTERFACE.
When running the program, for Application select EXCEL and press enter.
Regards
Kesava
2007 Nov 02 3:42 PM