Trigger e-mails based on purchase requisitions
I'm trying to trigger an e-mail based on the creation of a purchase requisition. I have looked at BUS2009 but these events seem to be related to the release of the req. Thoughts?
There is an exit that is called (EXIT_SAPLMEWQ_001) when a requisition is created via the BAPI "BAPI_REQUISITION_CREATE". You can always raise the event yourself from there or just create the e-mail directly from the exit. You should check to see whether the exit gets called from the transaction and not just the BAPI.