cancel
Showing results for 
Search instead for 
Did you mean: 

moving average price based on valuation type for material

Former Member
0 Kudos

Gurus help needed.

we want to maintain the moving average price of the material in the pricing, and this depends on the Valuation Type. We have 3 valuation types.

If valuation type is blank then one MAP(Moving average price) value will come and if nn one map will come and for nn one map will come.

We have copied VPRS conditon type to YVRP and changed conditon category as T( Moving cost).

But in pricing the YVRP price is not picking from valuation type which is blank.

Where can i make the settings to tell the system to pick the moving average price from the material master where the valution type is blank always based on the condition.

Do we need to creat a routine? If so is there any standard routine which we can use or make minor changes to it?

If it is a new routine please tell me how to start with VOFM?

Note : We need the value to come automatically from material master same as VPRS.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member383560
Active Participant
0 Kudos

Hi

The first method is not to set the pricing condition VPRS as statistical.

Simply remove PR00 and it will work fine if you always use VPRS as your pricing base inside the pricing procedure.

VPRS will reads both prices based on the price control in the material master.

Price control S for standard price.

Price control T for moving average price.

It is this simple if you do not have any other "Prices" in the price procedure.

However, if you are using one pricing procedure where for some items you price using VPRS and some others using PR00, then you should use requirement routines to enable the correct price condition type at the right time.

The second method involves more work as you need to write a formula (VOFM) to get that information.

This is how it goes :-

1. Set VPRS to be the first step in the pricing procedure and to be subtotal B (as standard).

2. Set PR00 with alt. calc. type formula, which sets the value of PR00 to be equal to the subtotal B.

Step 1 VPRS statistical, subtotal B, reqt 4

Step 2 PR00 Altcty 600

With regards

baalakrushnan.da

Former Member
0 Kudos

hi,

just remove the PR00 and maintain the VPRS in your pricing procedure.

I hope this will help you.

Wishes,

Abhishek