cancel
Showing results for 
Search instead for 
Did you mean: 

Questions about Data Hub.... Extending and Replicating Additional Product attributes

Former Member
0 Kudos

Hi experts, I have some questions about extending and replicating Data Hub master data. Currently I am in a project where I am required to extend product master data. There are products (cables) with a lot of attributes like: color, length, tolerance, voltage etc. These attributes are defined in S4 as Mills characteristics. Customers in Hybris will be able to search any cable by these attributes and therefore information will be replicated in Hybris using data hub.

  1. Should I use Product Attributes by classification system or type system? I want to replicate attributes from S4HANA and I am not sure if both ways are supported by Data Hub. All products will be using these attributes.

  2. Most of the attributes defined in S4HANA are catalogs. For example: Field ZCOLOR has defined values: 1 for Red, 2 - Blue, 3 - Black and so on.... in Hybris vales are like:

          <enumtypes>
                <enumtype generate="true" code="SwatchColorEnum" autocreate="true"
                   dynamic="true">
             <value code="BLACK" />
         </enumtype>
    
    

In S4HANA Black has the value 3 but I do not see the numerical value in Hybris. How can I map these different values between hybris and S4HANA?? Thank you so much for your help. Best Regards... David C.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

1: A more flexible approach would be using the classification system. The OOTB mappings support this scenario: Material->Product and Classification->Classification System

2: to transform your S4 values to Hybris values e.g.: 1->RED you can use transformationExpression tag in your target mapping. https://help.hybris.com/6.5.0/hcd/4dd75d40fa6b4749aa5fe8d27f3978df.html

Answers (0)