cancel
Showing results for 
Search instead for 
Did you mean: 

Error in UKM_GEN_WORKLIST

Former Member
0 Kudos

Hi!

How do we resolve this error in UKM_GEN_WORKLIST:

"The current ABAP program "CL_UDM_BUPA_TRANSACTION_DATA==CP" had to be

terminated because it has

come across a statement that unfortunately cannot be executed"

"An exception occurred that is explained in detail below.

The exception, which is assigned to class 'CX_SY_CONVERSION_OVERFLOW', was not

caught in

procedure "READ_DB_CREDIT_COMMTS" "(METHOD)", nor was it propagated by a

RAISING clause.

Since the caller of the procedure could not have anticipated that the

exception would occur, the current program is terminated.

The reason for the exception is:

A value generated during processing is too large for the

field "LS_CREDIT_COMMTS-COMM_TOTAL" of the program

"CL_UDM_BUPA_TRANSACTION_DATA==CP".

Thanks!

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

A couple of standard questions.

1/ Have you modified the way the collections list is generated - activated any collections management BADI's?

2/ Do you get this error every time you run the program, or is it a one off?

This error is a common error, and it is normally down to BADI modification, or a small system issue that cannot be replicated.

Please review internally.

Former Member
0 Kudos

Hi!

All required BADI's are already in place. We don't encounter this error before when we do not have much data. Thanks!

Former Member
0 Kudos

Can you check the full dump mesg, in ST22 with the help of an ABAPer.

Pointers - Probably if you have enhanced/implemented any BADIs, root cause might be within the enhancement code.

Additionally, please check the authorization objects as well.