SAP CRM settype CRMM_PR_SALESG和ERP的映射逻辑

I create a material in ERP and download to CRM. The corresponding attributes for settype CRMM_PR_SALESG is generated as below by middleware:

SAP CRM settype CRMM_PR_SALESG和ERP的映射逻辑
SAP CRM settype CRMM_PR_SALESG和ERP的映射逻辑

PROD_PR_GROUP

Product group id maintained in ERP:

SAP CRM settype CRMM_PR_SALESG和ERP的映射逻辑

In CRM:

SAP CRM settype CRMM_PR_SALESG和ERP的映射逻辑

PRC_GROUP1~ PRC_GROUP5
In ERP:

SAP CRM settype CRMM_PR_SALESG和ERP的映射逻辑

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

SAP CRM settype CRMM_PR_SALESG和ERP的映射逻辑
SAP CRM settype CRMM_PR_SALESG和ERP的映射逻辑

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

SAP CRM settype CRMM_PR_SALESG和ERP的映射逻辑

REBATE_GROUP

In ERP:

SAP CRM settype CRMM_PR_SALESG和ERP的映射逻辑

In CRM:

SAP CRM settype CRMM_PR_SALESG和ERP的映射逻辑

COMM_GROUP

In ERP:

SAP CRM settype CRMM_PR_SALESG和ERP的映射逻辑

In CRM:

SAP CRM settype CRMM_PR_SALESG和ERP的映射逻辑

ACCTGRP_PROD

In ERP:

SAP CRM settype CRMM_PR_SALESG和ERP的映射逻辑

In CRM:

SAP CRM settype CRMM_PR_SALESG和ERP的映射逻辑

The detail mapping logic is implemented in the following subrountine:

SAP CRM settype CRMM_PR_SALESG和ERP的映射逻辑

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:

SAP CRM settype CRMM_PR_SALESG和ERP的映射逻辑

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:

SAP CRM settype CRMM_PR_SALESG和ERP的映射逻辑

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

SAP CRM settype CRMM_PR_SALESG和ERP的映射逻辑

Finally this category is displayed in CRM WebUI as below:

SAP CRM settype CRMM_PR_SALESG和ERP的映射逻辑

要获取更多Jerry的原创文章,请关注公众号"汪子熙":
SAP CRM settype CRMM_PR_SALESG和ERP的映射逻辑