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

Former Member
0 Likes
505

Hi,

How to check that work flow is already triggered by some one else and is not completed yet?? is there any system table where field will get updated or something like that?

Thanks.

1 ACCEPTED SOLUTION
3 REPLIES 3
Read only

Former Member
0 Likes
485

Hi

You can navigate directly from the business object to check the workflow progress. For example, while viewing a purchase order you can select "workflow" from the system menu or toolbar and you will see a list of workflows related to the purchase order. Usually just one, but if you have created a few of your own and these have been triggered you will see the status of these too. And that is not all. You also see a simplified summary of all the steps that have taken place so far including who performed them, when they were executed and which ad hoc notes were attached.

One more method is u can navigate via

Tools -> Business Workflow -> Development -> Utilities -> Automatic Workflow Customizing to check the current status of workflow customizing.

Thanks

Vasudha

Edited by: Vasudha L on Feb 19, 2008 9:43 AM

Read only

Former Member
0 Likes
485

1) You can also use SWUD transaction to see log of workflow.

2) Go to the transaction SWI2_FREQ and find out the status of the wf.

Or 3) See the workitem details and how much it has been executed in SWi1

Regs