Skip to Content
0
Former Member
Jun 05, 2009 at 02:47 AM

Dump "CL_GUI_CONTROL================CP" "CNTL_ERROR"

1179 Views

Hi experts,

I am using the statement SUBMIT <prog> as shown below. It is calling set_table_for first_display and at that time it is giving me Dump. i do not know why it is happening so . Because individually when I am running this alv it is showing me grid display and it is working fine.

I also used CALL FUNCTION 'LIST_FREE_MEMORY' before calling SUBMIT . Also while creating container I have checked the condition IF cl_gui_alv_grid=>offline( ) IS INITIAL.

SUBMIT (g_repid)
         AND RETURN
         EXPORTING LIST TO MEMORY
         WITH SELECTION-TABLE i_selscr.

The same code I have used in ECC5 over their it is working fine but when I am using in ECC6 it is giving me this dump. I am pasting the dump below.

Error analysis
    A RAISE statement in the program "CL_GUI_CONTROL================CP" raised the
     exception
    condition "CNTL_ERROR".
    Since the exception was not intercepted by a superior
    program, processing was terminated.

    Short description of exception condition:


    For detailed documentation of the exception condition, use
    Transaction SE37 (Function Library). You can take the called
    function module from the display of active calls.
    -



How to correct the error

    If the error occures 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:

    "RAISE_EXCEPTION" " "
    "CL_GUI_CONTROL================CP" or "CL_GUI_CONTROL================CM009"
    "SET_VISIBLE"

    or

    "CL_GUI_CONTROL================CP" "CNTL_ERROR"

    or

Thank You,

Anomitro Guha