现在的位置: 首页 > 综合 > 正文

Material Status Behavior for Org Transfer

2013年01月19日 ⁄ 综合 ⁄ 共 2188字 ⁄ 字号 评论关闭
1. Source org and destination org both are
non-onhand status tracking organizations (Item is lot controlled)

1.1 If Lot is NEW one for Receiving org.
Allow Different material Status = Y
Intransit/Direct: Default Status from the organization item setup.
See Bug 10257769 & 11688000

Allow Different material Status = No
Intransit: Copy lot status from source org to destination org.
Direct: Copy lot status from source org to destination org.
See Bug 14404578
forms/US/INVTTELT.fmb 120.19.12010000.35
resource/INVLTENT.pld 120.60.12010000.134
Before bug 14404578,Lot Status Behavior:
Intransit: Default Status from the organization item setup.
Direct: Copy lot status from source org to destination org.

Allow Different material Status = With Exception
Intransit: Copy lot status from source org to destination org.
Direct: Copy lot status from source org to destination org.
See Bug 14404578

1.2 If Lot Already Exists in Receiving org.

Allow Different material Status = Y
Retain lot status in destination organization

Allow Different material Status = No
If lot status is different between source org and destination org, Then user can Not perform org transfer for the lot number, Cannot select the lot while shipping

Allow Different material Status = With Exception
If lot status is different between source org and destination org, Then user can Not perform org transfer for the lot number, Cannot select the lot while shipping
 

2. Source org and destination org both are
onhand status tracking organizations

2.1 if onhand not exists in the destination
Direct: Copy onhand status from source org to destination org.
Intransit:If QtyManager.java  >= 120.26.12010000.25,
For lot controlled item, Copy onhand status from source org to destination org.
                                                                               For non-lot controlled, there’s no efficient way getting the status once item completely issued out .
             If QtyManager.java  < 120.26.12010000.25,  In intransit Org-Transfer, if onhand not exists in the destination, the onhand status was not carried over as it does for direct
org-transfer.the status of the onhand created was using defaulting logic.
 
2.2 if onhand exists in the destination

Allow Different material Status = Y
Retain onhand status in destination organization

Allow Different material Status = No
If onhand status is different between source org and destination org, Thenuser can Not perform org transfer.

Allow Different material Status = With Exception
If lot status is different between source org and destination org, Thenuser can Not perform org transfer.

抱歉!评论已关闭.