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的原创文章,请关注公众号"汪子熙":

  • 相关阅读:
    我的专业知识博客宗旨
    数理统计与Matlab: 第3章 假设检验
    数理统计与Matlab: 第1章 数理统计基本概念
    线性代数:第一章 多项式2
    LaTeX科技排版入门简介[Z]
    ISIGHT 5.0 components guide
    用MATLAB优化工具箱解线性规划
    7.忙里偷闲聚众奔庆典 创建型模式总结 1
    9.嫁接品种火爆搞科研 适配器模式
    11.明月如何代表我的心 装饰模式
  • 原文地址:https://www.cnblogs.com/sap-jerry/p/13631709.html
Copyright © 2011-2022 走看看