cancel
Showing results for 
Search instead for 
Did you mean: 

USEREXIT_PRICING_RULE - Customer Reserve X for multiple pricing types

Former Member
0 Kudos

I am using user exit MV45AFZB routine userexit_new_pricing_vbap to trigger repricing based on certain changes. The repricing works fine and I am currently using pricing type A but I need to actually trigger repricing to use pricing types A and &.

It seems like exit USEREXIT_PRICING_RULE should let me accomplish this as follows but I'm not sure how to maintain internal table STEU.

STEU tables entries for A and &:

-


KNPRS | KNTYP | KOAID | MAUEB | STFKZ | NOTYP | KDUPL | NOKDUPL | KFKIV | KVARC

-


A |f.........|..........| |CD...|.....|... |... |. |. |

& |GLRIEfbhn&|CDEGQ.....| |.....|.....|... |... |X |.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

you can also look at the option of assigning the pricing type to your pricing procedure . Please check in T Code V/08 in column "Pricing Type"

Then in the user exit MV45AFZB in the carry out new price VBAP, you can have the desired pricing type. Please try these options.

Regards

Sai

Former Member
0 Kudos

The condition in question is assigned to a pricing procedure that has several conditions and I would have to assign the pricing type to the entire procedure.

I actually got it to work today finally using the exit and altering the values in STEU.

Thanks for the reply.