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-2011Type:PROBLEMStatus:ARCHIVEDPriority:3 |
|
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 ...
随机推荐
- python 连接redis cluster
#!/usr/bin/env python # encoding: utf-8 #@author: 东哥加油! #@file: clear_pool.py #@time: 2018/8/28 17:0 ...
- shell进阶
shell 中的高级用法 1.if 单重判断 if cmd; then cmd cmd cmd fi 多重判断 单分支 if cmd;then cmd elif cmd fi 双分支 if cmd; ...
- Git学习——创建与合并分支
分支概念 当前我们所在的分支是master(主分支),可以通过创建分支: git branch <branch_name> 创建完成后,可以查看当前的分支状态: git branch 当前 ...
- centos7 parted 扩容
(系统:vmware上的centos7.4 ,使用工具:parted分区命令.) 最近发现磁盘不够用了,需要加点.## WARNING ! 下面是实验过程,不代表生产环境.若有重要数据请操作前备份. ...
- C语言之结构体、联合体
结构体 1,结构体即为多个基本数据类型组合而成的数据类型.结构体本质上同int等一样同为数据类型,可以定义变量,内部成员不能直接赋值. struct Man { ; ; }; 上面是错误的.正确写法 ...
- Python Hashlib笔记
#python3.4hashlib module - A common interface to many hash functions.hash.digest() - Return the dige ...
- 爬虫cookie
Cookie Cookie 是指某些网站服务器为了辨别用户身份和进行Session跟踪,而储存在用户浏览器上的文本文件,Cookie可以保持登录信息到用户下次与服务器的会话. Cookie原理 HTT ...
- BZOJ 4809: 皇后
题目大意: n皇后问题,有些格子不能放. 题解: 直接暴力,并不用加优化就能过. 代码: #include<cstdio> using namespace std; int cc,n,an ...
- 织梦dedecms自定义表单设置必填项
1. 用php验证 在plus/diy.php的第 40行下加 //增加必填字段判断 if($required!=''){ if(preg_match('/,/', $required)) { $re ...
- 3,bool值之间的转换,和str的各个功能属性。
bool值之间的转换 and 空字符串即为False 字符串内有内容即为True. a = 11 c = str(a) #int转换成str print(type(c)) a = ' b = in ...