RMA Sales Order – Stuck with “Awaiting Return Disposition”
RMA Sales Order – Stuck with “Awaiting Return Disposition”

Action : (Prod)
ð Login to Unix
ð su – appklgpi
ð cd /home/metalink
ð sqlplus apps/…… @ontd0015.sql

Metalink – Solution :-
|
RMA Stuck With Awaiting Return Disposition; FRM-40212: Invalid value for field OE_ORDER_NUM (Doc ID 339794.1) |
|
|
Modified:19-Oct-2011 |
|

Applies to:
Oracle Order Management - Version: 11.5.9 to 11.5.10.3 - Release: 11.5 to 11.5
Oracle Order Management - Version: 11.5.1 to 11.5.10.0 [Release: 11.5 to 11.5]
Information in this document applies to any platform.
FORM:OEXOEORD.FMB - Sales Orders
***Checked for relevance on 20-Dec-2010***
Symptoms
On 11.5.9 or 11.5.10, you find an RMA is stuck in Awaiting Return status and the flow code in HTMomse11i output is : AWAITING_RETURN_DISPOS
When try to Inspect the RMA item via:
Purchasing Responsibility
Receiving/Receiving Transactions
Click on Customer Tab
Enter the RMA number
Click Find
Receive error: FRM-40212: Invalid value for field OE_ORDER_NUM
Also, data corruption observed in case of RMA. User received the qty into inventory but RMA Line
is stuck in "AWAITING_RETURN" or "AWAITING_RETURN_DISPOSITION" statuses
Cause
Failed interfacing between Purchasing and Order Management Modules. The information related to receiving is not interfaced back to Order Management.
Solution
To implement the solution, please execute the following steps:
1. Apply Patch 5358811 - This patch contains generic data fix scripts for known issues in RMA Receiving.
This patch includes data-fix scripts to address known issues in RMA Receiving module.
These scripts will help customers to progress the stuck RMA Lines for
scenarios where user has already received the qty into inventory but RMA Line
is stuck in "AWAITING_RETURN" or "AWAITING_RETURN_DISPOSITION" statuses.
It is highly recommended for customers to test these data-fix scripts for the
problematic Line Id in their TEST instance, that is a copy of Production.
Customers should apply these scripts in production, only after thorough
testing of these scripts in TEST instance.
ontd0015.sql :
--------------
Use this script to progress RMA Lines against which material has been received,
but the Lines are stuck in AWAITING_RETURN_DISPOSITION status.
ontd0018.sql :
--------------
Use this script to progress RMA Lines against which material has been received,
but the Lines are stuck in AWAITING_RETURN status.
Both these scripts can be used to list all the RMA Lines that are stuck. To
progress the stuck RMA Line, provide the LINE_ID as input to these scripts.
2. Once the scripts completes, the line status becomes Awaiting Return.
Enter a new receipt and progress order through invoicing to close.
RMA Sales Order – Stuck with “Awaiting Return Disposition”的更多相关文章
- RMA Sales Order – Stuck with “Awaiting Return Disposition”
RMA Sales Order – Stuck with "Awaiting Return Disposition" Action : (P ...
- 使用ABAP代码创建S/4HANA里的Sales Order
下图是使用ABAP代码创建的S/4HANA的Sales Order的截图: 其中红色区域的值是我代码里硬编码的,而蓝色是函数SD_SALESDOCUMENT_CREATE自己创建的. 来看下代码: D ...
- 如何处理用代码创建SD Sales order时遇到的错误消息KI 180
错误消息KI 180:You must enter a company code for transaction Create sales document 代码: REPORT zcreate_so ...
- 如何利用BAPI SD_SALESDOCUMENT_CHANGE修改Sales Order的字段
假设我想修改S/4HANA里Sales Order抬头的Service Date字段SERV_DATE: 首先从数据库表VBKD里查找到SERV_DATE修改之前的值为2020年1月1日 使用如下代码 ...
- magento app/design/adminhtml/default/default/template/sales/order/view/info.phtml XSS Vul
catalogue . 漏洞描述 . 漏洞触发条件 . 漏洞影响范围 . 漏洞代码分析 . 防御方法 . 攻防思考 1. 漏洞描述 Relevant Link: http://www.freebuf. ...
- 转:Internal Sales Order (ISO) Process Flow
本文介绍下内部销售订单Internal Sales Order(ISO)在Oracle EBS中的流程,内部销售订单和组织间转移(Inter-Organization Transfer,IOT)的作用 ...
- SAP Cloud for Customer里Sales Order和Sales Quote的建模方式
SAP Cloud for Customer的Sales工作中心里有Sales Quote和Sales Order两个视图,一个用于销售报价单,另一个用于销售订单. 流程上是先有报价单 ,报价单是一份 ...
- SAP Cloud for Customer Sales Order Requested Date的业务含义和实现
我们在创建Sales order销售订单时,需要指定一个RequestedDate: 这个字段绑定到了BO字段:CustomerQuote.RequestedFulfillmentPeriod.Tim ...
- ABAP术语-Sales Order
Sales Order 原文:http://www.cnblogs.com/qiangsheng/archive/2008/03/14/1104979.html A customer request ...
随机推荐
- hihoCoder第一周---最长回文子串(1032)
其实这就是mancher算法的板子题,贴个代码好了. 思想请见我的另一篇博客: https://blog.csdn.net/qq_41090676/article/details/86768361 # ...
- Tcp 三次握手 四次分手
看了 余晟以为的 “tcp没那么难吧”,算是对三次握手,四次分手有了一点点理解,记录下来以方便自己以后的查看. 原文链接:https://mp.weixin.qq.com/s?__biz=MzA3MD ...
- kvm虚拟迁移
1. 虚拟迁移 迁移: 系统的迁移是指把源主机上的操作系统和应用程序移动到目的主机,并且能够在目的主机上正常运行.在没有虚拟机的时代,物理机之间的迁移依靠的是系统备份和恢复技术.在源主机上实时备份操作 ...
- 将find过滤添加到数组
array=($(find . -name "*.txt"))for i in "${array[@]}"; do echo $i; done
- linux-ngnix服务(一)
httpd MPM: prefork:进程模型,两级结构,主进程master负责生成子进程,每个子进程负责响应一个请求 worker:线程模型,三级结构,主进程master负责生成子进程,每个子进程负 ...
- java 获取计算机内存
文章来源:https://www.cnblogs.com/hello-tl/p/9341900.html package com.boot.demo.springbootdemo.common.uti ...
- Python字符串操作详解
菜鸟学Python第五天 流程控制 for循环 while循环 VS for循环: while循环:称之为条件循环,循环的次数取决于条件何时为false for循环:称之为迭代器循环,循环的次数取决于 ...
- python-通过openpy操作excel
1.安装 openpyxl pip install openpyxl == 2.3.5 安装指定版本 遇到问题: 查询结果:这是因为电脑上有其他软件也有pip命令,我的电脑上是因为装了loadrun ...
- 多线程下,多次操作数据库报错,There is already an open DataReader associated with this Command which must be closed first.
原文:https://www.cnblogs.com/sdusrz/p/4433108.html 执行SqlDataReader.Read之后,如果还想用另一个SqlCommand执行Insert或者 ...
- SPOJ - ADAFIELD ,Set+map,STL不会超时!
ADAFIELD - Ada and Field 这个题,如果用一个字来形容的话:-----------------------------------------------嗯! 题意:n*m的空白 ...

Type:PROBLEM
Status:ARCHIVED
Priority:3