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 MESSAGE_TYPE_X Program C_OI_ERRORS===================CP component BC-FES-OFF

Former Member
0 Likes
24,706

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.

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.

17 REPLIES 17
Read only

FredericGirod
Active Contributor
0 Likes
17,362

You need to download the whole dump in a file, the header is not enough to understand the issu

Read only

george_credland
Participant
17,362

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.

Read only

former_member82170
Participant
0 Likes
17,362

was your issue was resolved? we have the same issue and wondering if you have any suggestions

Read only

0 Likes
17,362

How did you solve it? I'm getting the same dump.

Read only

0 Likes
17,362

I got the same problem on citrix environment. Did you find solution? Problem was with Office? old SAPLogon version?
Cheers,

Read only

sdonaldson
Discoverer
0 Likes
17,362

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

Read only

Sandra_Rossi
Active Contributor
0 Likes
17,362

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.

Read only

Prasad_Dharavat
Discoverer
0 Likes
16,490

Did you resolve the issue?

Read only

thomas_mller13
Participant
0 Likes
16,364

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

Read only

0 Likes
16,363

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

 

 

Read only

0 Likes
16,323

32 bit GUI

Read only

0 Likes
16,316

And office is also 32-bit?

Read only

0 Likes
16,296

Yes, it is

Read only

0 Likes
16,294

Is it maybe office 365?

Read only

0 Likes
16,289

Yes, you are right it is office 365

Read only

0 Likes
16,286

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? 

Read only

Ylandazu
Newcomer
0 Likes
13,187

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.