CRM and CX Blog Posts by SAP
Stay up-to-date on the latest developments and product news about intelligent customer experience and CRM technologies through blog posts from SAP experts.
cancel
Showing results for 
Search instead for 
Did you mean: 
JerryWang
Product and Topic Expert
Product and Topic Expert
0 Kudos
564
I create a material in ERP and download to CRM. The corresponding attributes for settype CRMM_PR_SALESG is generated as below by middleware:


PROD_PR_GROUP


Product group id maintained in ERP:


In CRM:

PRC_GROUP1~ PRC_GROUP5


In ERP:

By default these fields are not visible in CRM WebUI. You have to explicitly make them visible via UI configuration.


Once done, the five material groups maintained in ERP could be displayed in CRM WebUI after download.

REBATE_GROUP


In ERP:

In CRM:

COMM_GROUP


In ERP:

In CRM:

ACCTGRP_PROD


In ERP:

In CRM:

The detail mapping logic is implemented in the following subrountine:

SALESCAT_GUID


The field product hierarchy should already have been downloaded into CRM via customizing download. In this example, 00100 will be downloaded to CRM as a product category:

The screenshot below shows when product hierarchy 00100 is downloaded to CRM, the product is then assigned with a product category with the same name:

As a result the value of SALESCAT_GUID is filled with the guid of product category 00100.



Finally this category is displayed in CRM WebUI as below: