cancel
Showing results for 
Search instead for 
Did you mean: 

Variant configuration - Selection condition BoM item $self and $parent

andrea_dn
Explorer
0 Kudos
371

Hello,

I have an issue regarding selection condition in variant configuration.

My structure is:

- Material: X , char 1, class Sales order

- BoM of X composed by material: Y, char 2, class Order BoM

- BoM of Y composed by materials: W and Z

I am creating a selection condition as follows:

For material W: $SELF.CHAR 2 = '0' and $PARENT.CHAR 1 = '8'

For material Z: $SELF.CHAR 2 = '1' and $PARENT.CHAR 1 = '10'

In CU50 it is not working: neither material X and Z are selected in the BoM

Which is the correct syntax?

View Entire Topic
GnanaGiri014
Explorer
0 Kudos

Hello,

Pls try

For material W: $PARENT..CHAR 2 = '0' and $PARENT.CHAR 1 = '8'

For material Z: $PARENT..CHAR 2 = '1' and $PARENT.CHAR 1 = '10'

andrea_dn
Explorer
0 Kudos

I already tried all the combinations but it is not working.

Could it be the configuration profile of material Y set to "Order BoM"?

I think the only way is to copy Char 1 also at Material Y. In this way it is working.

Thanks