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: 

customize the Profit margin % calculation in sales order

Former Member
0 Kudos

Hi SAP Guru's,

Our requirement is to customize the Profit margin % calculation as like below:

GP% =( Net Sales – VPRS)/Net Sales

  Where Net sales should be =
{Base price – (Rebate condition amount values)} – Discount  (as per SAP,
Net price= Base price – Discount)

So to achieve this we will go for VOFM routine only or we have any option to achieve this through user-exit.

(because in user exit am getting values only vprs and not Profit margin % value)

 

If yes, please let me knowthe exit, I tried with MV45AFZZ Exits but here we are getting only VPRS value (1010.00)
please find below screen shot for reference.

So any one help on this please.

Thanks in advance.

Regards,

Shabareesh

2 REPLIES 2

sivaprasad_paruchuri
Active Participant
0 Kudos

better go for vofm routine

nabheetscn
Active Contributor
0 Kudos

VOFM is the way.