on ‎2020 Mar 29 7:14 AM
Business Scenario-
Inbound delivery contain 1 pallet with 10 boxes. Now business want to put away only boxes in final storage bin without pallet.
How can i automate this process.
Current process steps which I'm following
1. Create complex unload warehouse task
2. Move Material from GR zone to Decon Work centre (Single HU warehouse Task)
3. Deconsolidation activity at work center
4. Final putaway warehosue task for each Box (10 put away warehouse tasks)
Please guide.
Request clarification before answering.
Hi Abhijit,
Try the following.
Your inbound delivery in EWM will have the nested HU via auto packing or ASN.
i.e say 1 Pallet -> 10 Carton
Just go to /SCWM/PACK -> Find your Pallet HU -> Click on Icon Empty. This will now automatically remove the Pallet HU and now you will be left with 10 Cartons. Click Save, refresh Now select these Cartons and Click on icon 'Complete process step for HU' .. This creates putaway warehouse tasks for your cartons which are now ready for putaway in RF.
You can actually avoid all the deconsolidation steps/ or the setting of the DEKO work center for your simple requirement.
Try it and let us know if it helped.

Best Regards,
Manan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
To achieve this requirement we used /SCWM/EX_CORE_CO_UNP_OUTHU badi.
Regards,
Abhijit
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
...just an idea - did not try whether it would work:
- adjust the customizing for the work center storage type to not allow HUs (should be deleted upon putaway)
- maintain quantity classificator for your boxes in destination storage type
- maintain rounding parameter in WPT to round down to single units
Really no idea whether this works. Just some thoughts that came to my mind. Might not solve to 100% but combination with small dev might work.
Regards,
Hendrik
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Abhijit,
To my knowledge this won't be possible in standard.if i understand correctly the below is your requirement.
1) you receive Inbound delivery through ASN where HU Information also exist in ASN message so the nested hu's will be created in ECC Delivery 1 for each box & all boxes into 1 pallet.
2) the delivery will distributed to EWM with the same.
3) now in EWM you can use the multi step movement( IB01, IB02 , IB03 ).
4) Create a new WPT O065 by copying 3065 & maintain propose confirmation & confirm automatically & keep this WPT against your IB01.( so that task will get created & confirmed automatically to Decon station).
5) Custom Logic: Create new PPF with empty schedule condition & with start condition as the source bin your decon bin & delivery have nested hu's.
a) create a separate work center which exclusively used in the program
b) deconsolidate the Nested HU & do HU Complete in PPF Execute.
Note: the PPF should be written in a way if it is re-executed then it looks for deconsolidating nested hu's & if no nested hu's then try to close the open hu's of that particular delivery.
then rest is standard put way warehouse task creation..
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 17 | |
| 16 | |
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.