- Create a Material - KMAT as Material Type with Item Category - 002 by using TCode MM02
- Create Charateristics using TCode CT04 - Zbike, where in values mention the Color of the bile like Red, Blue etc
- 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)
- Assign these two characteristics to a Class using TCode CL01 - ZBikeclass (Type 300) in characteristics tab page.
- Then go to Configuration Profile using TCode CU41 select the material and enter the description click on the Class assignment, i.e., assign Zbikclass.
- 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
- 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 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.
- Activate the variant configuration in Sales Document make the above effective or in use.