cancel
Showing results for 
Search instead for 
Did you mean: 

Product having multiple values for attributes

0 Kudos

If a product has multiple values for attributes size and color, how can this be modeled so I can load a demand key figure at PERPRODCUST level?

I can't have size and color as attributes of product master data type since that would mean it can only have one value.

The key figure file would be:

Product    Customer  Size      Color         Qty

A                C1           L           BLUE        10

A                C2           M          BLACK      20

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You can define size and color as attribute of compound master data customer-product where customer and product are primary key and will look like this-

Product    Customer  Size      Color       

A                C1           L           BLUE       

A                C2           M          BLACK

Now you can upload demand key figure at PERPRODCUST level as below-

Product    Customer         Qty

A               C1                  10

A                C2                  20

Regards,

Rohit