cancel
Showing results for 
Search instead for 
Did you mean: 

VARIANT CONFIGURATION

Former Member
0 Kudos

<b>Dear Friends,

Could any body help about VARIANT CONFIGURATION to understand the concept & & STEP BY STEP GUIDE FOR configuration as well as result please

Regards,

Gyana </b>

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

<b>Dear Kishore,

Please send some required docs on VARIANT CONFIGURATION through my mail id gyanad@gmail.com

Regards,

Gyana</b>

Former Member
0 Kudos

Hi

Refer the links below, Hope it will help u

http://help.sap.com/saphelp_erp2004/helpdata/en/d8/fa9bd49ede11d1903b0000e8a49aad/content.htm

http://sap.ittoolbox.com/groups/technical-functional/sap-log-sd/steps-involved-in-variant-configurat...

http://www.sap-basis-abap.com/sd/steps-for-variant-configuration-and-pricing.htm

Steps for SD Variant Configuration

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.

Former Member
0 Kudos

Hi Gyana,

Go to help.sap.com

click on search documentation.

Enter LO_VC as the search term.

and search it.

You will get a very good link to read all about setting up Variant Configuration.

No need to read any other thing because information there is expalnatory and complete.

Regards,

Gaurav Raghav.

Former Member
0 Kudos

Hi,

check the site sap-topjobs.com

http://www.sap-topjobs.com/VARCONFG[1].pdf

Regards,

nandha

Former Member
0 Kudos

u r id plz

i wll send u some matrial

ok

reward pionts it is ok

kishore

Former Member
0 Kudos

Hello Gyana Ranjan,

Here are the Steps for Variant Configuration

1.Create a Material of your Motor Cycle using Material type KMAT(MM01).

2.Then create a characteristic called ZColour(SAP has a standard Characteristic for this but it has multiple values-i.e you can select more than one colour for your Bike.If you do not want that create your own)with character format and assign single value radio button on the initial screen.Go to values Tab and give the colours you need.save the characteristic.Similarly repeat for CC(I figure this CC as 100cc & 200cc kind of thing.If you want these as materials then it is a different story-I am taking this as feature as well)

3.Create a class called Zbike with the above 2 characteristics.save the class

4.Create a configuration profile Zbikeprof using Cu41 and assign the Kmat material to Class Zbike,

5.Then create the order and Enter the Kmat material you want in the Order.

**REWARD IF THIS HELPS**

Regards

AK