Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Workflow on UPDATE Completion

Former Member
0 Likes
305

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

1 REPLY 1
Read only

Former Member
0 Likes
275

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