Hi,
DO anyone know which backend table will have condition code info based on Lot/Batch or Serial number?
Hi,
DO anyone know which backend table will have condition code info based on Lot/Batch or Serial number?
Hi
Hi
Hi Anmise, our business has a subset of parts with multiple condition codes - New, Repaired, Overhauled, Core (Unserviceable). Its strange that the Inventory Parts in stock table does not contain/store the condition code data when the front end displays it. We have to get by calling an API (Condition Code Manager). I think this data should have been in a table format for validation, hence was trying to find if anyone knows any table containing P/N, Lot/Batch No, Serial No and Condition Code. I found a similar table ‘Inventory_Parts_In_Stock_Deliv’ that has condition codes with the above info; but when I matched with the ‘Inventory_Parts_In_Stock’ table, I was not able to find records for considerable number of lines (~2000 lines out of 100k+)
Hi
Hi Anmise, our business has a subset of parts with multiple condition codes - New, Repaired, Overhauled, Core (Unserviceable). Its strange that the Inventory Parts in stock table does not contain/store the condition code data when the front end displays it. We have to get by calling an API (Condition Code Manager). I think this data should have been in a table format for validation, hence was trying to find if anyone knows any table containing P/N, Lot/Batch No, Serial No and Condition Code. I found a similar table ‘Inventory_Parts_In_Stock_Deliv’ that has condition codes with the above info; but when I matched with the ‘Inventory_Parts_In_Stock’ table, I was not able to find records for considerable number of lines (~2000 lines out of 100k+)
Is this for reporting or something else? If a view is enough, I think you might find what you need in inventory_part_in_stock_total.
Hi Rex87,
we learned the hard way that you have to use the INVENTORY_TRANSACTION_HISTORY (View or table). TRANSACTION_CODE = OESHIP.
The moment your part get shipped the LOTBATCH_NO is in the ITH record. The INVENTORY_PART_IN_STOCK record will be gone when the lotbatch is „finished“.
hope that helps
Michael
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.