cancel
Showing results for 
Search instead for 
Did you mean: 

ERP-WM automatic Outbound Delivery Goods Issue upon TO Confirmation

Former Member
0 Kudos

Hello all,

We have the following scenario :

Stock Transfer Order -> Outbound Delivery -> Transfer Order -> Picking -> TO confirmation

When the TO is confirmed, we customized the system to post the Goods-Issue automatically.

Now, we would like to stop the Auto-GI on specific situations. To do that we would like to use BADI, UE or Enhancement-Point.

Since the Auto-GI is done in the background, we cannot make sure which enhancement to use - Breakpoints do not help (again, because it is done in the background).

My question - does anybody know which program is run in the background for the auto-GI ? OR, does anybody know which UE etc. can be used and may stop th auto-GI ?

Thanks,

Isaac

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

To my knowledge, there is no user exit or BADI for this purpose.

A proper solution depends on the way each transaction is executed and the criteria for allowing auto GI.

If the user is confirming the transfer order in transaction LT12 and provided he knows the GI should not happen then the indicator 3 can be selected for 'Adopt Pick. quantity'. This will override the movement type config and not post the GI for delivery.

On other hand if you are confirming TO via RF transactions or batch jobs then you insert the coding logic to set this indicator where required.

Hope this helps.

Answers (1)

Answers (1)

Former Member
0 Kudos

HI

If you want to stop the automatic GI for outbound delivery during LT12 TO confirmation

Please change your setting under the customizing

Warehouse Management --- Interfaces -- Inventory Management --Shipping ---Define Shipping Control at the Movement Type Level

Regards,

Ramana

Former Member
0 Kudos

Hi Ramana,

Thank you for your feedback.

We would like to keep the customizing settings as they are, so in most cases - auto GI should happen.

We would like to stop auto-GI only on specific cases, that is why we need the programs.

Thanks,

Isaac