cancel
Showing results for 
Search instead for 
Did you mean: 

Characteristics Value Restrictions

Former Member
0 Kudos

Dears,

I have created two characteristics color_family & color, how can i make that if i selected a value in color_family a specific values will appear in color so that i can chose from them ?

Example:

color_family:

red

yellow

green

color:

red 1

red 2

yellow 300

yellow 301

green 23

green 34

I need to restrict values red 1 & red 2 in color if i select red in color_family.

Accepted Solutions (1)

Accepted Solutions (1)

Flavio
Active Contributor
0 Kudos

Hi Muhammad,

One possibility is to use a variant table, here a link to the documentation about it:

Variant Tables - Variant Configuration (LO-VC) - SAP Library

and specifically, table with precondition to display possible entries:

Tables in Preconditions - Variant Configuration (LO-VC) - SAP Library

Just go through the above links and let me know if further info is needed.

Thanks and bye,

Flavio

Former Member
0 Kudos

Dear Flavio,

I checked the links and i wrote the dependency net but it didn't work.

Constraints:

OBJECTS: DYEING IS_A(300)DYEING.
RESTRICTIONS: TABLE VT_COLOR_FAM (
COLOR_FAMILY = DYEING.COLOR_FAMILY,
COLOR_REST = DYEING.COLOR).
INFERENCES: DYEING.COLOR.
Former Member
0 Kudos

Dear Flavio,

I solved the issue, but i have another question when i create sales order after i enter material configuration browser pop up automatically how can i stop this action ?

Flavio
Active Contributor
0 Kudos

Dear Muhammad,

is this action started after having applied the value restriction for color characteristic?

If so, I believe this is the standard way as the configuration browser will allow the characteristic values assignment.

Thanks and bye,

Flavio

Former Member
0 Kudos

Dear Falvio,

No from the beginning was doing the same action.

Answers (0)