cancel
Showing results for 
Search instead for 
Did you mean: 

CL_GUI_DOCKING_CONTAINER======CP CNTL_ERROR

Former Member
0 Kudos

Hello Experts!

Im having some trouble with a dump at different times and all jobs are aparently working well and we cannot find the cause of it.

Here are the dump details:

Category               ABAP Programming Error

Runtime Errors         RAISE_EXCEPTION

ABAP Program           SAPLDOC_DISPLAY

Application Component  CA-GTF-SCM

Short text

Exception condition "CNTL_ERROR" raised.

What happened?

The current ABAP/4 program encountered an unexpected situation.

What can you do?

Note down which actions and inputs caused the error.

To process the problem further, contact you SAP system administrator.

Using Transaction ST22 for ABAP Dump Analysis, you can look at and manage termination messages, and you can also keep them for a long time.

Error analysis

A RAISE statement in the program "CL_GUI_DOCKING_CONTAINER======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_DOCKING_CONTAINER======CP" or "CL_GUI_DOCKING_CONTAINER======CM001"

"CONSTRUCTOR"

or

"CL_GUI_DOCKING_CONTAINER======CP" "CNTL_ERROR"

or

"RM_MEREQ_GUI " "CNTL_ERROR"

If you cannot solve the problem yourself and want to send an error notification to SAP.....

User and Transaction

Client.............. 900

User................ "PI_SERVICE"

Language key........ "E"

Transaction......... "ME52N "

Program............. "CL_GUI_DOCKING_CONTAINER======CP"

Screen.............. "SAPLMEGUI 0010"

Screen Line......... 3

Debugger Active..... "none"

Client.............. 900

User................ "PI_SERVICE"

Transaction......... " "

Call Program........."SAPLEDIN"

Function Module..... "IDOC_START_INBOU

Call Destination.... "NONE"

Source Server....... "ecp-pas_ECP_00"

If someone have an idea of whats happening, please let me know.

Regards, Luis!

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi Luis

The class CL_GUI_DOCKING_CONTAINER do not support execution in background.

Can you please try again in foreground mode?

Regards

Former Member
0 Kudos

Hi Jonny.

It is not possible to send it to background cause It is an interface. We are looking for who or what is calling that.

Regards.