错误消息Number not in interval XXX when downloading
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?
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.
By the way, I learned the knowledge above by debugging this function module below:
本文来自云栖社区合作伙伴“汪子熙”,了解相关信息可以关注微信公众号"汪子熙"。

低调大师中文资讯倾力打造互联网数据资讯、行业资源、电子商务、移动互联网、网络营销平台。
持续更新报道IT业界、互联网、市场资讯、驱动更新,是最及时权威的产业资讯及硬件资讯报道平台。
转载内容版权归作者及来源网站所有,本站原创内容转载请注明来源。
- 上一篇
ERP Account group和CRM partner group的映射关系
When you create a customer in VD01, you need to specify one account group. In the 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 numb...
- 下一篇
Language issue for downloaded product category
When you try to edit some downloaded product categories, you may meet with this error message: The root cause is for example ERP supports language A and B, and CRM only supports A.After you perform customizing download, description in language both A and B will be downloaded to CRM. And description in B looks like below in CRM, not valid! Solution 1 Remove description B in ERP, and then do customizing download again. Solution 2 If you are working on CRM dev system, execute the following ABAP cod...
相关文章
文章评论
共有0条评论来说两句吧...
文章二维码
点击排行
推荐阅读
最新文章
- CentOS8编译安装MySQL8.0.19
- SpringBoot2初体验,简单认识spring boot2并且搭建基础工程
- Hadoop3单机部署,实现最简伪集群
- CentOS7编译安装Cmake3.16.3,解决mysql等软件编译问题
- CentOS7,8上快速安装Gitea,搭建Git服务器
- CentOS7设置SWAP分区,小内存服务器的救世主
- SpringBoot2全家桶,快速入门学习开发网站教程
- CentOS8安装Docker,最新的服务器搭配容器使用
- Docker安装Oracle12C,快速搭建Oracle学习环境
- Docker使用Oracle官方镜像安装(12C,18C,19C)