cancel
Showing results for 
Search instead for 
Did you mean: 

can anybody tell me about VC ?

Former Member
0 Kudos

can anybody tell me about VC ?

Accepted Solutions (1)

Accepted Solutions (1)

former_member184655
Active Contributor
0 Kudos

Dear Slng,

Please check the following which's taken from SAP-IMG.com

Some light on Variant Configuration in Detail.

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.

[Variant Configuration|http://www.sap-img.com/sap-sd/steps-for-sd-variant-configuration.htm]

[Variant Config Related Question|]

[Variant Config|;

Also check the following threads,

[V.C with steps|]

[V.C with steps|;

Regards

Mangalraj.S

Answers (7)

Answers (7)

Former Member
0 Kudos

thnks 2 all

Former Member
0 Kudos

Thanks to all

Former Member
0 Kudos

Thnks

Former Member
0 Kudos

tHANKS

dhaval_choksi3
Active Contributor
0 Kudos

Hy SIng,

Variant Configuration is used to incorporate the Complex Manufactring Scenarios where Manufacturer has a range of Variants of his product.The Variant configurator improves information exchange between sales, engineering, and production. Variant configuration helps the customer or salesperson to put together specifications for the product and ensure that the product can be produced from these specifications. It also ensures that production costs do not overstep the mark.

Refer below link ,

[VC -1|http://sapsdforum.files.wordpress.com/2007/08/variant-configuration-kt.doc]

[VC - 2|http://help.sap.com/saphelp_erp2005/helpdata/en/d8/fa9bd49ede11d1903b0000e8a49aad/content.htm]

Regards,

Dhaval

Former Member
0 Kudos

dear

Folloeing step are VC

1) header material shoulb be VC , tick vc indicator in basic data2 or use MAterial type KMAT

2) create super bom and assign dependencies

2) values should be assigned to chara.

3) create chra.in CT04

4) create class 300 in CL01 for header material, assign the chara,

5) create confg. profile CU41 for materia

rupesh_brahmankar3
Active Contributor
0 Kudos

Hi,

Steps are as below..

1.You need to create material with variant configuration tick in basic data.

2. Create asupper BOm with all the components for all varinats of the product

3.Create Super routing withe all operations required for all variants.

4.Create a class with class type 300, with required char which represents the options which is offered to customers in sales order.

5.Create dependency and assign this depends to routing operations and BOm items so that relevant operation and relevant BOm item is selected. CU01

6.Create variant profile.-CU41

7. Test this in simulations :- CU50.

For more details please go through the link,

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

Regards,

R.Brahmankar

Reward if useful