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

全部博文(932)

文章存档

2021年(1)

2020年(134)

2019年(792)

2018年(5)

我的朋友

分类: 架构设计与优化

2020-02-04 12:02:02

You could see the following BDOC in CRM which means the BDOC will be sent to multiple external sites besides ERP.

So how does CRM middleware knows which external sites must be sent with BDOC?

Basically speaking it is based on subscribe - publish mechanism.

Take BDOC PRODUCT_MAT for example, in view SMW3FDBDOC you can maintain callback for it:

The first callback, SMOH_REPLICATION_WRAPPER_MSG, is responsible for determine responsible receiving site for this BDOC sent from CRM via middleware:

This function is generated automatically:

From here, it means 6 receiving sites are determined:

So how does this guid A17123B82C2DD5118BC8080006277F8D mean which is used to query on table smohsubsit?

You can find its description in table below: Product Materials(MESG)

The external site subscription could be done in tcode SMOEAC. The setting below means QI3/504 is registered on publication "Product Materials(MESG)" which means when the change in CRM is done, the corresponding BDOC should be sent to QI3/504.

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