Wednesday 14 March 2012

Receipt form do not support Receipt / delivery of ASN's with lot/serial information

Purchasing forms do not support Receipt/Direct delivery of ASN's with lot/serial information using the Enter Receipts form. An ASN entered via Receiving Open Interface or iSupplier Portal with lot/serial information can only be received and delivered via Receiving Open Interface.
Purchasing forms do not support delivery if there is some receiving supply with corresponding lot/serial entries. This is only supported through the Receiving Open Interface. Since Mobile uses the Receiving Open Interface it is possible to create a receipt with lot/serial info. When trying to deliver this using forms, it is checked whether there are any rows with lot/serial info corresponding to receiving supply. In this case these rows will exist and hence the error will occur.
The following message will be shown on Receiving Transaction form:


----------------
If a lot or serial controlled item is received using receiving open interface
or using mobile forms interfaces in WMS and MSCA , then the subsequent
transactions are supported only either through receiving open interface, or
through the mobile forms interfaces in WMS and MSCA.
------------------

Cause

This is expected functionality.

In Bug 5581629 the developer explains the process:

When an ASN is created with lot/serial info, the following tables will get populated:

1. rcv_shipment_headers (RSH)
2. rcv_shipment_lines(RSL)
3. rcv_serials_supply(RSS) ( for serials )
4. rcv_lots_supply(RLS) ( for lots )

After creation of an ASN, a custom program is required which will look into these tables and then populate the ROI tables for a particular shipment_num entered while creating an ASN.

The following ROI tables need to be populated:

1. rcv_headers_interface (RHI)
The source for this table would be data from RSH.

2. rcv_transactions_interface(RTI)
The source for this would be RSL.

3. mtl_serial_numbers_interface(MSNI)
The source for this would be RSS.

4. mtl_transaction_lots_interface(MTLI)
The source for this would be RLS.

After populating these ROI tables, the Receiving Transaction Processor (RVCTP) should be run in batch mode where the transaction will be processed.
ER
===
Bug 5581629 - Unable To View Serial Number In Receiving Form For ASN Created Via iSupplier.
status 22:Approved for future releases

No comments:

Post a Comment