首页 > 其他 > 详细

CRM PRODUCT_MAT, BDOC和customer product id修改

时间:2020-01-30 16:12:47      阅读:57      评论:0      收藏:0      [点我收藏+]

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

CRM PRODUCT_MAT, BDOC和customer product id修改

原文:https://www.cnblogs.com/sap-jerry/p/12242845.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!