on 2007 Feb 02 2:51 AM
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.
Hi Indira.
If you don't have any specific probably you can use standard transactions: SWI2_DURA - Information on the processing duration of work items of the specified type or for the specified tasks, whose processing ended in the period
SWI5 - To establish the workload of individual organizational objects (users, positions, jobs, work centers or organizational units) by look into the past ("completed since..."), the future ("to be processed by...")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If i check the table entry in swwwihead based on wi_id i don't have a agentid filled for workitems which are in status 'ready' ,because they are not processed by an agent.
SWI5 is listing the workitems based on agent.
Would like to find the agents for all the workitems which are in status 'Ready'.
Any inputs will be appreciated.
Thanks,
Indira.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Check the table <b>SWWWIHEAD</b> for getting the Agent of the workitem.
Regards
<i><b>Raja Sekhar</b></i>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
68 | |
9 | |
8 | |
7 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.