Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1341036
  • 博文数量: 932
  • 博客积分: 10
  • 博客等级: 民兵
  • 技术积分: 10208
  • 用 户 组: 普通用户
  • 注册时间: 2011-07-08 12:28
文章分类

全部博文(932)

文章存档

2021年(1)

2020年(134)

2019年(792)

2018年(5)

我的朋友

分类: 架构设计与优化

2020-02-04 17:33:02

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

阅读(318) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~