cancel
Showing results for 
Search instead for 
Did you mean: 

Short dump when clic on process chain type icon

Former Member
0 Kudos

SAPKW70018 is installed on the system.

When creating a process, system genetate a dump when I click on the "Process Type" icon.

Exception condition "CNTL_ERROR" raised.

Program CL_GUI_CFW====================CP

Include CL_GUI_CFW====================CM00P

Row 16

Module type (METHOD)

Module Name UPDATE_VIEW

1

2 METHOD UPDATE_VIEW.

3 * ...

4 CALL FUNCTION 'AC_SYSTEM_FLU

5 exporting CALLED_BY_SYS

6 EXCEPTIONS

7 CNTL_SYSTEM_ERROR

8 CNTL_ERROR

9 OTHERS

10

11 CASE SY-SUBRC.

12 WHEN 0.

13 WHEN 1.

14 RAISE CNTL_SYSTEM_ERROR.

15 WHEN 2.

>>>> RAISE CNTL_ERROR.

17 WHEN 3.

18 RAISE CNTL_ERROR.

19 WHEN 4.

20 RAISE CNTL_ERROR.

21 WHEN OTHERS.

22 RAISE CNTL_ERROR.

23 ENDCASE.

24

25 ENDMETHOD.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi all,

I'm facing a simillar problem

Could you please share the solution for this issue?

Thanks

Lenin

Former Member
0 Kudos

Thanks

Former Member
0 Kudos

Hi,

Process chain view is fine.

I have the pb on DEV System amd not on PROD system. Both systems have the same SP 18.

Th dump is generated whern I click on the "process type" icon in order to add a process on the reght side's pane

Former Member
0 Kudos

Hi

Can you try checking the Process chain view. It might be there is some problem with the way Process chain is defined.

If the view is fine and it still gives some issue then probably with upgrade there is something and we need to find out an SAP note to figure this out.

Regards