cancel
Showing results for 
Search instead for 
Did you mean: 

Several dump in Production "UNCAUGHT_EXCEPTION"

surajprakash_singh
Participant
0 Kudos

Hi Experts,

Please help me to solve a issue. I am seeing several dump in production saying.

Short text

    An exception occurred that was not caught.

What happened?

    The exception 'CX_WDR_RT_EXCEPTION' was raised, but it was not caught anywhere

     along

    the call hierarchy.

    Since exceptions represent error situations and this error was not

    adequately responded to, the running ABAP program

     'CL_WDR_EVENT_QUEUE============CP' has to be

    terminated.

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:

    "UNCAUGHT_EXCEPTION" "CX_WDR_RT_EXCEPTION"

    "CL_WDR_EVENT_QUEUE============CP" or "CL_WDR_EVENT_QUEUE============CM005"

    "ADD_ACTION_EVENT"

Thanks,

Suraj

Accepted Solutions (0)

Answers (2)

Answers (2)

david_liu1
Advisor
Advisor
0 Kudos

Hello,

Check SAP notes 1881602 and 1708997.

Regards,

David

surajprakash_singh
Participant
0 Kudos

Hi David,

Thanks, For your reply.

These notes say about rendering.

Thanks,

Suraj

ramakrishnappa
Active Contributor
0 Kudos

Hi Suraj,

Is it happening in standard application or custom application?

The exception seems related to the many similar actions are adding up.

Check if  anywhere timedtrigger ui element is being used?

also refer the below link

Regards,

Rama

surajprakash_singh
Participant
0 Kudos

Hi Rama,

It is happening in custom application. No I  have not used time trigger.

Thanks,

Suraj Prakash

ramakrishnappa
Active Contributor
0 Kudos

Hi Suraj,

Its better if you provide the below details

  • When is the exception is triggered ? give details on technical design and action sequence
  • Is it possible to replicate in development / quality system ?

Regards,

Rama