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.