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

Fixed point arithmetic in an user exit

Former Member
0 Likes
978

Hi everyone.

I'm using the user exit MV45AFZZ for the sales order but it does'nt have the property "fixed point arithmetic" so when i'm doing operations with decimals, i got the wrong values.

Is there any way to fix that by setting in my code the fiwed point arithmetic ? If yes, what's the instruction.

Thanks for your help.

1 REPLY 1
Read only

Former Member
0 Likes
532

Solved.

I created a FM to do all my calculation as decimals aren't treated in this user exit.