WMS: Cannot Populate Subinventory and Locator With a Single Scan by CustomScanManager in Some Mobile Pages
(Doc ID 2129750.1)
Last updated on AUGUST 30, 2022
Applies to:
Oracle Warehouse Management - Version 12.1.3 to 12.2.5 [Release 12.1 to 12.2]Information in this document applies to any platform.
Symptoms
Advanced Barcode Strategies (Doc ID 297992.1) is introducing below way to populate Subinventory and Locator with a single scan.
CUSTOMIZED BAR CODE SCAN EXAMPLE #1
This sample java code example shows how a user can use the Java callout for a scanned input to increase Picking efficiency.
Problem Detail
In the Pick Load page for a lot and serial controlled item the cursor is on the confirm subinventory field and expecting the subinventory to be scanned. The user scans the subinventory, locator barcode and wants the cursor to move to the field after locator, which is the item field.
This sample java code example shows how a user can use the Java callout for a scanned input to increase Picking efficiency.
Problem Detail
In the Pick Load page for a lot and serial controlled item the cursor is on the confirm subinventory field and expecting the subinventory to be scanned. The user scans the subinventory, locator barcode and wants the cursor to move to the field after locator, which is the item field.
The above Code Example works well for Pick Load page.
- PickLoadPage
PickLoadPage works fine because there is no LocatorKFF clearing code in its listener class.
(wms)java/td/server/TdPage.java
But,
in the standard listener classes for the below MSCA Pages, Locator field is being reset.
- RcptTrxPage:
Subinventory_Exited()
(inv)java/invtxn/server/RcptTrxFListener.java - BPPage:
subinventoryExited()
(wms)java/bp/server/BPPageFListener.java - DropByLocationPage:
subExited()
(wms)java/td/server/DropByLocationFListener.java - ItemQueryOnHandPage:
processSubinventory()
(inv)java/invinq/server/ItemQueryFListener.java
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |