cancel
Showing results for 
Search instead for 
Did you mean: 

how to configure for the price master of the configurable item

Former Member
0 Kudos

in my client we have the configurable items like car doors with different colour as per the color

the price is changing

so how to configure this masterdata for pricing for all the material

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

REFER SDN LINKS REWRAD IF HELPS

Former Member
0 Kudos

wen i m maintaining the condition master in vk11for va00

i m not geting variants for my material which i ve already created

Former Member
0 Kudos

Hi

This kindly of process is done at Variant configuration. so the pricing will define in condition type VA00. and the variant process as follows:

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.

Reward if it helps

Regards

Prasanna R