‎2009 Jan 08 7:08 AM
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.
‎2009 Jan 08 7:14 AM
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.
‎2009 Jan 08 7:14 AM
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.
‎2009 Jan 08 7:28 AM
try this
declare your output field as follows
data out_put TYPE p DECIMALS 0.
‎2009 Jan 08 7:29 AM
Hi,
Check lenth of the field and declare as float data type.
Regards
Md.MahaboobKhan