‎2008 Oct 22 6:12 AM
Hi,
I am creating a functional module. In the global data, I had included a standard Include.
include MM06ETOP_GLOBAL_DATA.
When I am doing syntax check, it is showing ok. When i am activating it, it is giving the following error.
Overflow when converting from 9999999999999.
(The error is at this field.
data: maxwert like ekpo-netwr value '9999999999999'.)
Please let me know how to resolve this issue.
Thanks.
‎2008 Oct 22 6:17 AM
Hi,
Its a currency field & it often causes eror in conversion .
define your field as string..
It will work..
regards
Mudit
‎2008 Oct 22 6:17 AM
Hi,
Its a currency field & it often causes eror in conversion .
define your field as string..
It will work..
regards
Mudit
‎2008 Oct 22 6:34 AM
‎2008 Oct 22 6:42 AM
Hi,
This is a SAP standrad include. I am able to activate the SAP standard inclue program.
But when iam activating the global data of my function module, It is giving this overflow error.
Thanks.
Edited by: sree s on Oct 22, 2008 8:07 AM