zoukankan      html  css  js  c++  java
  • CRM中间件里parent not ok的错误消息如何处理

    Issue

    You would like to download customer material info record via initial download ( R3AS ). You always see error message "Parent not O.K.: BUPA_MAIN".
    You can guarantee that the dependent business partner as parent has already been downloaded to CRM correctly.
    Why still see this error message?

    In R3AC1, you see there are three parent object:

    The design is: the children object CUST_MAT_INFO could ONLY be really started ( status: RUNNING ) when ALL of its parent object have been downloaded successfully - which means all the parent have status D in column DNL_STATUS in the table SMOFDSTAT.
    In my example, this is not true - Material object has status "A" - aborted.

    As a result, if you have only a small set of customer material info record to download, you'd better use request download, otherwise ensure the initial download of all parent objects are done successfully.
    An example of request definition for customer material info record could be found below:

    Keyword

    SMOFDSTAT, DNL_STATUS, CUST_MAT_INFO

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

  • 相关阅读:
    Git--记一次丢失本地记录但是代码已提交到gerrit
    IDEA--IDEA配置web项目
    JavaSE--泛型
    Cassandra--Cassandra 安装
    Git--.gitignore
    org.springframework.test.context.junit4.SpringJUnit4ClassRunner
    散列·跳房子散列
    散列·布谷鸟散列
    散列·完美散列
    散列·再散列
  • 原文地址:https://www.cnblogs.com/sap-jerry/p/12243107.html
Copyright © 2011-2022 走看看