cancel
Showing results for 
Search instead for 
Did you mean: 

Object Dependencies and Procedures in Characteristics

kdastgir
Explorer
0 Kudos

dears,

I have multiple  characteristic in a class attached with a document type.

1st characteristic has value 00,01,02  now 1 want to populate values for second characteristic on selection of first.

for example if 1 select 00 from first second get value AA,AB,AC,AD,

I am trying object dependencies and procedure but it is not working properly.

any suggestions in this regard will be helpful.

Regards 

Accepted Solutions (0)

Answers (1)

Answers (1)

Flavio
Active Contributor
0 Kudos

Dear ,

The easiest way is to use Preconditions as object dependency, see the help details:

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

In your case, assuming the 1st characteristic is called CHAR_1, the following code for the Precondition shall work:


CHAR_1 EQ '00'.

Allocate the Precondition to the values 'AA', 'AB', 'AC' and 'AD' of the 2nd characteristic.

Thanks and regards,

Flavio