cancel
Showing results for 
Search instead for 
Did you mean: 

Varient configuration

Former Member
0 Kudos

Dear all,

iam maintaining material Example:.....Laptop material(COnfigurable) for this i have down lot of subcomponents..like ..

Hard drive:120 GB/250 GB.320GB

Mouse: Optical/ball

RAM:2GB/3GB/4GB....this is my total BOM(COnfigurable material)

My requirement is......If user selects the 120GB Hard drive next dependence should Optical mouse...(Ball mouse should not appear in the List)

againg user selects the optical mouse......system should display only 3 GB RAM not other..

How can i configure (Can you plzz give me some stepwise data)

Thanks in Advance

Regards

Lucky

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Steps for Variant Configuration in SD

Generally, in SD variant is effectively used for pricing for variant. The following configuration with example will be able to assist you in same regard.

The procedure is as follows:

1·Create a Material (Laptop) -KMAT as Material Type with Item Category - 002 by using TCode MM02

2· Create Charateristics using TCode CT04 - Hard Disk,Optical Mouse & Ram and mention their values like For Hard Disk-120/250 and similarly for mouse and RAM

3·Create another Characteristics using TCode CT04 - ZPrice, where directly go the additional data tab and maintain the table SDCOM and field VKOND (ABAP Dictionary it will ask for)

4· Assign these characteristics to a Class using TCode CL01 - ZHard diskclass (Type 300) in characteristics tab page.

5· Then go to Configuration Profile using TCode CU41 select the material and enter the description click on the Class assignment, i.e., assign ZDoorclass.

6·Now go back to Characteristic using TCode CT04 - enter ZLaptop -go to values- select Hard disk- go to extras - Other Dependencies - Select Procedure enter in front 10 write - $self.ZPrice='Hard disk' and save

7· Now go back go to Extras - Other Dependencies - Assignments and Assign relationship ( by default it will come just save)

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

9· Now go back go to Extras - Other Dependencies - Assignments and Assign relationship ( by default it will come just save)

10· Now go to Condition Record using TCode VK11 - Enter VA00 (Condition)(For Std RVA001 Pricing Procedure) - enter variant Hard Disk and Mouse give the rates accordingly and create the sales order.

11· Activate the variant configuration in Sales Document make the above effective or in use.

Revert for further clarification.

Regards

Amit Gupta

Answers (0)