cancel
Showing results for 
Search instead for 
Did you mean: 

Varient Configration In SD

Former Member
0 Kudos

Hi All,

Can you please provide the information regarding Varient congration in Pricing ?

How it is been configure?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Variant configuration is used where you have a configurable material, made up of components . These components are called as characteristics in variant config. Again this will be having values.

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

An example:

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.

Hope, this will help you, some extent.

More Info:

http://help.sap.com/saphelp_47x200/helpdata/en/1e/448b538d7e11d183730000e8a49aad/frameset.htm

Best Regards,

Amit.

Answers (4)

Answers (4)

safeer_rahman2
Contributor
0 Kudos

Hi Akash..

Please find the links which will give you enough knowledge to know in and out of Variant configuration...

[All about Variant Configuration|http://www.sap-topjobs.com/VARCONFG%5B1%5D.pdf]

[Variant Config_SImple guide|http://www.sapdb.info/plm145-variant-configuration/]

I bet this documents are worth the time you spend reading it...

On an overview, you should be knowiing to create the material with KMAT material type, Creating classes and assigning the characteristics through CL01, CT04, CU41 and maintaining the conditon record through VK11 for cond type VA00...

Hope you find this informative....

Thanks,

Safeer Rahman

Former Member
0 Kudos

Variant pricing

1) If a Sales BOM is exploded and the price from the sub items are to be accumulated then standard condition type KUMU with the relevant routine can be used ti accumulate sub item prices to the main item.

2) If the price is to be selected using the characteristic value then there are two ways

Pricing conditions for VA00 and VA01 are maintained for the Variant condition. The variant condition can be maintained for each value of a characteristic from CU50 but this practice is seldom used. The other way is to create a dummy characteristic for variant pricing and in the additional data for this characteristic the Table name will be SDCOM and the field name will be VKOND .Using dependencies the value for this characteristic will be populated and then the relevant condition record for VA00/VA01 can be picked .

Lakshmipathi
Active Contributor
0 Kudos

Dear Akash

Please check this link

[Variant Configuration|http://help.sap.com/printdocu/core/Print46c/en/Data/pdf/LOVC/LOVC.pdf]

thanks

G. Lakshmipathi

Former Member
0 Kudos

Hi Akash,

May you are new to this community..But there are thousands of threads that have been posted regarding Variant configuration.Please search for your answers before posting a thread!! That saves your time.

you can refer to this link

http://www.sap-img.com/sap-sd/steps-for-sd-variant-configuration.htm

Regards,

Raghav