cancel
Showing results for 
Search instead for 
Did you mean: 

Custom logic for Replenishment

Former Member
0 Kudos

Experts,

I have below custom logic to be implemented for replenishment,

- Warehouse has fixed as well as overflow storage types. While doing replenishment for a product, if there is a fixed bin then it should be filled up first. Assuming there are no fixed bins or no (more) fixed bins then overflow bins should be filled.

I would like to split up in overflow bins - Assume my replen. qty is 2 HUs(i am performing full pallet only) and assume there are no fixed bins. In this case, i will have to pick overflow bins. Say i get first overflow bin which has space for 1 HU. In this case the remaining HU should go to next overflow bin.

I am using BADI  /scwm/ex_core_pts_nbin_nrm for this requirement. I see that this BADI is called only at storage type level. In my case, this behavior does not allow me to fill multiple overflow bins as they are getting filled with replen. quantity. For the same above example, BADI gets called for overflow storage type and i am able to propose first overflow bin which can hold 1HU. Warehouse task gets created as expected for this bin. But the other HU which has to be replenished is not getting replenished as BADI does not get called again for same overflow storage type.

Please share your valuable inputs.

BR,

Aspire

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Experts,

This is order related replenishment scenario.

My storage type seq is as below,

Seq no 1 PICK (Fixed bin)

Seq no 2 OFLO (Overflow)

I would like to fill multiple bins in overflow storage type in case there are no fixed bins left for filling replen qty & in case overflow bins are getting filled and still replen qty (HUs) are left.

Let me give similar example again,

Replen qty for storage type PICK is 2HUs. As per storage type seq. BADI gets called for storage type PICK first. There are no fixed bins which can accept 2 HUs. Standard code fetches the next storage type which is OFLO(Overflow). I have 2 overflow bins out of which 1 has the product filled already & has space for 1 more HU. Another bin is empty. I have to propose the bin with product filled first before empty bin. I do it & warehouse task gets created to fill 1 HU for this OFLO bin1. But since BADI is called only at storage type level, its not called again.. So i am not able to replenish the 2nd HU to overflow bin2.

Please let me know if my thread is not clear.

BR,
Aspire

Message was edited by: Aspire WF

Former Member
0 Kudos

Can you please tell me whether this requirement is valid & feasible. Thanks.