“在配置和销售凭证 GET_CONFIG_MODE 间通信时内部出错”

订单打开出现这种错误提示,多半是配置对象号问题。

SAP NOTE

2019-09-27 901893
901893 - Reports: Configuration and sales document
Version
3
Type
SAP Note
Language
English
Master Language
German
Priority
Recommendations / Additional Info
Category
Consulting
Release Status
Released for Customer
Released On
2006.08.22
Component
SD-SLS-GF-VA ( Bill Of Material (BOM) & Variant Configuration )
Please find the original document at https://launchpad.support.sap.com/#/notes/ 901893
Symptom
This is a list of important reports in SD-SLS-GF-VA.
Other Terms
Program, report, bill of material, BOM, correcting the configuration, troubleshooting
Reason and Prerequisites
You can use the following reports to correct inconsistencies.
Solution
1. RCU_CHECK_CONFIGURATION (see Note 200914)
This report searches for sales items whose VBAP-CUOBJ field that refers to configuration data that does not exist. The report deletes these references. Afterwards, you must configure the item again. The previous configuration value assignment is unfortunately lost and cannot be recovered.
Use the following selection criteria:
Find wrong vbap CUOBJ = X
SELVBELN = Interval for sales documents to be checked
You can run the program in test mode first (leave the 'Update Database' field empty). After checking the data, you can correct the inconsistencies by selecting the field 'Update Database'. The reference is then deleted from the VBAP table. However, you must then maintain the configuration of the relevant document items manually.
To improve the performance of the report, you can create an additional index for the MANDT and CUOBJ fields in the VBAP table before you execute the report. After the execution, you can delete this index again.
2. RCU_EXCL_CHARACTERISTICS (Notes 362438, 336842, 387001)
This report excludes characteristics that should not be taken into account during the variant matching or during the comparison of configuration results of the serial number processing. You can either restrict the exclusion to one material or apply it to all materials. Using this report, you can exclude certain characteristics for specific materials only or for specific materials in specific plants.
Use the following selection criteria:
Material number = Material number for which the characteristics are to be excluded
Characteristic name = Characteristic to be excluded
3. RCUIB_DELETE_DUPLICATE_CFG (Notes 608229, 575221, 558812)
When you create sales orders, the system issues the MESSAGE_TYPE_X ABAP
© 2019 SAP SE or an SAP affiliate company. All rights reserved 1 of 2
2019-09-27 901893
runtime error 'Duplicate owner: inform LO-VC development' (message number CUIB1 699). The RCUIB_DELETE_DUPLICATE_CFG correction report deletes the duplicate configurations that are no longer used. Used configurations are marked for deletion, so that the system deletes these configurations as soon as the last user is deleted.
Use the following selection criteria:
External object type = VBPS
You can run the program in the test mode first (leave the 'Execute Correction' field empty). After checking the data, you can correct the inconsistencies by selecting the field 'Execute Correction'.
Software Components
Software Component

