Hello Experts,
here is my scenario:
Material | Class | Type |
---|---|---|
A | APPEARENCE | 300 |
B | INHERIT | 200 |
B | CUSTOMIZE | 300 |
Class | Characteristic |
---|---|
APPEARENCE | COLOUR |
APPEARENCE | SIZE |
INHERIT | SIZE |
CUSTOMIZE | COLOUR |
BOM for material A is as follows:
Position | TpP | Tp.pos | Tp. | Class |
---|---|---|---|---|
10 | K | L | 200 | INHERIT |
B has a configuration profile "PROFILE".
Within "PROFILE" there is a dependency of type "procedure" whose code is:
$SELF.COLOUR = $PARENT.COLOUR.
Simulations with CU50 results in the following error: "CX051", whereas changing BOM positon 10 to tpP: L instead of TpP: K succeed.
In other words B is able to inherit characteristic colour from A if and only if explicitly placed in BOM with type position L.
This is just a simplified example of my actual case and I need to configure a BOM element that I am not able to know statically. Does anyone know how to make this BOM work as expected with position K?
Ask me for further details. Thanks in advance!
Carlo Alberto