cancel
Showing results for 
Search instead for 
Did you mean: 

Automatic warehouse task creation after good recipt in EWM

former_member183155
Active Contributor
0 Kudos

Hi all ;

I have a scenerio in S4/HANA 1709 such a stock transfer from non-ewm storage location into ewm storage location. As you know, inbound delivery is created than i pack materials in PACK workcenter. After that, i post good receipt.

Finally, i create manual warehouse task and putaway. In this step, i want to manage process automatic warehouse task after post good receipt. I checked community but not find solution.

Steps :

1- Stock transfer to ewm storage location.

Delivery 180000037 created

2- /SCWM/PRDI --> Packing

2- /SCWM/PRDI --> Good Receipt

After this step, how can i create warehouse task automatically.

Best Regards

M.Ozgur Unal

Accepted Solutions (1)

Accepted Solutions (1)

former_member183155
Active Contributor
0 Kudos

Hi Juergen Pitz ,

I followed given steps , WT is created but it waits in queue (SMQ2).

Implemented steps :

1- Action profile : /SCDL/PRD_IN , Action definition : /SCWM/PRD_IN_TO_CREATE

Maintain determination procedure :

2- Schedule condition : Action profile -> /SCDL/PRD_IN , Schedule condition -> /SCWM/GR_POSTING , Proceed at -> Processing when saving .

3- Condition definition

It is ok !

Best Regards.

M.Ozgur Unal

Answers (4)

Answers (4)

JuergenPitz
Product and Topic Expert
Product and Topic Expert

Hi,

"After this step, how can i create warehouse task automatically."

By using a condition for the PPF action designed for this.

Check the action profile of your inbound delivery (supposedly /SCDL/PRD_IN).

Check the action definition (/SCWM/PRD_IN_TO_CREATE), look at the "processed at'" settings.

Set up the schedule condition. There even is a predefined filter value "/SCWM/GR_POSTING".

Shouldn't be that hard.

Brgds

Juergen

---
Want to learn EWM?
Check for EWM courses @ https://training.sap.com/trainingpath/Applications-Warehouse+Management-SAP+EWM
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!

former_member183155
Active Contributor
0 Kudos

Hi Juergen Pitz ,

I changed configuration such a suggested by you and everything is ok now 🙂

Figure it out .

Best Regards.

M.Ozgur Unal

JuergenPitz
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

oder bei Obi... :-). Using a condition record should also work, yes. This has the advantage that the condition record can include the warehouse number, in the schedule condition you would have to maintain the filter.

Funny enough, when I tried the schedule condition /SCWM/GR_POSTING, it did not work. With the usually assigned condition /SCWM/WHR_IN_YARD it does work (this one checks the yard status, and in a standard inbound delivery this status is set with GR posting as well. But that is probably an issue in my system.

The processed should be 4 Processing when saving document. If it is set on 1, you get the PPF action, but it is not triggered. So that does not help to do what you want.

Brgds

Juergen

former_member183155
Active Contributor
0 Kudos

Hi Juergen Pitz ,

I tried PPF Action but i selected not suitable that i hope.

I will implement your steps and inform you.

Best Regards.

M.Ozgur Unal