zoukankan      html  css  js  c++  java
  • CRM PRODUCT_MAT, BDOC和customer product id修改

    Product HT-1055 is downloaded from ERP. When you make changes in CRM for example change its customer product id:

    After save, you can observe there are three BDOC related to this save.
    This series of wiki pages discusses the scenario behind it.
    When you perform change in WebUI and save:

    This function module will call a BAdI implementation:

    This badi is responsible for sending product changes done in CRM to other registered site which are intrested with this change.
    The related BDOC type PRODUCT_MAT is hard coded in line 62:

    And what content is included in this BDOC? Just header information about product being changed, but not any detail data like changed customer product id:

    Why this BDOC has red light in tcode SMW01? It is becasue one of the receiver site, the XIF_XML, has some trouble when receiving this BDOC.
    However, since our main focus is to research the data exchange between ERP and CRM, we can just ignore this error.

    For the reason why this CSA queue is needed, please read this issue: What is CSA* queue

    要获取更多Jerry的原创文章,请关注公众号"汪子熙":

  • 相关阅读:
    ambari之hbase数据迁移
    elasticsearch之python备份
    python之rabbitMQ篇
    python协程与异步I/O
    Python进程、线程、协程
    paramiko模块使用
    HTTP网络协议(四)
    HTTP网络协议(三)
    HTTP网络协议(二)
    HTTP网络协议(一)
  • 原文地址:https://www.cnblogs.com/sap-jerry/p/12242845.html
Copyright © 2011-2022 走看看