cancel
Showing results for 
Search instead for 
Did you mean: 

SAP EWM - Exception Codes - New WT in the same bin after discrepancy

Private_Member_324719
Participant
0 Kudos
3,375

Hi,

In our project, we handle multiple HUs per bin in some storage types of picking.

When user declares a negative discrepancy in the picking, we want that a new stock removal WT is created in the same picking bin, if stock is available.

The use case is the following:

  • WT of picking is created for bin X for 30 units
  • User in RF scans source HU in bin X, having available stock 10 units
  • In the newly created WT of 10, user will declare a difference of 2 units, because the source HU has not 10 but 8 units.
  • New WT of 2 should be created in the same bin – Currently we are able to create new WT, but not in the same bin.

We are using standard exception code BIDP for this, but we found that BIDP ignores the bin where the user executed the exception.

  • Can we enhance BIDP to consider the same bin?
  • Is there any other exception code that could handle this scenario of differences + WT creation?
  • For another scenario, of damaged goods, our customer requires the automatic creation of a WT from the picking bin to a rejection bin of the damaged quantity, besides the creation of this additional WT, after the user puts exception code. This is not possible using exception codes. What would be the best approach in this scenario?

Please advise.

Regards

João

View Entire Topic
Ajit_Routray
Active Contributor
0 Kudos

Hi João,

"

  • Can we enhance BIDP to consider the same bin?
  • Is there any other exception code that could handle this scenario of differences + WT creation?" -> Did you try SPLT ?

"

  • For another scenario, of damaged goods, our customer requires the automatic creation of a WT from the picking bin to a rejection bin of the damaged quantity, besides the creation of this additional WT, after the user puts exception code. This is not possible using exception codes. What would be the best approach in this scenario?" ->As per my knowledge, current Standard approach would be create Physical Inventory.User would check the stock , then move the stock RF. Please use other Exception codes BFRP, BPRP, LSTC...

https://help.sap.com/doc/saphelp_ewm94/9.4/en-US/b5/31943d790d4a88bee1348d0d7a387d/content.htm?loade...

https://help.sap.com/doc/saphelp_ewm94/9.4/en-US/f1/e0d3b8cf084175b8616fd119160a3c/content.htm?loade...

Please let us know if you have further questions.

Kind Regards,

Ajit

Private_Member_324719
Participant
0 Kudos

Hi Ajit,

Thats the solution we found yes, using split, and calling after /PACK to declare diferences. It is working, but i wonder what would be the standard solution for this.