on ‎2009 Mar 20 10:15 AM
Hi,
How to get the Step outcome value from the table for the executed workitem.
Regards,
Rani.
Request clarification before answering.
Hi,
Can you brief your requirements.
Regards,
Raj
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Rani,
For database tables you can refer to tables:
SWWLOGHIST - History of a work item
SWWORGTASK - Assignment of WIs to Org.Units and Tasks
SWWUSERWI - Current Work Items Assigned to a User
SWWWIHEAD - Header Table for all Work Item Types
SWWWIAGENT - Gets agents assigned to a workitem
You can you FMs like SAP_WAPI_GET_WORKITEM_DETAIL, SAP_WAPI_CREATE_WORKLIST as per your requirement.
Hope this helps!
Regards,
Saumya
Sorry , Sorry
Check the FM SWD_GET_WORKFLOW_DEFINITION and the table parameters STEPS you will get the outcome
and in the parameter WFD_TEXT of Tables section
The Values that needed to be passed for the parameter
WFD_HEADER = WS9XXXXXX ACTIVE VERSION NUMBER (0000) and S
ACT_OBJECT_EXT = WS99XXXXX
and execute the outcomes related to the workflow are displayed in the WFD_TEXT table
| 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.