Search code examples
abappurchase-orderbadi

How to call ABAP code after releasing a Purchase Order?


I want to trigger an IDoc or Web-service after releasing a purchase order. What is the best way to do it? Via output determination (what would be the condition in this case?) or via a BADI or user exit?

Best Regards


Solution

  • You can try M06E0005 user-exit. It is used to change release role determination during release workflow events and can be utilized to run custom code.