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

  • 相关阅读:
    中国各省份绘制SVG地图数据
    cookie sessionStorage localStorage 区别
    CSS隐藏元素的几种方法
    15款增强web体验的Javascript库
    HTTP状态码
    IE CSS HACK
    网站性能优化(Yahoo 35条)
    几款超实用的 CSS 开发工具
    Linux 日志切割工具cronolog详解
    linux 文件搜索命令
  • 原文地址:https://www.cnblogs.com/sap-jerry/p/12242845.html
Copyright © 2011-2022 走看看