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

Automatic Warehouse Task Creation with Warehouse Process Type

0 Likes
2,067

Hi there,

I'm trying to have the system create automatic warehouse tasks. One special feature here is: I want to control it by the warehouse process type.

It all works perfectly, when I use the standard condition table. But it does not work with my customized condition table where I implemented the warehouse process type as a criteria.

What I did so far:

1. )I implemented the warehouse process type within the field catalog

field-catalog.png

2.) Created a new condition table with the warehouse process type from the extended field catalog

condition-table.png

3.) Maintained the access sequence

access-sequence.png

4.) Maintained the condition type

condition-type.png

5.) maintained determination procedure

determination-procedure.png

6.) Assigned determination procedure

assigned-determination-procedure.png

7) Finally I maintained the condition

condition-maintained.png

Problem: When I post a goods receipt it does not attempt an automatic creation of the warehouse tasks.

problem.png

What did I wrong? It would be really great if someone of you can help me.

My goal is to only create automatic warehouse tasks for certain materials that have a certain warehouse process type.

Thank you already in advance.

Sincerely,

Dennis

Accepted Solutions (1)

Accepted Solutions (1)

Hi Dennis,

WPT information exist at the item level but PPF Warehouse task Creation will trigger at header level so this information will not be available also you may have different WPT. i have similar requirement like this for determination of wave template based on WPT for rush orders so i implemented the below BADI.

Answers (1)

Answers (1)

PatrickMueller
Product and Topic Expert
Product and Topic Expert
0 Likes

Hello Dennis,

What is the selection logic for your PPF action?

The deafult that comes with EWM standard is "Selection Using Report". If you did not reconfigure/overrule this setting, your actions are not executed immediately (but registerd and can be triggered by Tx SPPFP)

regards,

Patrick