Stock Transfer error "Item not found product-' ' , warehouse-

Stock Transfer error "Item not found product-' ' , warehouse-

Problem Statement: 

While making Stock Transfer receipt on receiving store MC, user get the error

“Item not found product -      Warehouse -  “
 

Version : 

iVend 6.5 Update 6

Check Points:

1. Check if Sending warehouse/Receiving warehouse contains correct mapping with In-transit warehouse or not
Go to iVend Enterprise MC->Administration -> Retail Configuration -> warehouse

 select InTransitWarehouseKey,* from InvWarehouse





2. Open the Receiving Store MC where user try to receive the stock transfer shipment, to check if product is mapped with warehouse or not.
 
Go to Receiving Store MC-> OperationàInventory -> Product -> Search the product for which user get the error -> View ->View   




select WarehouseKey,InStockQuantity,AvailableQuantity,* from InvInventoryItem where ProductKey='enter ProductKey'

3. If it is not , there is need to check   product availability  on  the Enterprise MC
Go to Enterprise MC -> Operation-> Inventory-> Product -> Search the product for which user get the error -> View ->View inventory à Check for In-transit warehouse
SQL Query/table same as step 2


4. If it is not , there is need to check   product’s availability    on  the Sending Store MC
Go to Sending Store MC -> Operation -> Inventory -> Product -> Search the product for which user get the error -> View -> View inventory à Check for Intransit warehouse


SQL Query/Table same as step 2

5. If it is not in iVend HO MC /Sending Store MC/ Receiving Store MC, then need to check the same from SAPB1
Go to SAPB1 -> Inventory-> Item Master data -> Search Product -> Inventory Data




select * from oitw where ItemCode='enter itemcode'

6. If it exist in SAPB1 , user may update Locked field -> click Update -> Unlock Field -> Click update
select Locked,* from oitw where ItemCode='enter itemcode '

7. With this process, SAPB1 will generate the integration events for this specific warehouse( missed in iVend ) and with Replication events, it will update the Product availability for specific warehouse.





    • Related Articles

    • Error at MC "Not enough quantity available in In-transit warehouse" while receiving Stock Transfer

      For Internal Use Product Version: 6.5 Update 6 Problem statement: An issue occurring where customer has done a Stock transfer in SAP (marked as for store), it has integrated to iVend Enterprise, then replicated down to the store, the transfer is at ...
    • Found error while login MC "Error encountered found in application"

      Environment: 6.6.7989 Short Description: Error found in the application Product Query:  While login in Management Console found error “Error found in the application” Resolution/Work Around: Not Applicable Recommendations /Suggestion: Ivend Database ...
    • Duplicate Stock Transfer Shipment

      Environment: iVend 6.5 Update 6 Problem Statement: While making a Stock Transfer receipt on receiving store MC, the user noticed that Stock Transfer Shipment is duplicated. Proposed Solution: CheckPoints: Check If stock Transfer Shipment Series is ...
    • Error while creating a new product group with Business Central

      Environment: iVend 6.6 Patch 7989 Problem Statement: Loyalty plans were created correctly but adding the products involved in the discount does NOT allow us to create a new group of products. Scenario: Client created loyalty plans in iVend system but ...
    • iVend Stock transfer insufficient quantity in intransit

      Problem Statement: At the time of stock transfer customer was facing insufficient quantity in intransit - but the stock at intransit was showing sufficient on View InventoryEnvironment: 6.5 Update 6 integrated with SAP 9.2. Symptoms: User was not ...