Application Development 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: 

Sales Order Pricing

Former Member
0 Kudos

Hi Guys,

I need the sales order net price before it is rounded. Example: A discount of 9% is granted for a product with a price of $135.50 for each piece. The exact discount is $12.195 and the net price is $123.305 before rounding. Where can I grab this net price( 3 decimals) before rounding occurs (rounds it to 2 decimals)? Please reply with program and field where this value is stored just before rounding.

Thx in advance

Walt

1 REPLY 1

Former Member
0 Kudos

Walt,

It has been a long time - but try Include MV45AFZZ in FORM userexit_pricing_prepare_tkomp.

Set a breakpoint there - and see it meets your needs.