cancel
Showing results for 
Search instead for 
Did you mean: 

varient configuration

Former Member
0 Kudos

Hai

SAP gurus this is anwar can any one explain about varient configuration. and which purpose this one used in sap.

before posting the answer please give me the detials for varient configuration how we can configure varient configuration step by setp in details i want to know this concept

please help me out its my humble request

thanks

regards

anwar

Accepted Solutions (1)

Accepted Solutions (1)

former_member204513
Active Contributor
0 Kudos

Dear Anwar,

Use

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.

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.

I hope this will help you,

Regards,

Murali.

Answers (3)

Answers (3)

Former Member
0 Kudos

hi,

see this wiki site ,

step by step procedure

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/snippets/transactionVariant-AStepbyStepGuidefor+Creation

saravanan

Former Member
0 Kudos

Hi,

Please go through link below to get complete Knowlegde

VC.

http://help.sap.com/printdocu/core/Print46c/en/Data/pdf/LOVC/LOVC.pdf

Regrds

San

Former Member
0 Kudos

Hi SAP Guru

Please follow the path as below mentioned:

1. CT02 create class and take the class type 300

2. CL04 Ctreate characteristics and by the same time go to additional tab assign the value

3.CL40 Create classification and assign dependancy as per ur requirement

4. CU41 create Configuration profile

5. CL20N assign material to Plant

6. Assign Characteristic value in Material master Basic data 2

7. Assign condition type VA00 into Pricing procedure (V/08)

8. Create Condition Record VK11 for VA00

Thanks

mahesh