zoukankan      html  css  js  c++  java
  • 使用SAP CRM中间件从ERP下载plant到CRM

    Requirement: You have performed initial download in CRM to download plants from ERP. Now you have made some further change on a given plant in ERP. You would like to synchronize those change back to CRM.
    You can maintain plant information in ERP:


    (1) create new download request in CRM via tcode R3AR2. In Low field, maintain plant ID in ERP as value:

    (2) perform request download via tcode R3AR4.

    Once done, you should see in tcode SLG1 that the download for plant 0001 is done successfully:

    (3) Query table by ext_logno = plant id, then you can find Partner No. In this example it is 400562. A plant in ERP is mapped to a business partner in CRM.

    (4) Use tcode BP and search against BP id you find in previous step:

    You can find that the change done on ERP plant is now synchronized into BP in CRM:

    (5) If you assign a material into this plant 0001 in ERP, after this material is downloaded into CRM as a product, the corresponding relationship between generated BP for ERP plant and CRM product could be found in relationship tab “Location”:

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

  • 相关阅读:
    链家新房爬虫
    豆瓣电影爬虫
    电影天堂爬虫
    数组、数组和集合的区别
    Profile小试
    SQL中的case when使用小例
    使用AVAudioPlayer播放网络音乐
    播放器
    全排列问题
    由while(scanf("%d",&n)!=EOF)引出的小问题
  • 原文地址:https://www.cnblogs.com/sap-jerry/p/13537079.html
Copyright © 2011-2022 走看看