‎2006 Dec 28 11:10 AM
hi,
plz giv me the solution for below abap run time error.
COMPUTE_FLOAT_ZERODIVIDE
short text:divide by 0(type F) in the program MP904200
rgds
vinnu.
‎2006 Dec 28 7:04 PM
Hi
MP904200 is a module pool program. Are you updating any infotype? You are getting this error as you are trying to divide a variable of type f whose value is 0.
Inorder to overcome this error, you need to pass some value to that variable other than 0.
Regards,
Navneet
‎2006 Dec 28 11:12 AM
is it standared program.
i think there is some problem from data....check with functionla guy..
‎2006 Dec 28 11:19 AM
HI,
have a look at the below oss Notes
70001
640482
973033
<b>167992
865971</b>
Regards
Sudheer
‎2006 Dec 28 1:02 PM
‎2006 Dec 28 1:21 PM
Hi,
Check for OSS Notes for your error.
Plz check your data. Mostly it seems to be data problem.
Regards
Bhupal Reddy
‎2006 Dec 28 1:24 PM
Hi vinay,
Some where you are diving a number by ZERO , so try to avoid that as it is not accepted
the name of the error itself suggests -
> COMPUTE_FLOAT_ZERODIVIDE
‎2006 Dec 28 7:04 PM
Hi
MP904200 is a module pool program. Are you updating any infotype? You are getting this error as you are trying to divide a variable of type f whose value is 0.
Inorder to overcome this error, you need to pass some value to that variable other than 0.
Regards,
Navneet