Hi
I have a below scenario and need inputs
Three deliveries in a Wave
Product A: 1 pallet =10cs
Delivery 1: 13CS
Delivery 2: 28CS
Delivery 3: 16CS
At the warehouse order creation:
System must pick full pallet from pallet location and the look for total cases left to pick. if total cases is equal to 1 pallet, pick from pallet location instead of directing to case pick. The picker will pick overall of 5 pallets (4+1 consolidated by delivery cases) in this scenario from pallet location and remaining 7 cases from case pick. The 5th pallet will then be allocated to back to deliveries by breaking the pallet by minimum qty required, meaning if 2 cases have to allocated to dlv 1 and 8 to dlv 2, system will ask the user to pick 2 cases from the existing pallet and allcoate to dlv 1 instead of saying pick 8 cases from the pallet and assign it to dlv 2.
I know this is not standard in EWM and wanted to understand the BADI (at warehouse order creation) which can help putting the logic to calculate total volume in deliveries and then determine the pick strategy to pallet location. And also to sort warehouse tasks to break a pallet at allocation. I am happy to know if there is a standard way to achieve this.
Thanks
Y