Skip to Content
Author's profile photo Jerry Wang

Settype CRMM_PR_SALESG attributes mapping logic between CRM and 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:

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:

Assigned Tags

      Be the first to leave a comment
      You must be Logged on to comment or reply to a post.