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: 

trying to find an enhancement/exit point in pricing routine to make it calculate z condition types

Former Member
0 Kudos

Hi Experts,

I am working on a scenario where I have created some new condition type say ZNEW and storing the price against it in a z table. I want the pricing procedure to calculate also ZNEW and provide me the NET PRICE.

One place where i could find is in the perform XKOMV_BEWERTEN in pricing function module?

Is there any other better way to do???

1 ACCEPTED SOLUTION

former_member1716
Active Contributor
0 Kudos

Hi Sarthak,

Please try in the include MV45AFZB under the exit FORM USEREXIT_NEW_PRICING_VBKD CHANGING NEW_PRICING.

This User exit is used to trigger Repricing when a value gets changed in certain fields, there are also few other exit points, please check out.

regards,

Satish

5 REPLIES 5

former_member1716
Active Contributor
0 Kudos

Hi Sarthak,

Please try in the include MV45AFZB under the exit FORM USEREXIT_NEW_PRICING_VBKD CHANGING NEW_PRICING.

This User exit is used to trigger Repricing when a value gets changed in certain fields, there are also few other exit points, please check out.

regards,

Satish

0 Kudos

Thanks a lot Satish for the answer.

But what I was interested to do is to include the ztable in the standard pricing instead of repricing it through the exit.

I might sound ambitious but is it possible?

0 Kudos

Hi Sarthak,

Am not sure on this. However i would recommend you to go through the SAP Notes 24832 - Pricing rules, This would probably assist you in giving more information about Pricing.

regards,

Satish

0 Kudos

Also pleaase go through the below threads which may assist you. I also Remember a scenario where we can add custom pricing routines. Please have a check on the below threads.

http://scn.sap.com/thread/1157320

http://scn.sap.com/thread/3227250

Please inform us on the progress.

Regards,

Satish

Former Member
0 Kudos

http://scn.sap.com/docs/DOC-33986

It sounds like you need a formula maintained in VOFM. If you are in need of many formulas, consider implementing the above. Instead of using Z tables, you might consider BRF+.