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

triggering PPF for HU warehouse task for partial line items which are goods receipted

0 Likes
1,005

Hello,

any way we can trigger PPF for HU warehouse task for partial line items which are goods receipted.

1.The BADI /SCWM/EX_CORE_CR_ABORT is not triggered for HU WT creation because of which Putaway tasks are created for all items of delivery. Following is the reason why the BADI is not triggered.

As per the standard implementation Open Qty is subtracted with HU related quantity and then WT is created when Open qty is greater than zero.

As the HU qty is subtracted open qty here is zero because of which the BADI is not triggered. Following are the screenshots.

The Screenshot above is of HU WT where LT_CREATE is empty and below is used for Product WT where LT_CREATE is not empty. The BADI will be triggered only if LT_CREATE is not Empty.

2. An alternative BADI /SCWM/EX_BT_REJ_PROC_STATUS can be used to reject Putaway creation if GR is not yet issued. But there is an issue with this HU WT partial GRs. Following is the example.

Example Case : Let’s say a delivery has 4 items and goods receipt is issued for 1st item then Putaway is triggered for all the items. Putaway creation here can be controlled using BADI SCWM/EX_BT_REJ_PROC_STATUS to allow putaway for the item for which goods receipt is done.

Now if the goods receipt is issued for 2nd item Putaway task is not even triggered – because of which putaway cannot be created and the BADI is not triggered to control.

Accepted Solutions (0)

Answers (1)

Answers (1)

Daniil
Active Contributor
0 Likes

Hi, I hope I am not missing something, but you can for example:

  1. start PPF only after full GR
  2. use POSC for WT creation
  3. use own PPF implementation
  4. Use own GR + WT function or something like this

Last time I used 3 and 4.

I am not sure regarding this part

Now if the goods receipt is issued for 2nd item Putaway task is not even triggered – because of which putaway cannot be created and the BADI is not triggered to control.

do you mean PPF is not triggered? maybe you need to check PPF customizing in this case? But it is still unclear, it could be as well partial GR, in this case you cannot decide on Material + batch level.