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

Field Overflow

Former Member
0 Likes
685

Hi,

When doing summation on output field the system shows 'Field Overflow'. kindly suggest what modifications need to be done in program to avoid this.

Thankyou.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
608

hi,

Check the length of field.

After summation i guess it overflows as the length is less.

You can decalre one more variable as per the requirement and do summation in this field to avoid the error.

thanks & Regards,

Swapnil.

3 REPLIES 3
Read only

Former Member
0 Likes
609

hi,

Check the length of field.

After summation i guess it overflows as the length is less.

You can decalre one more variable as per the requirement and do summation in this field to avoid the error.

thanks & Regards,

Swapnil.

Read only

Former Member
0 Likes
608

try this

declare your output field as follows

data out_put TYPE p DECIMALS 0.

Read only

Former Member
0 Likes
608

Hi,

Check lenth of the field and declare as float data type.

Regards

Md.MahaboobKhan