cancel
Showing results for 
Search instead for 
Did you mean: 

Dump MESSAGE_TYPE_X When searching for Texts from User Menu

Former Member
0 Kudos

Hi All,

When i go to my user menu(which has a number of transaction) and try to search for a transaction say VA01 , i get a dump MESSAGE_TYPE_X . The details of the dump are as follows

What happened?

The current application program detected a situation which really

should not occur. Therefore, a termination with a short dump was

triggered on purpose by the key word MESSAGE (type X).

What can you do?

Print out the error message (using the "Print" function)

and make a note of the actions and input that caused the

error.

To resolve the problem, contact your SAP system administrator.

You can use transaction ST22 (ABAP Dump Analysis) to view and administer

termination messages, especially those beyond their normal deletion

date.

Error analysis

Short text of error message:

Control Framework : Error processing control

Technical information about the message:

Diagnosis

An error occurred when the system tried to process the commands

from the Automation Queue on the presentation server.

There are several possible reasons for this:

- The installation of the SAP GUI on the presentation server is

faulty or obsolete.

- There is an error in the application program

- There is an error in the SAPGUI or an integrated control

Procedure

1. Make sure that you have imported the appropriate Support

Package, the current kernel, and GUI patch for the release of your

system

2. Check whether the error occurs locally on one or a few PCs, or

generally on all PCs. Note whether the error only occurs for some

users, for example because of a specific Customizing setting.

If it only occurs locally, this suggests an installation problem

with the PC. Check the installation; if necessary, reinstall the

software. In the dump, search for the SY-MSGLI field, since it may

point to the cause of the error.

3. Activate the Automation Trace (in accordance with SAP Note

158985).

4.Start the transaction and continue until the screen immediately

before the dump.

5. From the System -> Utilities menu, choose Autom. Queue,

Synchronous Processing.

The status bar of the GUI displays the text:

"Automation synchron flush mode on"

6. If you now proceed with the application, the short dump will

display the ABAP call that caused the error; the Automation Trace

will contain the error on the presentation server.

7. If necessary, load the short dump and trace files on to

sapservX, so that SAP can analyze them.

Message classe...... "CNDP"

Number.............. 006

Variable 1.......... " "

Variable 2.......... " "

Variable 3.......... " "

Variable 4.......... " "

Variable 3.......... " "

Variable 4.......... " "

How to correct the error

Probably the only way to eliminate the error is to correct the program.

-

You may able to find an interim solution to the problem

in the SAP note system. If you have access to the note system yourself,

use the following search criteria:

-


"MESSAGE_TYPE_X" C

"SAPLOLEA" or "LOLEAU02"

"AC_SYSTEM_FLUSH"

-


Information on where terminated

The termination occurred in the ABAP program "SAPLOLEA" in "AC_SYSTEM_FLUSH".

The main program was "SAPLSMTR_NAVIGATION ".

The termination occurred in line 32 of the source code of the (Include)

program "LOLEAU02"

of the source code of program "LOLEAU02" (when calling the editor 320).

Source code extract

000020 *"

000030 ""Lokale Schnittstelle:

000040 *" IMPORTING

000050 *" VALUE(CALLED_BY_SYSTEM) TYPE C OPTIONAL

000060 *" EXCEPTIONS

000070 *" CNTL_SYSTEM_ERROR

000080 *" CNTL_ERROR

000090 *"

000100 data: sysubrc like sy-subrc.

000110

000120 CALL FUNCTION 'AC_FLUSH_CALL'

000130 EXPORTING

000140 SYSTEM_FLUSH = 'X'

000150 CALLED_BY_SYSTEM = CALLED_BY_SYSTEM

000160 IMPORTING

000170 MESSAGE_NR = sysubrc

000180 MESSAGE_TEXT = SY-MSGLI.

000190

000200 sy-subrc = sysubrc.

000210

000220 CASE SY-SUBRC.

000230 WHEN 0.

000240 WHEN 1.

000250 * system_error

000260 MESSAGE ID 'CNDP' TYPE 'X' NUMBER 007 RAISING CNTL_SYSTEM_ERROR.

000270 WHEN 2.

000280 * method_call_error

000290 MESSAGE ID 'CNDP' TYPE 'X' NUMBER 006 RAISING CNTL_ERROR.

000300 WHEN 3.

000310 * property_set_error

> MESSAGE ID 'CNDP' TYPE 'X' NUMBER 006 RAISING CNTL_ERROR.

000330 WHEN 4.

000340 * property_get_error

000350 MESSAGE ID 'CNDP' TYPE 'X' NUMBER 006 RAISING CNTL_ERROR.

000360 WHEN OTHERS.

000370 RAISE CNTL_ERROR.

000380 ENDCASE.

000390

000400 ENDFUNCTION.

Please help me out.Thanks in advance.

Regards,

Sowmya.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Soumya,

Did installing the latest patch resolve your issue?

Former Member
0 Kudos

Hi Sowmya,

I found the same problem. It was resolved by the application of the last patch released for the SAPGui.

See the message in dump:

"- The installation of the SAP GUI on the presentation server is

faulty or obsolete" - and -

"1. Make sure that you have imported the appropriate Support

Package, the current kernel, and GUI patch for the release of your

system"

Best regards,

Roger Vier

Former Member
0 Kudos

similar problem after installing IDES ERP 2005 ECC 6.0.

DB02, DB13, SPAM->"Package Level" button. all make this error, i think some other transactions will do the same, just don't need them yet