cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP DUMP MESSAGE_TYPE_X

Former Member
0 Kudos

Dear Expert ,

In my Develpment server only one type of ABAP Dump iscomming " MESSAGE_TYPE_X "

How to correct the error

Probably the only way to eliminate the error is to correct the progr

-

If the error occures in a non-modified SAP program, you may be able

find an interim solution in an SAP Note.

If you have access to SAP Notes, carry out a search with the followi

keywords:

"MESSAGE_TYPE_X" " "

"CL_GUI_CFW====================CP" or "CL_GUI_CFW===================

"FLUSH"

If you cannot solve the problem yourself and want to send an error

notification to SAP, include the following information:

1. The description of the current problem (short dump)

To save the description, choose "System->List->Save->Local File

(Unconverted)".

2. Corresponding system log

Display the system log by calling transaction SM21.

Restrict the time interval to 10 minutes before and five minutes

after the short dump. Then choose "System->List->Save->Local File

(Unconverted)".

3. If the problem occurs in a problem of your own or a modified SAP

program: The source code of the program

In the editor, choose "Utilities->More

Utilities->Upload/Download->Download".

Why this dump is comming again-2 .?and whats the solution ?

Please Help

Regards

manu

Accepted Solutions (1)

Accepted Solutions (1)

markus_doehr2
Active Contributor
0 Kudos

First: that dump is a generic dump that occurs if an exception happens that is not caught by the program.

In your case it seems, that the server is trying to flush data to the client and this fails --> SAPGUI problem. Please check your GUI installation, update to the latest patchlevel and try again. Also check on a different PC if that error occurs too.

Markus

Answers (0)