在配置和销售凭证 GET_CONFIG_MODE 间通信时内部出错的更多相关文章

  1. 交换机基础配置之三层交换机实现vlan间通信

    我们以上面的拓扑图做实验,要求为pc1,pc2,pc3配置为vlan10,pc4,pc5,pc6配置为vlan20,pc7,pc8,pc9配置为vlan30 server0和server1配置为vla ...

  2. 配置3层交换机VLAN间通信

    SW2 Switch>en Switch#conf t Enter configuration commands, one per line. End with CNTL/Z. Switch(c ...

  3. React独立组件间通信联动

    React是现在主流的高效的前端框架,其官方文档 http://reactjs.cn/react/docs/getting-started.html 在介绍组件间通信时只给出了父子组件间通信的方法,而 ...

  4. 路由器基础配置之单臂路由实现vlan间通信

    我们将以上面的拓扑图开始进行配置,目的为设置单臂路由实现vlan间通信,设置4个vlan,pc0,1,2为vlan10 pc3,4,5为vlan20:pc6,7,8为vlan30:server0,1为 ...

  5. Cisco基础(二):三层交换vlan间通信、多交换机vlan间通信、三层交换配置路由、RIP动态路由配置、三层交换配置RIP动态路由

    一.三层交换vlan间通信 目标: VLAN实现了广播域的隔离,同时也将VLAN间的通信隔离了.三层交换技术使得VLAN间可以通信. 通过三层交换实现VLAN间通信 方案: 为了解决了传统路由器低速. ...

  6. 系统间通信(10)——RPC的基本概念

    1.概述 经过了详细的信息格式.网络IO模型的讲解,并且通过JAVA RMI的讲解进行了预热.从这篇文章开始我们将进入这个系列博文的另一个重点知识体系的讲解:RPC.在后续的几篇文章中,我们首先讲解R ...

  7. 系统间通信(8)——通信管理与RMI 上篇

    1.概述 在概述了数据描述格式的基本知识.IO通信模型的基本知识后.我们终于可以进入这个系列博文的重点:系统间通信管理.在这个章节我将通过对RMI的详细介绍,引出一个重要的系统间通信的管理规范RPC, ...

  8. OpenCV MFC 模块间通信

    1. 新建MFC项目 点击完成. 2. 添加按钮 在"工具箱"中找到"Button"控件,添加至界面:  2. 配置opencv, 添加colordetecto ...

  9. 10-IOSCore - 应用间通信、本地通知

    一.应用间通信 URL 调用系统服务: tel:11111 sms:xxx@163.com http:// URL深入 类型://主机:端口/地址?参数 label框等于文字大小快捷键:command ...

随机推荐

  1. 利用selenium和ffmpeg爬取m3u8 ts视频《进击的巨人》

    需求 想看下动漫<进击的巨人>,发现到处被和谐,找不到资源,但是在一个视频网站找到了在线播放,https://www.55cc.cc/dongman/17890/player-2-1.ht ...

  2. MySQL字符集、information_schema元数据(八)

    一.SQL字符集 它是一个系统支持的所有抽象字符的集合.字符是各种文字和符号的总称,包括各国家的文字.标点符号.图形符号.数字等 常用的字符集有:utf8.utf8mb4.utf8mb3(8.0),现 ...

  3. vue-router编程式跳转

    除了使用 <router-link> 创建 a 标签来定义导航链接,我们还可以借助 router 的实例方法,通过编写代码来实现. [语法] .

  4. load address、entry point、 bootm address以及kernel运行地址

    load address:加载地址   load_addr      mkimage -a entry point: 入口地址     entry_point     mkimage -e bootm ...

  5. Mybatis-plus中的condition条件

    @Test public void testCondition() { String name = "王"; String email = ""; condit ...

  6. 前端(5)之jQuery

    前端(5)之jQuery jQuery介绍 1.jQuery是一个轻量级的,兼容多浏览器的JavaScript库. 2.jQuery使用户能够更方便地处理HTML Document.Events.实现 ...

  7. 最强PHP防镜像代码收集,简单粗暴...你值得拥有

    JS版本 <script type="text/javascript"> if(location.toString().indexOf("yuanzhumub ...

  8. Windows空间清理2

    最近听说有同事因为电脑C盘不足,让别人重装电脑解决了,感觉有点意料之外又有点情理之中. 一方面居然有某些做技术的同事不知道要如何高效的清理自己的磁盘空间,要花一天时间重装系统.然后装软件.再配置各种开 ...

  9. spark基础知识三

    主要围绕spark的底层核心抽象RDD和原理进行理解.主要包括以下几个方面 RDD弹性分布式数据集的依赖关系 RDD弹性分布式数据集的lineage血统机制 RDD弹性分布式数据集的缓存机制 spar ...

  10. requests.session()会话保持

    可能大家对session已经比较熟悉了,也大概了解了session的机制和原理,但是我们在做爬虫时如何会运用到session呢,就是接下来要讲到的会话保持. 首先说一下,为什么要进行会话保持的操作? ...