cancel
Showing results for 
Search instead for 
Did you mean: 

Runtime Error "MESSAGE_TYPE_X" occurs

Former Member
0 Kudos

Hello.

Runtime Error "MESSAGE_TYPE_X" occurs 0 - 3 times per day.

Please see detail below.

It occurs in add-on transactions and SAP native program "SAPLSMTR_NAVIGATION".

SAP says the latest GUI patch level will solve this problem in OSS.

But as you know, upgrade of patch level is not easy to decide....

They also says they can no action if we can reproduce it.

Althogh we did same operation with same data which terminated before, we could not reproduce.

I can find neither suitable notes nor uisuful threads in SDN.

I have no action to do anymore.

Please give us information!

Thank you in advance!

===========================

ECC 6.0

GUI.................710

Patcj level.......3

SAP BASIS....700

===========================

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).

Technical information about the message:

Message class....... "CNDP"

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

User and Transaction

Program............. "SAPLOLEA"

Screen.............. "SAPLSPO1 0500"

Screen line......... 0

Information on where terminated

Termination occurred in the ABAP program "SAPLOLEA" - in "AC_SYSTEM_FLUSH".

The main program was "SAPMZLJP5A1520 ".

In the source code you have the termination point in line 29

of the (Include) program "LOLEAU02".

Source Code Extract

1 FUNCTION AC_SYSTEM_FLUSH .

2 *"----


3 ""Lokale Schnittstelle:

4 *" IMPORTING

5 *" VALUE(CALLED_BY_SYSTEM) TYPE C OPTIONAL

6 *" EXCEPTIONS

7 *" CNTL_SYSTEM_ERROR

8 *" CNTL_ERROR

9 *"----


10 data: sysubrc like sy-subrc.

11

12 CALL FUNCTION 'AC_FLUSH_CALL'

13 EXPORTING

14 SYSTEM_FLUSH = 'X'

15 CALLED_BY_SYSTEM = CALLED_BY_SYSTEM

16 IMPORTING

17 MESSAGE_NR = sysubrc

18 MESSAGE_TEXT = SY-MSGLI.

19

20 sy-subrc = sysubrc.

21

22 CASE SY-SUBRC.

23 WHEN 0.

24 WHEN 1.

25 * system_error

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

27 WHEN 2.

28 * method_call_error

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

30 WHEN 3.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

All I can do is apply suport pakage.

Thank you...

Former Member
0 Kudos

Hi,

Try running the same program on another PC with the same SAPGUI patch level, does the error occur as well?

The error can also occur if the SAPGUI is not correctly installed on the PC.

Thanks.

Former Member
0 Kudos

Dear Warren Wong

With another PC, error can not be reproduced.

With same PC, error can not be reproduced neither.

It seems to occur by accident....

Emma S