cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to create WO after picking at EWM

0 Likes
2,046

Hi Experts,

as per our business, first they pick the available HUs( By RF), then need to create WO for those HUs.

How it could acheivable?

Pls suggest.

EX: obd qty 2MT, now picker will pick any HU from available stock, then automatic WO to be created against this then it should be confirm.

Please share your thoughts.

or if any BADIs available for this purpose, pls let mw know.

Thanks

Accepted Solutions (0)

Answers (6)

Answers (6)

0 Likes

Hi..

Maintained condition record against WHN.

Cond.type-0DWT

Action def-/SCWM/PDO_01_WT_CREATE

Doc.Type-OUTB

GM status-NSFI

Ch.Mode-U

Regards

Rahman

0 Likes

Hi Suraj,

Thanks for update..

But, I do not think so much complicity..

Try to split this issue into parts, so as first part. will do it at desktop, later through RF.

OBD- distributed to EWM.

Picker pick the HUs from the BIN(there is only one BIN - No pick strategy)

After picking complete, WO created

So here I need auto TO confirm..

1. flagged for auto TO confirmation at WHPT

2. Maintained condition record for as below

But still auto confirm - not happening..

Pls suggest where to check.

Thanks..

surajtatpalliwar
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Rahman,

I understood as below,
"the system creates the warehouse task without reference to a HU, which means that the created warehouse task does not contain a specific HU"

If yes then update storage type setting as below

Level of Available Quantity

The level of the available quantity storage bin level .

In this way system will not propose any HU only propose bin to pic. user can go with RF and pick HU he want and many he wants. If he dont confirm full qty, he can put SPLT exception and update wo/wt. in that system will create new WO/WT.

challenging part will be nest wo/wt created after split will be not just after earlier save as it gose back to queue.

you may need to write code when such split happens it comes to same user same time so he continuous to pic.

if my understating is wrong then let me know.

Regards

Suraj

JuergenPitz
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi,

after seeing you comments - the proper solution for your question is NOT to use an WM solution at all. Because what is the point in having a warehouse management solution if the picker just picks whatever suits him.

"Picker pick the HUs as per his convenient, as there is no specific picking strategy."

So forget EWM, there is no process for something like that. Work only on IM level.

Brgds

Juergen

---
Want to learn EWM?
Check for EWM courses @ https://training.sap.com/trainingpath/Applications-Logistics+Execution+%26+Warehouse+Management-SAP+...
Get a SAP Learning Hub Subscription: https://training.sap.com/shop/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!

stefan_sl
Explorer
0 Likes

Dear Rahman,

I think you can achieve this with my solution above + a PPF action /SCWM/TO_CREATE on the ODO. So when the ODO is created, the WT (and WO) is created also. Picker is then guided to bin but not to HU and can confirm any HU he wants.

Regarding your solution1: How does the picker then know where to go and what to pick if there are no WO/WT upfront? If this is a complete manual/organisational process where they even do not have RF/mobile devices then you could set the warehouse process type to *confirm immediately' and 'propose confirmation' so the WT gets created with PPF and confirmed right away.

With that szenario you should leave set up Level of avail. qty on storage type on 'HU' so the system can pick HU right away.

BR,

Stefan

0 Likes

Dear Stefan,

Thanks for detail information...

Still I am not sure for proper solution, I will update you soon.

Thanks

Rahman

stefan_sl
Explorer
0 Likes

If I understand you correctly you would like to achive that the picker decides which HU he is taking from a couple of HU that are available on the bin and have the same attributes.

This could be done with Level of Avail. Qty '1' on storage type customizing. Then EWM would create a pick task from the bin but without the HU. The picker then is guided to the bin and selects a HU which he can physically pick.

If this is not the scenario please add more context.

0 Likes

Dear Stefan,

Thanks for info.

Scenario is like this..

Outbound Delivery for 100 MT steel created and it distributed to EWM, Now picker pick the HUs(bundles) of total 100MT so nearly picker pick nearly 50 HUs(as each HU equal to 2MT).

Picker pick the HUs as per his convenient, as there is no specific picking strategy.

Now, for each OBD, no time to create WO, because picker pick same HUs which are from WO take much time.

So I think it could be achieved by either

1.Automatic WO creation after picking (for picked HUs)

or

2.Any way to avoid the creation of WO, and able to complete the picking status.

Please suggest any BADi/ or any other way to achieve this.

Thanks..