cancel
Showing results for 
Search instead for 
Did you mean: 

Configurable material

Former Member
0 Kudos

HI, SAPGURUS.

My Problem is some what long.

I want to create one configurable material using CLASS TYPE 300

which is described as follows.

The same material is processed in two diffrent PLANT and same can be sold without any process also.

and both PLANT having different process not match with each other.

Plant 1

having a charactristics A,B,C

Char A,B,C contains some Value According to requirement.

Plant 2

having a charactristics D,E,F.

Char D,E,F contains some Value According to requirement.

In first Charactrestics of that material I want to provide In which PLANT (PLANT 1 OR PLANT 2) material is process OR no process.

If I select PLANT 1 then i am able to see charctrestics A,B,C Only.

If I select PLANT 2 then i am able to see charctrestics D,E,F Only.

If i select No process then i do not have any selection in that material means i am not able to see the Char A B C D E F.

Can any body help me to solve that issue?

So Basically how to eliminate the charcteristics using the Another Characteristics in same material.

Thanks in ADVANCE IF ANY SAP GURU HELP ME.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi ,

This can be achieved through Preconditions. Please refer the below link. Reward Points, if solves your issue.

Thanks & Regards,

Ramkumar

http://help.sap.com/saphelp_erp2004/helpdata/en/92/58d455417011d189ec0000e81ddfac/frameset.htm

Example: Precondition for a Characteristic Value

You have a configurable material, BIKE. The material has characteristics MODEL and GEARS with the following values:

Characteristic

Values

Condition

MODEL

Racing

Standard

Mountain

Tandem

GEARS

10

12

17

21

MODEL = ‘Racing’

Only a racing bicycle can have 21 gears.

Procedure

1. Create a precondition.

2. This precondition has the following source code:

MODEL EQ ‘Racing’

3. Allocate the precondition to value 21 of characteristic GEARS, because this value is affected by the precondition.

Result

The system checks whether the value ‘Racing’ is set for characteristic MODEL.

If characteristic MODEL has another value, you do not see the value 21 for characteristic GEARS.

If characteristic MODEL has the value ‘Racing’, you see value 21 for GEARS.

If characteristic MODEL does not have a value, you see characteristic value 21 for characteristic GEARS, because the precondition is not violated.

Completing the Condition

You want value 21 hidden for characteristic GEARS if characteristic MODEL does not have a value. Add the following condition to the source code:

MODEL eq 'Racing' and Specified MODEL

There are now two conditions to fulfill for this precondition:

Characteristic MODEL must have a value.

Characteristic MODEL must have the value 'Racing'.

Former Member
0 Kudos

Hi, Ramkumar Ragothaman

What u have said is possible.

I want that in u your exmaple IF i select RACING nd MOUNTAIN then and then i able to see Char. GEARS otherwise i don't want to see Char GEARS.

That is My Question Can any body help me...

Answers (0)