美文网首页SAP札记SAP 修行
什么是SAP中间件的CSA queue

什么是SAP中间件的CSA queue

作者: _扫地僧_ | 来源:发表于2020-01-26 21:44 被阅读0次

    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:

    These listeners are executed within loop.


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


    相关文章

      网友评论

        本文标题:什么是SAP中间件的CSA queue

        本文链接:https://www.haomeiwen.com/subject/drhsthtx.html