cancel
Showing results for 
Search instead for 
Did you mean: 

User Exit for Material Pricing Group

Former Member
0 Kudos

Hi,

While creating sales order, I am doing some validations based on some Custom field and afterwards I want to update the Material Pricing Group (VBAP-KONDM) in the UserExit (while creating Sales Order). When I update the Material Pricing Group (VBAP-KONDM), I want the Pricing conditions also get updated along with this.

Can anyone let me know which UserExit would update the Material Pricing Group & Pricing determinations as well.

Regards,

Niranjan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

you Can try using the user exit USEREXIT_MOVE_FIELD_TO_VBAP in MV45AFZZ.

I guess, if the pricing group is changed here, then automatically the pricing conditions are re dtermined.... ( Correct me if i am wrong)..

Answers (1)

Answers (1)

Lakshmipathi
Active Contributor
0 Kudos

You can try with either of the following sale order exits

a) User exits in the program MV45AFZZ - USEREXIT_PRICING_PREPARE_TKOMP or

b) User-Exits in program MV45AFZB - USEREXIT_CHECK_VBAP

thanks

G. Lakshmipathi