cancel
Showing results for 
Search instead for 
Did you mean: 

variant configuration

Former Member
0 Kudos

Hi, Need help for variant configuration .As i created variant table for the values like height,width and variant condition .The problem is i have duplicate values like same height and width with different price .I mean one column for height and one for width and one for variant key (Unique) in table .So for example height 2 has 1 width with 200$ price and again height 2 and width 1 has 300$ price .So i made the varaint condition key is unique in table by adding some unigue numbers.But when i call the table with procedure getting error as cant infer the values as duplicate values found .we have 2 or 3 products with one sap material number or model thats the reason for duplicate values .So values are valid.

Need help here if somebody can help for this kind of situation.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member183879
Active Contributor
0 Kudos

Hi Teja,

Your question is a valid question. Only for these reasons, many people dont go for the variant table solution. In your case also, you cannot have the price column in the variant table, if the unique combination of other two fields can result in different prices. You can maintain the combination of height and width in variant table, and manage the prices using normal procedure dependencies. If you want to use variant table, then always the combination of height and width has to be unique and your case will not work.

0 Kudos

Hi,

How same material / char will be same price - there will be some variance like either matel - design etc. use these variantions as char

use object dependencies if required