Symptom
Dump occurs as below when users try to open or expand user menu in SAPGUI:
Category ABAP Programming Error
Runtime Errors MESSAGE_TYPE_X
ABAP Program SAPLOLEA
Application Component BC-FES-OAC
Short text
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:
Message class....... "CNDP"
Number.............. 006
Variable 1.......... " "
Variable 2.......... " "
Variable 3.......... " "
Variable 4.......... " "
.......
How to correct the error
Probably the only way to eliminate the error is to correct the program.
-
If the error occurs in a non-modified SAP program, you may be able to
find an interim solution in an SAP Note.
If you have access to SAP Notes, carry out a search with the following
keywords:
"MESSAGE_TYPE_X" " "
"SAPLOLEA" or "LOLEAU02"
"AC_SYSTEM_FLUSH"
.......
Information on where terminated
Termination occurred in the ABAP program "SAPLOLEA" - in "AC_SYSTEM_FLUSH".
The main program was "SAPLSMTR_NAVIGATION ".
In the source code you have the termination point in line 29
of the (Include) program "LOLEAU02".
......
Source Code Extract
Line SourceCde
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.
......
Active Calls/Events
No. Ty. Program Include Line
Name
4 FUNCTION SAPLOLEA LOLEAU02 29
AC_SYSTEM_FLUSH
3 FORM SAPFGUICNTL SAPFGUICNTL 256
HANDLE_FLUSH_PBO
2 FORM SAPMSSYD SAPMSSYD 207
%_CTL_OUTPUT_FLUSH
1 MODULE (PBO) SAPMSSYD SAPMSSYD 196
%_CTL_OUTPUT_FLUSH
......
Internal notes
The termination was triggered in function "ab_jmess"
of the SAP kernel, in line 1428 of the module
"//bas/720_REL/src/krn/runt/abdynpro.c#10".
The internal operation just processed is "MESS".
Such dump might occur in the following scenarios:
- Search menu in easy access screen
- Edit menu of a role in PFCG
Read more...
Environment
Netweaver based systems
Product
Keywords
MESSAGE_TYPE_X, user menu, SAPLOLEA, LOLEAU02, AC_SYSTEM_FLUSH, AC_FLUSH_CALL, Error processing control, session manager, PFCG, find in menu tree, in technical name, in texts, types of search, , KBA , BC-DWB-SEM , Session Manager , BC-FES-CTL , SAP GUI for Windows Controls , Problem
About this page
This is a preview of a SAP Knowledge Base Article. Click more to access the full version on SAP for Me (Login required).Search for additional results
Visit SAP Support Portal's SAP Notes and KBA Search.