cancel
Showing results for 
Search instead for 
Did you mean: 

Pricing issue in SAP sale order

Former Member
0 Kudos

Hi,

I have a pricing condition type which have four different access sequence.

Case 1: While creating sale order with doc type ZOR1, it fetched a price based on fourth access sequence (last). later when i enter some more information at sale order header, this pricing condition type gets a new price based on access sequence 3 - which is expected. Condition price updates automatically.

Case 2:When i create another document lets say ZOR2 with same master data, price is determined and later when i add same information at sale order header, access seq 3 gets activate but the condition price is not getting updated automatically.

I still see old price in this condition type.

I have to manually carry out new pricing update to bring in new value in Case 2 (which is the issue).

I see correct price determined in pricing analysis but on the front end pricing screen, it is old price.

Although, This seems to be an issue from User exit modification done in past.

Any ideas if someone have faced similar issue or user exits related to pricing in sale order where automatic repricing should happen as soon as any changes comes into the sale order.

Thanks

Kartik

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member186385
Active Contributor
0 Kudos

Hi,

Check the user exits

USEREXIT_NEW_PRICING_VBKD

USEREXIT_NEW_PRICING_VBAP

there might be some condition checking document type to update pricing automatically

regards,

santosh

andrea_brusarestelletti
Active Contributor
0 Kudos

Hello,

do you have a base or calculation formula in the pricing procedure, assigned to the price condition not working?

Best regards,

Andrea

Former Member
0 Kudos

Routines and formula are good.

the PP is same for both order types. it works good in one but not with other order type.

Not sure, if there has been any customised development done in past based on document order types in past but i see only document type is the key here which should be differentiating factor. rest everything like master data are similar in both orders.

Will update you if i find the root cause.

Thanks