zoukankan      html  css  js  c++  java
  • SAP CRM中间件错误IB_CRM_UPLOAD_MSG的解决方法

    I have one parent equipment ZJERRY0827P which contains a children equipment ZJERRY0827C in ERP and I would like to replicate both to CRM.

    First I replicate children equipment ZJERRY0827C to CRM, it works. And then I perform a request download to replicate parent equipment ZJERRY0827P, this time it fails. There are some errors reported in tcode SMW01:

    Why could this error occur

    Since the children is replicated to CRM first, there would be one entry generated in table IBEQUI_INDEX, which maintains the information of its parent, and also information about the automatically generated IBASE. In my example, all fields for the IBASE are empty.

    Later when parent equipment is downloaded, based on entry in the table IBEQUI_INDEX, the IBASE component is first identified and then the children equipment will be put to this IBASE. In my example since the four fields are empty, it fails to locate the IBASE and thus error reported.

    Why the four fields in table are empty

    Previously I tried to replicate both equipment to CRM via the following customizing settings:

    Previously I use “IBase Category” as 03 for replication, which will not generate IBASE for end user. Thus the four fields in the table are empty.

    Solution

    Remove the related row in table IBEQUI_INDEX and replicate both equipment again. Now after children equipment is replicated to CRM, the fields in table are correct:

    And after the parent equipment is replicated to CRM in the second step, the field ARCHIVING FLAG is marked as X.

    Finally both equipment are downloaded to CRM successfully:

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

  • 相关阅读:
    h5 拍照上传 代码
    java jdbc 链接本地mysql数据库 报错 Access denied for user 'root'@'localhost' (using password: YES)
    react.js 中对props 的理解
    react.js 如何 设置页面div 背景图片
    关于Vue.js 和 react.js 的异同
    如何用 npm ,搭建react 项目
    如何进行vue vux版本更新
    js 继承 函数
    absolute 和 z-index妙用
    关于 white-space: pre-wrap;的灵异现象
  • 原文地址:https://www.cnblogs.com/sap-jerry/p/13631709.html
Copyright © 2011-2022 走看看