cancel
Showing results for 
Search instead for 
Did you mean: 

Product hierarchy in Characteristics

former_member533229
Participant
0 Kudos

hierarchy.jpg

Hi Gurus,

Please guide me how to assign a characteristics value under a different characteristics.

For example - Say there is two characteristics value 10 & 20.

Under 10, there are two characteristics value 11 & 12 and under 20 there are three characteristics value 21, 22 , 23.

This hierarchy to be maintained in a order that if user selects Characteristics 10, then under that they can choose only 11 or 12. 21, 22, 23 are not allowed to select under characteristics 10.

Characteristics 10 & 20 are belongs to same Class.

Thanks in Advance,

Biswajit Dey

former_member193808
Active Contributor
0 Kudos

Hi,

This can be performed in two ways:

1. In 1st characteristic, you can mention the possible values, so as in 2nd. Then go to CT04 for 2nd characteristic -> values tab and create object dependency for each value. You can mention the dependency for each values under 2nd characteristic.

2. Another option is to create CU61 table for 2 characteristics. You can simply list the combinations like an excel

10 11

10 12

20 21

20 22

20 23

Then create a dependency net using CU21 and assign that to CU42 for the material. This will automatically enforce the dependency.

Thanks

Prem

Accepted Solutions (1)

Accepted Solutions (1)

BalaAP
Active Contributor
0 Kudos

Hi,

Possible with t-code CL22N (Assigning class to superior classes).

regards,

Bala

Answers (0)