cancel
Showing results for 
Search instead for 
Did you mean: 

Repricing on Field change

Former Member
0 Kudos

Hello,

I have a Z field. I have used used this field in one of the condition tables and maintained the condition record for the same. In salesorder, the record is being picked up correctly.

When I change / remove this field in sales order, Pricing is not triggered again. Ideally I should not see the corresponding condition type because there is no record maintained for the changed field value.

Anyhow when I manually press update the condition goes away. But I want pricing to be triggered automatically when I change/remove this field.

How do I achieve this?

Thanks!

Regards,

Padma

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks!

Former Member
0 Kudos

you can get the repricing triggered automatically when this particular field is changed.

based on the field where it is (if it is in table VBKD or in VBAP ) you work on the following user exits and get the code developed.

MV45AFZB

USEREXIT_NEW_PRICING_VBAP

USEREXIT_NEW_PRICING_VBKD

Regards

Sai

Former Member
0 Kudos

Thanks Sai!