Hi All!
i have the following fields:
data: v_a type f,
v_b type quan.
i am passing v_a to v_b.
v_a has a value of 1.1593750000000000E+12. But the result is a dump, CONVT_OVERFLOW.
Do you have any idea why?
Thanks in advance.