zoukankan      html  css  js  c++  java
  • 使用SAP PI和XIF Adapter将SAP CRM Opportunity同步到C4C系统

    Below picture is copied from SAP Standard training material CR500 – CRM Middleware: It is possible to leverage CRM XIF Adapter plus SAP PI to replicate the data from CRM to external system.

    The necessary step to setup configuration in CRM, C4C and PI side could be found from SAP document.
    Here below is an example how Opportunity created by CRM WebUI could be replicated to C4C.

    (1) Create an Opportunity in CRM:


    The opportunity is saved with ID 37985. Once saved, check the mBDOC generated via tcode SMW01 in CRM:

    Click button “Show BDoc Msg Erros/Receivers”:

    In my example the site 0LO7ESN points to the target C4C system.

    (2) Check generated IDOC via tcode WE02 in CRM:
    specify filter using Basic Type = CRMXIF_ORDER_SAVE_U01 and Partner number = site name got from previous step:

    There is one IDOC found:

    Expand record to see IDOC detail:

    (3) In C4C system, the Opportunity ID generated in CRM is stored as “External ID”:

    The Opportunity created in CRM is displayed in C4C as below:

    Now if you make further changes on the Opportunity in CRM, the delta change will automatically be replicated to C4C as well.
    In Work center Administration(Beta), view Integration->Web Service Message Monitoring,

    we can see the inbound web service messages are logged there.

    Click View->Payload to see message content:

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

  • 相关阅读:
    推送(评论,点赞,关注)
    php组成数组
    week6 10 后端backend server和mongoDB通信
    week06 09 NodeJS Server as a RPCclient
    week06 08 postman 测试jsonrpc
    week06 07 创建RPC SERVER 换个镜像安装下载
    week05 06绑定滚动条 去抖动
    week05 05restful api
    week5 04 npm run build
    week5 03 continus loading news
  • 原文地址:https://www.cnblogs.com/sap-jerry/p/13576764.html
Copyright © 2011-2022 走看看