cancel
Showing results for 
Search instead for 
Did you mean: 

Char value Getting Reset

Dsk
Active Contributor
0 Kudos

Hello,

I am working with the VC and using the Constraints to restrict values from the variant table 2 key figures.

during the first entry in the variant table it works good and if for the same keyfiegure(1) when i inser the next record(after few days) the sales order resets the results to blank.

Ex:

Modell color

B1 yellow

b2 Brown.

When the SO was created only b1 was there so for B1 yellow is automatically inserted.

now when i add b2 in the variant table. i face issue in which the SO is getting reset.

Any one faced this issue and have solution.

Note: I am not able to use the procedure as both the fields are key fields.

Br,

Dsk

Accepted Solutions (0)

Answers (2)

Answers (2)

Dsk
Active Contributor
0 Kudos

Hi flavio,

Thanks for the reply below is the constraint.

OBJECTS:
X is_a(300) W_Table

Restrictions:
Table W_Table
( W_Mod = X.W_mod,W_clr = X.W_clr).

Inferences:
X.W_clr.

Note: The table has many Mod and clr as key fields.

Flavio
Active Contributor
0 Kudos

Hello Dsk,

Would it be possible for you to share the constraint code, with details concerning characteristics, their value and the variant table structure?

This info will be a great help in understanding the issue.

Thank you and best regards,

Flavio