<div>Hi Rick<br>&nbsp;</div>
<div>Try this out in your check FM, if the event is CHANGED then check if any workflows have been triggered, if yes then raise exception, this will prevent the workflow from triggering for CHANGED. When the event is RELEASESTEPCREATED, again check if there is another workflow, if there is KILL it or may be raise an exception as a workflow is already in process otherwise do not raise an exception and the workflow for RELEASESTEPCREATED would trigger.
</div>
<div>Normally, if you have defined your Rel Strategy correctly this situation wouldn&#39;t happen, a RELEASESTEPCREATED event would be triggered for all POs, so check that, may be with a functional guy.</div>
<div>Finally, you have an EXIT after RAISE, which is unnecessary as it would never be called after the RAISE.</div>
<div><br>Best Regards<br>Ravi Dixit </div>