2019 Nov 07 4:16 AM
message-type-x.jpgHI I am getting the dump for one tcode .If the user selects the data from variant and executes the report the report gives dump but if execute the same report the report works correctly.
I have tried the same thing on users system for me it works again but for user it doesn't.
Can any one please help .I have analysed the Dump in ST22 but i didnt find anything useful in dump .
Program -
Information on where terminated Termination occurred in the ABAP program "C_OI_ERRORS============== in "SHOW_MESSAGE". The main program was "GP00O2TJBIYT2H6T3QC279GAFSA300 ". In the source code you have the termination point in line 4 of the (Include) program "C_OI_ERRORS===================CM00A"..
Message id - 0 SOFFICEINTEGRATION
Message Number - 016
This dump comes only in production system. Can anyone please help.
2019 Nov 07 6:29 AM
You need to download the whole dump in a file, the header is not enough to understand the issu
2020 Jan 16 9:10 AM
I believe this happens when the SAP GUI is trying to transfer ABAP report results to Excel.
Security settings in Excel (by default) pop up a dialog box asking the user if its o.k. to use macros. The data transfer via OLE then times out waiting for Excel and the program then fails assuming Excel isn't available.
I don't see a fix for it from the SAP side.
2021 Jan 21 7:48 PM
was your issue was resolved? we have the same issue and wondering if you have any suggestions
2021 Dec 06 1:49 PM
How did you solve it? I'm getting the same dump.
2021 Dec 07 2:08 PM
I got the same problem on citrix environment. Did you find solution? Problem was with Office? old SAPLogon version?
Cheers,
2023 Dec 14 7:51 PM
If it is due to a failed previous download that timed out then start by shutting down Excel and starting it again and try the download again. Failing that reboot Windows and try again - one user had to do that to fix the issue. The following Note may add insight:
3104280 - Runtime error MESSAGE_TYPE_X occurred when exporting data to excel
2023 Dec 14 9:01 PM
Better show the image rather than the link.
It would be better to attach the text file of the short dump rather than the first page (as previously suggested).
In your case, the first page shows meaningless information.
2024 Apr 23 9:03 PM
2024 Apr 24 10:01 AM
This dump comes from the SAPGUI office integration. Does the user have installed the used office application? Is it the right version (32-bit or 64-bit)? Is this a 64-bit SAPGUI?
Regards,
Thomas
2024 Apr 24 10:19 AM - edited 2024 Apr 25 8:37 AM
Problem with Office installation/integration
There are some test tools provided by SAP, look for Test Tools for Desktop Office Integration (tools are available in SAP GUI directories)
Problem within the main program
Are your variants up to date with the program (check field catalog with the ALV consistency check, repair obsolete variant from RSAQ_REPAIR_LAYOUT_VARIANTS to BALVBUFDEL
2024 Apr 24 2:40 PM
2024 Apr 24 2:42 PM
2024 Apr 24 3:28 PM
2024 Apr 24 3:31 PM
2024 Apr 24 3:34 PM
2024 Apr 24 3:37 PM - edited 2024 Apr 24 3:37 PM
I think, that won't work. But I am not sure. The SAP GUI needs the full ocx dlls. What is installed on the client PC where it is working?
2024 Oct 01 10:57 AM
solutio of this error in my report --> go to option inside the report and select in section office integration type of output inactive and put flag continue and try again to excecuted the transaction. in my case this has resolve the issues.