使用中間件從ERP下載SAP sales BOM到CRM

Created by Jerry Wang, last modified on Oct 01, 2016

In ERP, create a sales BOM via tcode CS01, BOM type choose 5 - Sales BOM

For BOM header, choose material 1419. Maintain two component material 1421 and 1422, save the BOM.

From table MAST you can find the BOM id from field STLAN: 2974

In CRM, create a download request by specifying filter id = BOM id 2974 found in previous step:

After this BOM is downloaded to CRM, you open parent product 1419 and could find its two components in assignment block “Set Components”.

Via tcode SMW01, you can find detail data being downloaded from ERP:



This information is also available in another CRM table:

You can execute report COM_BOM_DELETE_ALL to clear all the existing
BOM data from CRM and then do a fresh initial load of object BOM.
Please note that in order to execute the above report you need to
register first in table COMC_PR_TOOL_REG.Also,once this report is
executed please cross check in the below tables for no records.

  • CRMM_PR_MAST
  • COMM_IL_STRSET
  • COMM_IL_STRDIS
  • COMM_IL_STRPRP
    And then perform the fresh initial load.

要獲取更多Jerry的原創文章,請關注公衆號"汪子熙":

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章