使用SAP CRM中间件下载customer的错误消息:Number not in interval XXX – XXX

本文涉及的产品
服务治理 MSE Sentinel/OpenSergo,Agent数量 不受限
简介: 使用SAP CRM中间件下载customer的错误消息:Number not in interval XXX – XXX

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


image.png


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


image.png


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


image.png


Error message: Number not in interval XXX – XXX


image.png


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.

image.png




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 )


image.png


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:


image.png


Here you assign the number range setting to the mapped group 0002.

In my system, currently group 0002 is assigned with number range 07:


image.png


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


image.png


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


image.png


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

image.png

相关文章
|
1月前
|
人工智能 搜索推荐 Serverless
使用金庸的著作,来测试阿里通义千问最新开放的长文档处理功能
使用金庸的著作,来测试阿里通义千问最新开放的长文档处理功能
81 7
使用金庸的著作,来测试阿里通义千问最新开放的长文档处理功能
|
2月前
|
中间件
什么是 SAP CRM 系统里的 Initial Download
什么是 SAP CRM 系统里的 Initial Download
26 0
|
2月前
|
中间件
什么是 SAP CRM Initial Download
什么是 SAP CRM Initial Download
20 0
|
2月前
|
存储 数据管理 数据处理
SAP CRM 里 Attachment 搜索的实现逻辑介绍
SAP CRM 里 Attachment 搜索的实现逻辑介绍
21 0
|
1月前
|
存储
使用 ABAP 代码打印出 SAP CRM 系统里所有维护了 Sales Area 的 business partner id
使用 ABAP 代码打印出 SAP CRM 系统里所有维护了 Sales Area 的 business partner id
21 0
|
1月前
|
Java BI API
SAP Cloud for Customer 里如何通过 ABSL 二次开发方式消费 SAP S/4HANA 系统的 API
SAP Cloud for Customer 里如何通过 ABSL 二次开发方式消费 SAP S/4HANA 系统的 API
18 0
|
1月前
|
数据库
SAP CRM产品主数据无法根据产品描述字段进行搜索的原因
SAP CRM产品主数据无法根据产品描述字段进行搜索的原因
17 5
|
1月前
|
Web App开发 开发者 存储
介绍一个 webp 格式转 png 格式的软件:XNConvert
介绍一个 webp 格式转 png 格式的软件:XNConvert
30 6
介绍一个 webp 格式转 png 格式的软件:XNConvert
|
1月前
什么是 SAP ABAP 里的 Subscreen
什么是 SAP ABAP 里的 Subscreen
16 1
什么是 SAP ABAP 里的 Subscreen
|
2月前
|
中间件
如何在 SAP CRM 系统调试 Product Initial Download
如何在 SAP CRM 系统调试 Product Initial Download
16 0