cancel
Showing results for 
Search instead for 
Did you mean: 

picklist update for bin and batch managed multiple items

0 Kudos
342

Following is our scenario:-

Standard processIn SAP B1, we are generating Pick List from inventory transfer request having batch managed items stored in bins. This is being done in SAP B1 ( standard process ).Customized processAs the user scans the batch managed items from bins, through DI API our code is updating the picked quantity for that batch in the picklist. In the picklist, we have multiple batches for the multiple items in multiple bin locations.We are successfully able to update picked quantity for an item.But, while updating the picked quantity for different item of same pick list, we are facing issue.Consider the following example of a single picklist updation :-Line 1 Item A Pick Entry - 0 Pickline - 0 Line 2 Item A Pick Entry - 0 Pickline - 1 Line 3 Item B Pick Entry - 1 Pickline - 0 Line 4 Item B Pick Entry - 1 Pickline - 1 If we update the picked qty of picklist in the following order :-Line 3 Item B Pick Entry - 1 Pickline - 0 update successLine 1 Item A Pick Entry - 0 Pickline - 0 update SuccessLine 4 Item B Pick Entry - 1 Pickline - 1 Update FailsThe server threw an exception. (Exception from HRESULT: 0x80010105 (RPC_E_SERVERFAULT)) orInvalid "SerialAndBatchNumbersBaseLine"; specify a valid "SerialAndBatchNumbersBaseLine or Fully allocate item "Line 4 Item B" to bin locations "N02A0017-A-07-L3" in warehouse "N02A0017"

PFA our current code sample that is working for updating picked quantity of a single item with multiple batches and multiple bins.

Accepted Solutions (0)

Answers (0)