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

abap runtime error

Former Member
0 Likes
611

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
562

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

6 REPLIES 6
Read only

Former Member
0 Likes
562

is it standared program.

i think there is some problem from data....check with functionla guy..

Read only

Former Member
0 Likes
562

HI,

have a look at the below oss Notes

70001

640482

973033

<b>167992

865971</b>

Regards

Sudheer

Read only

0 Likes
562

Look for relevant OSS notes for your error.

Read only

Former Member
0 Likes
562

Hi,

Check for OSS Notes for your error.

Plz check your data. Mostly it seems to be data problem.

Regards

Bhupal Reddy

Read only

Former Member
0 Likes
562

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

Read only

Former Member
0 Likes
563

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