cancel
Showing results for 
Search instead for 
Did you mean: 

Variant Pricing

Former Member
0 Kudos

Please help me on the error: Pricing error: Mandatory condition PR00 is missing.

I got an assignment with variant pricing, so started doing practice at home with the following scenario:

Material: Zpump

Type1- Monoblock

Type2- Centrifugal

Capacity: 5 HP

10 HP

FOR THE ABOVE I HAVE DONE THE FOLLOWING SETTINGS:

1. Maintained the KMAT material ZPUMP with stgy. grp. 25, item cat grp. 0002, val.class 7900.

2. Created Characteristics:

A) Z_TYPE: with values TYPE1- Monoblock

TYPE2- Centrifugal

with character format data type and done the dependency-procedure,

source code- $Self.Z_PRICE=u2019TYPE1u2019. for TYPE1

$Self.Z_PRICE=u2019TYPE2u2019. for TYPE2

B) Z_CAP: with values CAP1 - 5 HP

CAP2- 10 HP

with character format data type and done the dependency-procedure,

source code- $Self.Z_PRICE=u2019CAP1u2019.

$Self.Z_PRICE=u2019CAP2u2019.

C) Z_PRICE: with numeric format data type and maintained the table SDCOM & field VKOND. but it taken as char format

3. Created Class Z_PUMP, type 300. assigned characteristics Z_TYPE & Z_CAP

4. Configured profile for material ZPUMP, assigned with class, given profile name PUMP priority 01 & org. area: P (Price)

5. Maintained the variant conditions in VK30

mono + 5 hp

mono + 10 hp

cent + 5 hp

cent + 10 hp

6. Condition record saved in VK11 for VA00 (which is maintained in my pricing procedure).

mono + 5 hp Rs. 1000/-

mono + 10 hp Rs. 1500/-

cent + 5 hp Rs. 1500/-

cent + 10 hp Rs. 2000/-

DO I NEED TO SET SOME OTHER CONFIGS. PLEASE GUIDE ME.....

Thanks,

Sarat

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Check whether you specified dependencies for 3rd characteristics Z_PRICE

Here we have to place all characteristic values of above 2 characteristics. This characteristic helps to determine the prices for the characteristic values, while we process the sale order.

Former Member
0 Kudos

HI,

As Mr.Ravi said you didn't maintained the price for PR00.Maintain basic pump cost in PR00,and for configuration price maintain

for VA00 like Type1- Mono block, Type2- Centrifugal ,Capacity: 5 HP ,10 HP these are the characteristic's for this you will

maintain price in VA00.Now maintain basic price for PR00 your problem will solved.

Regards

Ram

Former Member
0 Kudos

But for which material I should maintain PR00 price

I have the materials like

Mono + 5 HP

Mono + 10 HP

Cent + 5 HP

Cent + 10 HP

And do have 2HP 3HP 15HP 20HP 50HP.

So don't want to maintain individual material number, whenever sales order is raising user will pick any one, say Monoblock + 10 HP.

Is that much configs. ok to get the result as I have mentioned.......

Please............

Former Member
0 Kudos

Hi Sarat,

Maintain minimum price for PR00 irrespective of combination.

Ex:PR00 - 1000

VA00 - Mono - 500

VA00 - 5HP - 800

Total = 2300

Ex:PR00 - 1000

VA00 - cent - 800

VA00 - 10HP - 1000

Total = 2800

like this the variant price will be picked.So maintain basic pump cost in PR00,which is irrespective of combinations like above example.

Regards

Ram

Former Member
0 Kudos

Ram,

PR00 maintained Rs. 800/- but no value showing for VA00, only PR00 value is there in order

Should I maintain VK11 for VA00 like

Mono - Rs.100

5HP - Rs. 100

10HP - Rs. 600

Edited by: Sarat Orissa on Dec 22, 2011 8:39 AM

Former Member
0 Kudos

Dear Friend,

For the material Zpump you should maintain PR00 in VK11.

For This Go to VK11 and here specify the material Zpump and amount

Thank you,

Former Member
0 Kudos

Ravi,

I have created the record for PR00

But it shows only PR00 price not VA00 in order.

Former Member
0 Kudos

Yes you need to maintain prices in VK11 for VA00 to your characteristics,

Mono - Rs.100

5HP - Rs. 100

10HP - Rs. 600

Ram

Former Member
0 Kudos

Done as u said, but only PR00 displays not VA00 value in order.

jpfriends079
Active Contributor
0 Kudos

Check with pricing analysis in sales order - item - condition.

There you will get an idea, what is miss for VA00 to execute.

Regards

JP

Former Member
0 Kudos

Dear Friend,

I hope you have maintained price for variants but for main item you have not maintained PR00

So maintain PR00 for main item In VK11

Former Member
0 Kudos

Hi

you are saying that Condition record saved in VK11 for VA00 (which is maintained in my pricing procedure).

But why your system showing Mandatory condition PR00 is missing.

Check your pricing procedure and revert back.

Thanks

Dasaradha

Former Member
0 Kudos

The following CTypes maintained in my pricing procedure

10 0 PR00 Price

20 0 VA00 Variants

50 0 K004 Material Discount

60 0 K007 Customer Discount

70 0 HDR1 SS Discount (Value)

100 0 Total Discount

105 0 Net Value

110 0 MWST Output Tax

200 0 Net Value 1

500 0 VPRS Cost

550 0 Net Profit

Please guide me...