zoukankan      html  css  js  c++  java
  • 使用SAP CRM中间件下载customer的错误消息:Number not in interval XXX – XXX

    I have created one Sales customer via tcode VD01 in ERP:

    And I have defined a request in tcode R3AR2 to try to download it to CRM via request download:

    After download is finished, I saw following error message in tcode SMW01:

    Error message: Number not in interval XXX – XXX

    Why middleware complains this very interval 0000300000 – 0000399999? Where does it come from?

    In order to answer this question, we need to go to ERP to check first.

    Every time you create a customer in VD01, you need to specify one account group. In my example below it is DEBI.

    When this customer is saved, it is stored in table KNA1, field KTOKD.


    In table CRMKTOKD, the mapping relationship between account group in ERP and CRM is maintained. In this example, the corresponding group in CRM is 0002.
    ( See function module PI_BP_GET_CLASSIF_FROM_KTOKD )

    When the customer is downloaded into ERP from CRM, the business partner will be created with a proper number. The number range is maintained based on mapped CRM partner group, in this example 0002:

    Here you assign the number range setting to the mapped group 0002.
    In my system, currently group 0002 is assigned with number range 07:

    This explains why 0000300000 ~ 0000399999 is complained in error message.

    After I reassign group 0002 with correct number range 03, the issue is resolved.

    The number range interval check for CRM partner inbound processing is done in function module below:

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

  • 相关阅读:
    图片保持比例居中显示
    登录后跳转到登录前的页面
    如何为网站添加百度统计功能
    项目更新到公网服务器的操作步骤
    jQuery Mobile中表单的使用体会
    手机端静态网页制作需要注意的几个问题
    bootstrap分页插件的使用
    Dell7040mt安装win7系统说明
    linux静态ip的设置
    eclipse项目有红叉的解决办法
  • 原文地址:https://www.cnblogs.com/sap-jerry/p/13537354.html
Copyright © 2011-2022 走看看