cancel
Showing results for 
Search instead for 
Did you mean: 

Carry out new pricing

Former Member
0 Kudos

I have maintain the price to be determined from the material number and the material group 1.

I want to apply a new pricing every time the material group 1 is changed. \

Can you please suggest me which user exit to use if any, or any other way to do it.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Can you elaborate your requirement?

whenever you change material group why dont u change condition records(VK12) and maitain new price.

or

If you want new condition records every time do the sales order and go to conditions and try with update and select option "carry out new pricing"

hope iam near to your requirement.

Regards,

Reddyy

Former Member
0 Kudos

I have maintained records for every possible combination of material and material group 1.

I want thought if the material group 1 is changed , either from the initial or from any one inserted, to carry out new pricing automatical just like it is done when I change the material

Answers (1)

Answers (1)

Former Member
0 Kudos

Stilianos,

If you want to manage the process by user exit there is one in program MV45AFZB that may solve your requirement:

USEREXIT_NEW_PRICING_VBAP

Option for entry of preconditions for carrying out pricing again (e.g. changes made to a certain item field could be used as the precondition for pricing to be carried out again).

Code may look as follows:

if vbap-VBAP-MVGR1 ne *vbap-VBAP-MVGR1.

new_pricing = 'C'.

endif.

Roberto