cancel
Showing results for 
Search instead for 
Did you mean: 

Variant Configuration

Former Member
0 Kudos

Hi Friends,

Thanks all of you friends for helping me to solve various issue.Basically I want the configuration setting and also the documentation of Variant Configurable material.Any of you friends please help me to know about variant configuration.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

>

> Hi Friends,

> Thanks all of you friends for helping me to solve various issue.Basically I want the configuration setting and also the documentation of Variant Configurable material.Any of you friends please help me to know about variant configuration.

Hi Sayan,

Steps for Variant Configuration in SD:

Some light on Variant Configuration in Detail.

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:

u2022 Create a Material - KMAT as Material Type with Item Category - 002 by using TCode MM02

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

u2022 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)

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

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

u2022 Now go back to Characteristic using TCode 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

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

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

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

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

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

If your require more info, refer the below link:

http://sapqueries.blogspot.com/2007/05/variantconfiguration.html

Let me know if any issues.

Ravi.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

please find this it may be use full for u.

Steps for SD Variant Configuration

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.

Best Regards,

venkataswamy.y

former_member204513
Active Contributor
0 Kudos

Dear Bhat,

The procedure is as follows:

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

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

3·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)

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

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

6·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

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

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

9·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.