cancel
Showing results for 
Search instead for 
Did you mean: 

CNTL_ERROR

was_wasssu
Participant
0 Kudos

Hi,

I get this error when i click on the Header Incon in the delivery:

Exception condition CNTL_ERROR raised.

at ( WHEN 2):


..................

CALL FUNCTION 'AC_FLUSH_CALL'
        EXPORTING
             SYSTEM_FLUSH = 'X'
             CALLED_BY_SYSTEM = CALLED_BY_SYSTEM
        IMPORTING
             MESSAGE_NR   = sysubrc
             MESSAGE_TEXT = SY-MSGLI.

   sy-subrc = sysubrc.

   CASE SY-SUBRC.
     WHEN 0.
     WHEN 1.
       RAISE CNTL_SYSTEM_ERROR.         "// system_error
     WHEN 2.
       RAISE CNTL_ERROR.                "// method_call_error
     WHEN 3.
       RAISE CNTL_ERROR.                "// property_set_error
     WHEN 4.
       RAISE CNTL_ERROR.                "// property_get_error
     WHEN OTHERS.
    
       RAISE CNTL_ERROR.
   ENDCASE.

 ENDFUNCTION.
..................

Any ideea why?

Thank you

Accepted Solutions (0)

Answers (2)

Answers (2)

Lakshmipathi
Active Contributor
0 Kudos

Ensure that GUI's latest patch updation is done.

thanks

G. Lakshmipathi

Former Member
0 Kudos

Almost all CNTL_ERRORs are an indication of a problem with the gui. Check for notes. Or, try reinstalling your gui.