其他分享
首页 > 其他分享> > CRM PRODUCT_MAT, BDOC和customer product id修改

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

[图片]

clipboard2.png

clipboard3.png

clipboard4.png

clipboard5.png

clipboard6.png

clipboard7.png

clipboard1.png

汪子熙 博客专家 发布了6417 篇原创文章 · 获赞 622 · 访问量 102万+ 他的留言板 关注

标签:customer,PRODUCT,MAT,product,图片,BDOC,change,CRM
来源: https://blog.csdn.net/i042416/article/details/104089237