2011 Nov 03 11:58 AM
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.
2011 Nov 04 4:39 AM
2020 Jun 12 12:30 PM
i'wanna know how to solve the problem,I've met the same difficult situation,help please!