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

Dump during genarating the Excel sheet

Former Member
0 Likes
532

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

<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
Read only

Former Member
0 Likes
507

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

Read only

Former Member
0 Likes
507

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