cancel
Showing results for 
Search instead for 
Did you mean: 

Message_Type_X -- Runtime Errot

Former Member
0 Kudos

Dear Experts,

Recent days we faced one runtime error, that is "MESSAGE_TYPE_X".Its a big trouble and major task for me.

Here i attacehed the Error Report

ShrtText

The current application triggered a termination with a short dump.

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

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.

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 29 of the source code of the (Include)

program "LOLEAU02"

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

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.

31 * property_set_error

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

33 WHEN 4.

34 * property_get_error

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

36 WHEN OTHERS.

37 RAISE CNTL_ERROR.

38 ENDCASE.

39

40 ENDFUNCTION.

Kindly Suggest

Regards,

Sundar.C

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Is it coming from just one of the connection? If yes, you can try installing latest sapgui and check.

Hope this helps.

Manoj

Former Member
0 Kudos

Dear Juan/Manoj,

we have around 1400 terminals in our organization.

we installed sap GUI 7.1 in last month with patch level 5.

we faced these error After upgrade the GUI 7.1 version in across the oraganization.

is it any bug fixing in these 7.1 version? or What is correct patch level is required?

Regards,

Sundar.C

JPReyes
Active Contributor
0 Kudos

Apply the latest patch to SAPGui 710, i think is patch 12.

Test it in one PC before deploying accross the landscape

Regards

Juan

Former Member
0 Kudos

Dear Juan,

Thanks for your immediate reply

I will apply the patch12 in my test system and then i reply to you

Regards,

Sundar.C

Former Member
0 Kudos

Hi All,

After applying patch 12, the dump has reduced in our environment,

Thanks for all replies.

Regards,

Sundar. C

Answers (1)

Answers (1)

JPReyes
Active Contributor
0 Kudos

This dumps are usually related to problems with the SAPGui... update your gui to la latest patch level and try again.

Regards

Juan