Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Over Flow Error

Former Member
0 Likes
593

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
546

Hi,

Its a currency field & it often causes eror in conversion .

define your field as string..

It will work..

regards

Mudit

3 REPLIES 3
Read only

Former Member
0 Likes
547

Hi,

Its a currency field & it often causes eror in conversion .

define your field as string..

It will work..

regards

Mudit

Read only

Former Member
0 Likes
546

Hi,

Declare it as char field or string field...

Read only

0 Likes
546

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