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:
相关推荐
### 效率证明:承诺数字位于特定区间 #### 摘要 本文介绍了一种新的高效证明方法,用于证明一个已经承诺的数字位于一个特定区间内。与以往的方法相比,该方法不仅更有效率(计算和传输的数据量较少),而且更为...
根据提供的SAP Note 62077的信息,“Internal number assignment is not continuous”(内部编号分配不连续)问题,我们来详细分析这个问题及其解决方案。 ### 一、问题概述 在SAP系统中,当进行内部编号分配时...
在Oracle数据库中,时间间隔型数据(INTERVAL)的引入极大地增强了对时间处理的灵活性和准确性。在Oracle 9i之前,处理时间间隔通常需要依赖于DATE类型,并将时间间隔转换为秒数存储在NUMBER列中,这在进行时间计算...
INTERVAL_NOT_FOUND = 1 NUMBER_RANGE_NOT_INTERN = 2 OBJECT_NOT_FOUND = 3 QUANTITY_IS_0 = 4 QUANTITY_IS_NOT_1 = 5 INTERVAL_OVERFLOW = 6 BUFFER_OVERFLOW = 7 OTHERS = 8. IF sy-subrc <> 0. ...
在IT行业中,"INTERVAL"这个词经常用于数据库管理和编程领域,特别是与时间相关的计算和存储。在SQL(结构化查询语言)中,INTERVAL是一种数据类型,用来表示两个日期或时间点之间的差值。它允许我们精确地表示年、...
* DateAdd(interval,number,date) * 功能:实现VBScript的DateAdd功能. * 参数:interval,字符串表达式,表示要添加的时间间隔. * 参数:number,数值表达式,表示要添加的时间间隔的个数. * 参数:date,时间对象...
在Delphi编程环境中,Interval属性通常与TTimer组件相关联,用于设置或获取计时器触发事件之间的间隔时间。TTimer是VCL(Visual Component Library)框架中的一个关键组件,它允许开发者创建在指定时间间隔内执行...
标题提到的"delphi *.textgrid文件到*.interval" 指的是使用Delphi编程环境编写的一个工具,该工具能够将Praat的TextGrid文件转换为interval格式。Delphi是一个强大的Windows应用程序开发平台,基于Object Pascal...
### Python 数值区间处理:对 interval 库的快速入门详解 #### 一、引言 在数据处理领域,经常需要判断一个数值是否位于特定区间内。这种需求在数据分析、科学计算等多个场景中都非常常见。虽然可以使用传统的 `if-...
### Interval Finite Element Method (IFEM) with MATLAB #### 引言 《Interval Finite Element Method with MATLAB》这本书由Sukantan Nayak与Snehashish Chakraverty合著,由学术出版社(Academic Press)出版,...
- FIX: The TFlexRegularPolygon object clones incorrectly drawed in case when TFlexRegularPolygon have alternative brush (gradient, texture). - ADD: Add TFlexPanel.InvalidateControl virtual method ...
interval_not_found = 1 number_range_not_intern = 2 object_not_found = 3 quantity_is_0 = 4 quantity_is_not_1 = 5 interval_overflow = 6 buffer_overflow = 7 OTHERS = 8. IF sy-subrc <> 0. ...
### Interval Analysis概述与应用 #### 一、动机与背景 区间分析(interval analysis)是一种数学工具和技术,用于处理计算过程中的不确定性。在实际工程和科学计算中,存在多种类型的误差来源,包括但不限于: - *...
能用interval-partitioning算法设计思想解决一些贪心问题,并能用代码实现interval-partitioning 算法,以得到最优解。 一、实验目的 了解动态规划的思想,掌握0/1背包问题的基本解决方法。 二、实验要求 (1)有n...
Compare Table Data tool would commit every record in "update database" mode when using a commit interval Using the Auto Refresh function in the SQL Window would prompt for substitution variable values...
Compare Table Data tool would commit every record in "update database" mode when using a commit interval Using the Auto Refresh function in the SQL Window would prompt for substitution variable values...
网上整理的sm2算法,希望对你有帮助 main方法测试 public static void main(String[] args) throws Exception { //生成密钥对 generateKeyPair(); String plainText = "你好"; byte[] sourceData = ...
Committed pages are those pages that when accessed in the end translate to pages in memory. Those pages may however have to be faulted in from a page file or memory mapped file. Backing Store Backing ...
本文档是一份关于Matlab区间分析工具箱INTLAB(Interval Laboratory)的参考资料。INTLAB是一个用于Matlab的高效和快速的区间运算软件包,其广泛的应用增加了区间分析的普及度。文档提供了一个入门教程,旨在帮助...