什么是SAP中间件的CSA queue

What is CSA* queue

Ross asked why there is strange queue with name CSA* in inbound or outbound queue monitor.

There is already good answer from SCN:
http://scn.sap.com/thread/2056716
http://scn.sap.com/thread/2079157
Basically speaking, every time you make changes on an object in CRM downloaded from ERP, there will be CSA queue automatically generated.
Those queue is responsible to synchronize this CRM change to other site which has registered this change. ( Note: other site does not mean ERP here! )


Before line 167 is executed, BDOC state is below:


After line 167 is executed, notice the BDoc state change:

In line 9 here, all registered listener who are intrested with this CRM change are executed within loop:


For BDOC HIERARCHY_PROD, there are three registered listeners:

扫描二维码关注公众号,回复: 8869634 查看本文章

These listeners are executed within loop.


要获取更多Jerry的原创文章,请关注公众号"汪子熙":

发布了6420 篇原创文章 · 获赞 622 · 访问量 103万+

猜你喜欢

转载自blog.csdn.net/i042416/article/details/104089757