cancel
Showing results for 
Search instead for 
Did you mean: 

overflow in the operation:= error

Former Member
0 Kudos

Hi,

     I get the following error in my DTP of a process chain:

Runtime error while executing rule -> see long text

Diagnosis
An error occurred while executing the transformation rule:

The actual error message:

Overflow in the operation :=

The error was triggered at the following program location:

System Response

Processing of this data record was cancelled

This issue seems to be because of the length of the target field being lesser than the source field.

Can you please let me know how this issue can be resolved since the DTP is added in a process chain?

Thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

RamanKorrapati
Active Contributor
0 Kudos

Hi,

You need to check the info object which are used at your target.

one of the info object length will be lesser than the source field length.

How many info objects you have at your target level.

From your transformations please check each source and target objects length.

Can you share the error screen shot.

Thanks

Former Member
0 Kudos

Since it is a client system, I will not be able to provide screenshots.

But can anyone please let me know if it is possible to resolve this issue at the process chain level?

The Repeat option obviously doesn't work. But there must be a work around to make the process chain run again.

Please let me know if there is a way out.

Thanks in advance.

RamanKorrapati
Active Contributor
0 Kudos

Hi,

As long as without knowing exact infoobject not easy to suggest direct solution.

Assuming as your loading data from PSA to Cube.

Go to your transformations, Menu Extras--> tabular overview, compare each source and target object length, need to be the same.

if any target object length is lesser than source field , that length need to increased.

Thanks