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

  • 相关阅读:
    js设置奇偶行数样式
    c#简单的调试信息、日志信息输出
    调用接口
    sql日期转换格式
    .net 常用方法
    日常验证
    Js 返回页面 or 跳转页面
    .NET Core Kestrel部署HTTPS以及Docker部署HTTPS
    Linux openssl生成证书
    ASP.NET Core中使用AutoMapper实现自动转化
  • 原文地址:https://www.cnblogs.com/sap-jerry/p/12242845.html
Copyright © 2011-2022 走看看