cancel
Showing results for 
Search instead for 
Did you mean: 

Overflow when converting from 99.97619047619

Former Member
0 Kudos

Hi Guys ,

I am facing with error in the portal.

Error: Overflow when converting from 99.97619047619

what is this error?


Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Vandana

Greetings!

Hi,

The overflow exceptions occur when the felid that you are passing the value to, is not of adequate lenght. Declare a feild with a larger length and pass the vlaue into this feild while converting. I hope this info is useful for you. Thanks

Regards

Former Member
0 Kudos

Hi Venkataraman,

I have tried changing to larger length but it is giving me the same error.

Initially it was:

lv_value type char 15.

I change to char 50,but it is giving the same error.

How can we control the decimal places?

Former Member
0 Kudos

Hi Vandana

Greetings!

Try to declare your variable using Packed Number:

DATA: va_num TYPE P DECIMALS 3.

Might be because of patch updation problem also. Pl. check. Thanks

Regards