前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >CRM PRODUCT_MAT, BDOC和customer product id修改

CRM PRODUCT_MAT, BDOC和customer product id修改

原创
作者头像
Jerry Wang
修改2020-02-10 16:17:46
3570
修改2020-02-10 16:17:46
举报

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

原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。

如有侵权,请联系 cloudcommunity@tencent.com 删除。

原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。

如有侵权,请联系 cloudcommunity@tencent.com 删除。

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档