on ‎2008 Sep 15 5:21 AM
Hi Experts,
I need a help on tracking reports on workflow. i want to take reports on the task completed, new task and etc., these reports has to be displayed to the user whenever he required?.
for example., my application has a button (Get Reports), on clicking this button one function module has to be executed. so that i can view the reports.
or provide some suggestion to take a report in a easy way?
Thanks in Advance
Regards
SM Nizamudeen
Request clarification before answering.
Found a function module...Thanks for your replies.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Nizamudeen SM But according to your issue and the FM that you are using will not macth the requirement, as
the above FM will definitely give you the list of work items in the inbox but , it will give only those workitems
whose status is INPROCESS and READY and more over this function module does not give you the number of documents that are in the inbox.
I just want to get clear for my self that's the reason I am asking you
In the above mentioned function module you have a import parameter of type TIME and its type is SWR_TIMINT which is a structure with 4 fields
Sign - I (Inclusive) E(Exclusive)
Option EQ , NE , LE , LT
Low is creation of workitem date (e;g 23/10/2008)
High is Creation of workitem date(e;g 24/10/2008)
And for this SELECTION_STATUS_VARIANT you have to pass any one of the values mentioned below
0000 All Instances
0001 Active Instances (Running, Ready, Committed,...)
0002 Finished Instances (Completed, Cancelled)
0003 Active Instances (All)
HI,
Some of the Tcodes that you could use:
SWI1 - Workflow Log, workflow status, agents actioned, etc
SWI2_ADM1 - Work items without agents
SWI2_DEAD - Work Items with Monitored Deadlines
SWI2_DIAG - Diagnosis of Workflows with Errors
Regards,
Satish
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Look into the T-code SWI5. THis is the report that gives the Pending or completed witems per user.
Hope this helps
venu
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.