cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

All the tasks executed from the begining of the workflow till it gets completed, who is the agent executed each task.

Is this information available in any workflow tables/ tcodes?

I have couple of workflows in my system. A audit report is needed for each workflow with the above details. Any inputs will be appreciated.

0 Likes
View Entire Topic
Former Member
0 Likes

Hi Indira,

instead of looking for tables you can check the function 'SAP_WAPI_WORKITEMS_BY_FREQUENC' .

With this function you can look for the tasks' istances executed in a time range defined and if I don't mistake in the output table 'worklist' you should find the info you need.

Regards,

Gianluca