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: 

Dump during genarating the Excel sheet

Former Member
0 Kudos

<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.

2 REPLIES 2

Former Member
0 Kudos

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

Former Member
0 Kudos

Hi Vamsi, can u give some details on the dump.