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
KjetilKilhavn
Active Contributor
0 Likes

If you need to have this information with some structure (e.g. in chronological order per workflow instance) then the function module SWP_WORKFLOW_LOG_READ may help you. It returns all the SWWWIHEAD information and some additional information.

Message was edited by:

Kjetil Kilhavn

PS: it isn't released for customer use, and the function module is at least available in 4.6C, but I don't know which version you are on.