cancel
Showing results for 
Search instead for 
Did you mean: 

customer group in pricing type

Former Member
0 Kudos

hai,

what is the user exit should be used to carry out new pricing ( pricing type ) for selected group of customers while copy from delivery to billing.

Accepted Solutions (0)

Answers (1)

Answers (1)

RBM
Active Participant
0 Kudos

HI,

There are a lots of pricing user exit, for this case I suggest to use:

- USEREXIT_PRICING_CHECK (module pool SAPMV61, program MV61AFZA)

You can install additional checks to the standard checks of condition lines (e.g. maximum/minimum value).

- USEREXIT_PRICING_RULE (module pool SAPLV61A, program RV61AFZA)

In the standard SAP system, it is predefined which condition categories and classes can be copied or recalculated per pricing type. You can change the predefined standard procedure for each pricing type.

- USEREXIT_CHANGE_PRICING_RULE (module pool SAPMV61A, program MV61AFZA)

You can use this user exit to change the pricing type that has been predefined in the copying control table in billing.

Hope this help!