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

  • 相关阅读:
    PDE_DATA 定义
    每天写日记争创青年艺术家 2014-5-14
    [Servlet3.0新功能]注释替代配置文件
    Flex4+Spring3+Hibernate3+BlazeDS整合笔记
    Flex博客
    hibernate缓存机制详细分析
    计算机的艺术-算法
    算法/数据结构/数学
    线性表 及Java实现 顺序表、链表、栈、队列
    java 图的邻接矩阵
  • 原文地址:https://www.cnblogs.com/sap-jerry/p/13631709.html
Copyright © 2011-2022 走看看