on 2016 Aug 18 11:53 AM
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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
94 | |
9 | |
8 | |
8 | |
6 | |
5 | |
5 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.