cancel
Showing results for 
Search instead for 
Did you mean: 

Warehouse task creation based on previous warehouse task confirmation

basha_shaik7
Participant
0 Kudos
783

Hi All,

Below is our requirement.

IBD created

Post goods receipt

Inspection lot creation

Warehouse task created (PPF conditions) (Source bin GR-ZONE -destination Quarantine bin)

Warehouse task confirmed (Stock moved to Quarantine bin not final bin)

UD completed (Based on follow on function a warehouse task should create and move to Staging area

Warehouse task created (Source quarantine bin- destination Staging area bin)

Warehouse task confirmed ( stock updated in Staging area bin)

Once warehouse task is confirmed another warehouse task should create to final putaway bin based on the PACI

The above is our requirement, we can use POSC or LOSC but business is not ready to use HU.

We want to use custom logic or enhancement. We are trying to use the PPF.

Request your valuable advise

Regards,

Chand

Accepted Solutions (0)

Answers (1)

Answers (1)

grecha861
Discoverer
0 Kudos

@basha_shaik7compass dollar tree wrote:

Hi All,

Below is our requirement.

IBD created

Post goods receipt

Inspection lot creation

Warehouse task created (PPF conditions) (Source bin GR-ZONE -destination Quarantine bin)

Warehouse task confirmed (Stock moved to Quarantine bin not final bin)

UD completed (Based on follow on function a warehouse task should create and move to Staging area

Warehouse task created (Source quarantine bin- destination Staging area bin)

Warehouse task confirmed ( stock updated in Staging area bin)

Once warehouse task is confirmed another warehouse task should create to final putaway bin based on the PACI

The above is our requirement, we can use POSC or LOSC but business is not ready to use HU.

We want to use custom logic or enhancement. We are trying to use the PPF.

Request your valuable advise

Regards,

Chand


Hello, @basha_shaik7compass dollar tree 

To achieve your requirements without using Handling Units (HUs) and leveraging the Post Processing Framework (PPF) in SAP EWM, you can follow these steps:

Steps to Configure PPF for Your Scenario
Inbound Delivery Creation:
Create the Inbound Delivery (IBD) as usual.
Post Goods Receipt:
Post the Goods Receipt (GR) for the IBD.
Inspection Lot Creation:
Ensure that the inspection lot is created upon GR posting.
Warehouse Task Creation (PPF Conditions):
Configure PPF to create a warehouse task from the GR-ZONE to the Quarantine bin.
Use T-Code SPPFCADM to define the action and schedule conditions.
Assign the action profile to the document type and maintain condition records for PPF schedule conditions see here: https://community.sap.com/t5/supply-chain-management-blogs-by-members/automatic-warehouse-task-creat....

Warehouse Task Confirmation:
Confirm the warehouse task to move the stock to the Quarantine bin.
Usage Decision (UD) Completion:
Upon UD completion, configure a follow-on function to create a warehouse task to move the stock to the Staging area.
This can be done by setting up a PPF action that triggers upon UD completion see here: https://community.sap.com/t5/supply-chain-management-blogs-by-sap/ewm-qm-integration-in-sap-s-4hana-....
Warehouse Task Creation (Quarantine to Staging):
Configure the PPF to create a warehouse task from the Quarantine bin to the Staging area bin.
Warehouse Task Confirmation (Staging Area):
Confirm the warehouse task to update the stock in the Staging area bin.
Final Putaway Based on PACI:
Configure another PPF action to create a warehouse task for the final putaway based on the PACI.
Ensure that this action is triggered upon the confirmation of the warehouse task to the Staging area.

Custom Logic and Enhancements
Custom PPF Actions: You can create custom PPF actions to handle specific requirements that are not covered by standard configurations.
BAdI Implementations: Use Business Add-Ins (BAdIs) to implement custom logic where necessary. For example, you can use BAdIs to determine the destination bin dynamically based on PACI.
Example Configuration
Define Action Profile:
Go to SPPFCADM and select the application /scdl/delivery.
Define the action profile and action definitions for creating warehouse tasks.
Maintain Condition Records:
Use T-Code /SCWM/DLVPPFC to maintain condition records for the PPF actions.
Configure Action Scheduling:
Go to IMG > SCM EWM > Cross Process Settings > Delivery - Warehouse Request > Action > Configure Action Scheduling.
Assign the determination procedure to the warehouse number and document type.

 

I hope this info is helpful to you.

 

Best Regard,
Gregory Chavez

basha_shaik7
Participant
0 Kudos
Hi Gregory, thank you very much for the reply. I a unable to understand what to maintain condition records to create warheouse task automatically from Quarantine bin to Staging area