Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Dump when viewing source code.

Former Member
0 Likes
1,214

Hello, i'm getting a dump on the abap editor when i try to view source code.

Short text of error message:

Control Framework : erreur lors du lancement d'un contrôle !

Technical information about the message:

Message classe...... "CNDP"

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

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

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

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

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

Point de déclenchement de l'erreur d'exécution

Programme SAPLOLEA

Include LOLEAU02

Ligne 29

Type de module (FUNCTION)

Nom du module AC_SYSTEM_FLUSH

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.

Causes

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

1 ACCEPTED SOLUTION
Read only

former_member194669
Active Contributor
0 Likes
1,121

Message CNDP 006 pointing to Control Framework : Error processing control.

This probably due to your SAPGui . Try to update SAPGui with latest patch level and try

3 REPLIES 3
Read only

former_member194669
Active Contributor
0 Likes
1,122

Message CNDP 006 pointing to Control Framework : Error processing control.

This probably due to your SAPGui . Try to update SAPGui with latest patch level and try

Read only

0 Likes
1,121

ok done and it's good now.

Read only

Former Member
0 Likes
1,121

This message was moderated.