cancel
Showing results for 
Search instead for 
Did you mean: 

variant configuration

Former Member
0 Kudos

hi

In MM,where we are using variant configuration

how to configure variant configuration

kindly guide me

regards

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Eg: Ford car.If a sale order is raised for fiesta lxi model the system should choose red colour & for vxi blue colour respectively.

ie you need to define the characteristic and assign the values .

This characteristic need to assigned to class.

class need to be assigned to material master

1. T.code : CT04(characteristic) FORD_MODEL, Choose single value & entry required tab & give the input as 01 - fiesta_lxi & 02 - fiesta_vxi.( characteristic values)

2.Tcode: CT04, FORD_BODY( another characteristic)

Choose single value , don't click entry required.

01 - Red( characteristic values)

02- Blue

3. Create class T.code : CL02

fiesta_class

type : 300

4. OBJECT DEPENDENCY:

T.CODE : CT04

FORD_MODEL

CLICK VALUES TAB,

IN FIESTA_LXI CLICK THE 'O' meant for Obj dependency, action & extra.

Edit the dependecy,

010 $Self.ford_body = '01'. & save

Repeat the same for FIEST_VXI & instead of '01' give '02' for blue colour.

, then create a ROH as ford_body. & a KMAT material for the car. .

Then create a Super BOM with usage 3 & give component as ford_body

Then use T.code cu41 (Create config profile)

enter a profile name & class 300 & choose class assignment, choose fiest_class ,

Use T.code cu50 to check the values.

Then create a sale order.

Pl. reward if helpful.

Regards,

nandha

Former Member
0 Kudos

HI Ramya,

A characteristic that sums up contributions of single objects to a common property.

Example:

A characteristic used to determine the total memory of a personal computer by summing up the capacity of single memory bars.

Source: help.sap.com

Pl look into the following link for details:

http://help.sap.com/printdocu/core/Print46c/en/data/pdf/LOVC/LOVC.pdf

Regards,

Mani