cancel
Showing results for 
Search instead for 
Did you mean: 

Variant configuration

Former Member
0 Kudos

What is variant configuration?

- What is characteristic?

- What is value?

- What is class?

- What is configuration profile?

- What is dependency and what are the types?

- What is a variant table?

with some live examples?

please help me in this for my configuration.

Thanks in advance

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Dear Chaitanya,

Plz go through following link:

http://www.sapfunctional.com/SD/VariantConfiguration/page1.htm

Regards,

Ashu

0 Kudos

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:

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

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

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

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

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

u2022Now go back to Characteristic using TCode CT04 - enter Zbike -go to values- select Red- go to Extras -> Object Dependencies -> Editor Select Procedure and enter in line 10 - $self.ZPrice='Red' and save

u2022Now go back go to Extras -> Object Dependencies -> Assignments and Assign relationship ( by default it will come just save)

u2022Now select Blue- go to Extras -> Object Dependencies -> Editor - Select Procedure and enter in line 10 - $self.ZPrice='Blue' and save

u2022Now go back go to Extras - Object Dependencies - Assignments and Assign relationship ( by default it will come just save)

u2022Now 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.

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