cancel
Showing results for 
Search instead for 
Did you mean: 

Variant Config

Former Member
0 Kudos

Hi Guys

I have a query, if i have five(A,B,C,D,E) characteristics and want to sum the values of four(A,B,C,D) characteristics out of them. then how do i write the dependency for this?????

Will appreciate your reply

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi again,

You need to create a procedure dependency:

The code for adding the value of characteristics A, B, C and D is the following:

$SELF.CHAR_F = $SELF.CHAR_A + $SELF.CHAR_B + $SELF.CHAR_C + $SELF.CHAR_D

Where characteristic F is the sum.

Answers (3)

Answers (3)

former_member183879
Active Contributor
0 Kudos

Hi

You have to use an Action dependency for the characteristic which should represent this total.

The syntax for the action dependency can be obtained if you search in websites.

Summing up the values is supported by Action dependency. You can get the syntax in SAP itself by doing F1 for action.

Rwd if it helps.

Former Member
0 Kudos
Former Member
0 Kudos

HI

given flow Of VC below

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

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

2.Tcode: CT04, FORD_BODY

Choose single value , don't click entry required.

01 - Red

02- Blue

3. Create class T.code : CL02

fiest_class

type : 300

Choose characteristic tab & add FORD_MODEL&FORD_BODY

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.

Former Member
0 Kudos

Hi ,

Don' t copy others content for getting points.Try to solve the problem on your own.

The content submitted by you for this question was answered by Mr SD Senthil

Kumar in PP Forum on 21 st May 2007 at 10.40 pm .Kindly avoid this type of things in future.

Regards,

nandha