on 2023 Feb 19 9:38 PM
Hello Experts,
I have two Source Storage Types: LOW and HIGH
I have two Queue : MIXED and NORMAL
My requirement is when a picking WO is created (having multiple WTs) where source Storage types are a mix of LOW and HIGH , the Queue should be 'MIXED'.
On the other hand, when a picking WO is created where source Storage type is only LOW, the Queue should be populated as NORMAL
Is there any way to achieve this via configuration or BAdI with minimal bespoke coding?
P.S. - I am aware that BAdI '/SCWM/EX_WHO_CREATE' is used to create WO from scratch but then SAP will leave normal processing of WO creation.
Any help would be appreciated.
Thanks
Request clarification before answering.
Hi!
Try to use ENH at the end of fm /SCWM/WHO_PARALLEL_CREATE to replace queue.
BR,Alex.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
dominik-tylczynski - I have tried /SCWM/EX_RSRC_QU_DET - but the import parameter on this BADI only deals with one WT at a time. Therefore, no way to know if the other WTs on the Warehouse Order would have LOW or HIGH and thereby it can't be concluded about what Queue to plug in.
Thanks,
Amit
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
that is difficult.
As the queue is determined by WT, you can not use information of the source storage type, as this would lead to different queues and different WOs.
Out of my head I do not know how to achieve this by customizing.
Brgds
Juergen
---
All the above is no official SAP statement.
Want to learn EWM?
Check for EWM courses: https://training.sap.com/trainingpath/Applications-Extended+Warehouse+Management-EWM+in+S4HANA
Get a SAP Learning Hub Subscription: https://training.sap.com/learninghub
And it is EWM. NOT eWM - Duh!
And if your question includes the word "transfer order" - do NOT tag the question with Extended Warehouse Management!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
10 | |
5 | |
4 | |
4 | |
2 | |
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.