cancel
Showing results for 
Search instead for 
Did you mean: 

Pricing

Former Member
0 Kudos

Hi Gurus,

I have got the following requirement in pricing.

We have got some materials with some particular characteristics based on which price shoudl vary.

For example i buy a car for which i can choose one from two options available Engine V4 and Engine V6

If i choose Engine V4 some condition types should apply and if i choose engine V6 some other prices should apply

How can i configure this in SAP?

Thank you

Anil

Accepted Solutions (1)

Accepted Solutions (1)

jpfriends079
Active Contributor
0 Kudos

Yes it very much possible in SAP.

Try variant pricing through Variant Configuration.

So to brief you: variant configuration is used where you have a configurable material like computer (made up of components like processor, monitor, keyboard, mouse etc). These components are called as characteristics in variant config. Again this will be having values like processor can be either P4 or P3, monitor can be 15" or 17" etc.

Based on the values selected the variant pricing will happen using the condition type VA00.

Steps for SD Variant Configuration

The procedure is as follows:

Create a Material - KMAT type with Item category (002)

Create Charateristics in CT04 - Zbike, where in values mention the Color of the bile like Red, Blue etc

Create another characteristics in CT04 - ZPrice, where directly go the additional data tab and maintain the table SDCOM and field VKOND (ABAP Dictionary it will ask for)

Assign these two characteristics to a Class in CL01 - ZBikeclass ( Type 300) in characteristics tab page.

Then go to CU41 Configuration profile select the material and enter the description click on the class assignment ie assign Zbikclass.

Now go back to CT04 - enter Zbike -go to values- select Red- go to extras - Other Dependencies - Select Procedure enter in front 10 write - $self.ZPrice='Red' and save

Now go back go to extras - Other Dependencies - assignments and assign relationship ( by default it will come just save)

Now select Blue- go to extras - Other Dependencies - Editor - Select Procedure enter in front of 10 write - $self.ZPrice='Blue' and save

Now go back go to extras - Other Dependencies - assignments and assign relationship ( by default it will come just save)

Now go to VK11 - Enter VA00 (Condition)(For Std RVA001 Pricing Procedure) - enter variant Red and Blue give the rates accordingly and create the sales order.

If it solves your query, kindly reward.

If any doubt, do revert back.

Take care. JP.

Former Member
0 Kudos

Hi Prakash thanks for detailed reply.

Other than Variant configuration do we have any other options to apply prices based on material characteristic values selection?

Thank you

ANil

Answers (2)

Answers (2)

jpfriends079
Active Contributor
0 Kudos

Well, if you don't want to use this option Variant pricing then in a simple way create 2 different Material Master Data. But, in my opinion the variant configuration for variant pricing is best option to you senario.

If helpful. Kindly reward.

Take care. JP.

Former Member
0 Kudos

Hi Anil,

This is related to variant configuration. Use the below link. This may help you.

http://help.sap.com/saphelp_47x200/helpdata/en/93/743784546011d1a7020000e829fd11/frameset.htm

Regards,

Raghav