cancel
Showing results for 
Search instead for 
Did you mean: 

Client need to do repricing

Former Member
0 Kudos

Hi,

Client need that re pricing shoudl happned automaticaaly after change the plant? pls let me know the process

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI,

As per the standard SAP there is no functionality to do re-pricing after change plant in order level

..Hence use user xit_re price_check

Answers (3)

Answers (3)

eduardo_hinojosa
Active Contributor
0 Kudos

Hi

Try with subroutine USEREXIT_NEW_PRICING_VBAP in include MV45AFZB.

Write this coding and check it:


 if vbap-werks ne *vbap-werks.
   new_pricing = 'B'.
 endif.

I hope this helps you

Regards

Eduardo

Former Member
0 Kudos

HI

If business does not want to use userexit,then they have to re-pricing whenever change the plant at line item level

Former Member
0 Kudos

Hi,

I think if you maintaine the condition records with combination of plant. it may work.i have not tried it.

ex:

your plants are 1000 and 2000

for any reasons if you are offering prices of the materials at two plants are different.

suppose material 1 price at 1000 plant is 100 inr

same material 1 price at 2000 plant is 120 inr

so maintaine these condition records plantwise in vk11

if you change the plant at item level the price should be changed.

if it is not worked then you can create a routene and place at access sequence level,for the same combination of condition tables like, sales org/dist.chnl/plant/material. in this case while sales document process, the system automatically checks for the condition table and will determine it based on the plant existed at that perticuler line item level.

Thankyou