‎2007 Dec 14 5:31 PM
Hi all
Any idea why this error is coming..
CX_SY_CONVERSION_OVERFLOW.
Thanks and regards
vijaya
‎2007 Dec 14 5:42 PM
Hi,
Are you doing any moving values of type f field to a type p field ?
a®
‎2007 Dec 14 5:59 PM
You're probably doing something like
a = b * c.
and a is not declared to be large enough to hold the result.
Rob
‎2007 Dec 15 4:58 PM
Hi Rob
The code is working fine in mysap.when iam trying the same code in sapR/3 its giving error..what might b the cause?
Regards
vijaya
‎2007 Dec 15 6:42 PM