‎2006 Sep 12 8:52 AM
I have a workflow that is triggered on CHANGE EVENT of an Object . I want to make sure that until the Delivery is updated , the workflow should not trigger .
While set up in event linkage I have specified the FM :SWW_WI_CREATE_VIA_EVENT_IBF. I am not sure , Is there any fm SWW???update??? something like that ?
Please suggest a way .
Thanks
‎2006 Sep 12 9:25 AM
Hi,
In this case you have to change WF. In WF you can create and activity where it goes and check for status of delivery and if it is true continue.
Atul