美文网首页SAPSAP 修行SAP 实用篇
使用中间件从ERP下载SAP sales BOM到CRM

使用中间件从ERP下载SAP sales BOM到CRM

作者: _扫地僧_ | 来源:发表于2020-07-02 17:33 被阅读0次

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的原创文章,请关注公众号"汪子熙":


相关文章

网友评论

    本文标题:使用中间件从ERP下载SAP sales BOM到CRM

    本文链接:https://www.haomeiwen.com/subject/ehgrqktx.html