cancel
Showing results for 
Search instead for 
Did you mean: 

RAISE_EXCEPTION with CNTL_ERROR occured for Job

Former Member
0 Kudos

Hi All,

The backgroung job getting cancelled REPEATEDLY with below log; We have checked program Z_MATRIX_INTERFACE_POPUP; it is much interconnected with SAP std program. Not easy to identify the issue. Please advise your view

JOB LOG

Job started

Step 001 started (program YCA_ECM_UPDATE, variant &0000000000069, user ID

Control Framework: Fatal error - GUI cannot be reached

ABAP/4 processor: RAISE_EXCEPTION

Job cancelled

ABAP DUMP

1.

Error analysis

A RAISE statement in the program "CL_GUI_CUSTOM_CONTAINER=======CP" raised the

exception

condition "CNTL_ERROR".

Since the exception was not intercepted by a superior

program, processing was terminated.

2.

Information on where terminated

Termination occurred in the ABAP program "CL_GUI_CUSTOM_CONTAINER=======CP" -

in "CONSTRUCTOR".

The main program was "Z_MATRIX_INTERFACE_POPUP ".

In the source code you have the termination point in line 62

of the (Include) program "CL_GUI_CUSTOM_CONTAINER=======CM001".

The program "CL_GUI_CUSTOM_CONTAINER=======CP" was started as a background job.

Job Name....... "YCA_ECM_UPDATE"

Job Initiator.. 102871

Job Number..... 17143100

Thanks

Ram

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Z_MATRIX_INTERFACE_POPUP is your locally developed program, please check with abaper.

Former Member
0 Kudos

One more point,

The same job was successfully completed in Quality system and very rarely in production system job ran successfully .

Former Member
0 Kudos

Fine, but request your ABAPer to have a look.