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

set_ranges_data – desktop office integration

Former Member
0 Likes
751

Hello,

Did anyone occur this problem ' Memory protection fault occurred in document interface' when putting data to excel using methods of spreadsheet interface of desktop office integration?

I often get the error (it does not happen all the time).

DATA: spreadsheet_interface TYPE REF TO i_oi_spreadsheet.
 
    CALL METHOD spreadsheet_interface->set_ranges_data
      EXPORTING
        ranges   = ranges
        contents = contents
      IMPORTING
        error    = error
        retcode  = retcode.

Thnx in advance.

Hello,

Did anyone occur this problem ' Memory protection fault occurred in document interface' when putting data to excel using methods of spreadsheet interface of desktop office integration?

I often get the error (it does not happen all the time).

DATA: spreadsheet_interface TYPE REF TO i_oi_spreadsheet.
 
    CALL METHOD spreadsheet_interface->set_ranges_data
      EXPORTING
        ranges   = ranges
        contents = contents
      IMPORTING
        error    = error
        retcode  = retcode.

Thnx in advance.

2 REPLIES 2
Read only

Former Member
0 Likes
600

Hi,

Refer the following,

Link:[;

Thanks,

Renuka S.

Read only

shero_yy
Explorer
0 Likes
600

i'wanna know how to solve the problem,I've met the same difficult situation,help please!