I'm wondering where the best place might be to trigger an event against a FO/FB handler when the FU is planned? If the FU is unplanned and replanned again I need the event to post to the FO/FB being planned.
Our guess is that the best place to do this would be under '/SAPTRX/IF_EX_BADI_EH_S~AFTER_EH_SAVE' we then have the following condition checks for posting the event:
1. Is there a TOR_TEC trackingID codeset?
2. As the event been posted?
Issue:
This location appears to work great when we FIRST plan the FU into a FO/FB. However, if we unplan and then replan the event doesn't seem to trigger. Why might this be? Is this not the best approach to triggering an event upon FO/FB handler creation?
Thanks