cancel
Showing results for 
Search instead for 
Did you mean: 

Automatic goods issue HU

jfrancx
Explorer
1,277

Hi,

Currently looking for a solution to the following:

Is there a way in EWM to automate the goods issue of an HU (not delivery).

Things tried so far:

1. /SCWM/ADGI: Only allows the posting of HUs without a document reference.

2. PPF to Post Goods Issue which triggers at status change of Loading: Will not goods issue if picking is not completed. This PPF triggers for the delivery header and hence in the scenario where we can only pick a partial quantity (pick denial, stock discrepancy, blocked bin, ...), this will not work for my requirement.

3. Looking for a report in SE38 to achieve this.

Basically looking for some way to empty a bin or goods issue an HU without further manual interference.

The ideal solution would mean no development.

Thanks in advance for any tips.

Kind regards,

Jonathan

0 Kudos

Hi Johnathan,

Can you share the PPF Action that you set up? I'm looking to do something similar.

jfrancx
Explorer
0 Kudos

Hi Lauren,

Sure!

Action profile /SCWM/PDO_01.

Action definition /SCWM/PDO_01_POST_GI with schedule condition /SCWM/GM_POSTING.

You will need to create a custom condition table with a trigger for the status change e.g. NSFI (not started to finished).

As stated, picking needs to be completely finalized and loading needs to be completely finalized.

Good luck!

Kind regards,

Jonathan

Accepted Solutions (0)

Answers (2)

Answers (2)

yaping_wang2
Active Participant
0 Kudos

What you can use the TU process. Loading picked HU into each individual TU, system will split the delivery and PGI all linked HU automatically.

Or What else exactly you would like to achieve?

yaping_wang2
Active Participant
0 Kudos

By the way, you assign by HU instead of delivery to TU. Pick HU must be in staging area.

jfrancx
Explorer

Simply put, I want to achieve an automatic goods issue of the HU at staging. I have achieved in Posc and using a specific wpt to load automatically after staging. Just the goods issue is left. We’re trying to avoid moading onto TUs.

yaping_wang2
Active Participant

You can add one PPF action in TU profile using the method call /SCWM/GM_POSTING and set condition to start it only after loading is completed.

If you would like to HU level, I didn't find a way to do so. Maybe need more time to investigate.

yaping_wang2
Active Participant
0 Kudos

Also forgot to mention - you can always use pick denial e.g. if you are short picked, to auto adjust outbound delivery to make sure it is completed instead of leaving it partial completed.

yaping_wang2
Active Participant
0 Kudos

Go to PRDO / HU tab, select the HU you would like to PGI, click Good Issue button. Before you do this, make sure your HU is already in staging bin.

jfrancx
Explorer
0 Kudos

Hi,

Thanks for your answer. This would indeed be the manual way to achieve this but I’m rather looking for a way to automate this process thus removing the need to click that button.

Kind regards,

Jonathan