‎2008 Oct 06 2:52 PM
Hello.
I need to submit a custom program after a delivery is post goods issue complete (commit work completes successfully).
I tried using BAdi DELIVERY_PUBLISH but it's not triggering after the commit work. It executes after a delivery change (VL02N) but not after PGI.
Any thoughts?
Cal
‎2008 Oct 06 3:59 PM
I figured out my problem. I am calling VL02N inside a 'called' FM and SAP is returning control back to the FM after the commit (as expected). The BAdi logic is therefore never executed. If the transaction had been called normally it would have executed the BAdi after the commit.