on 2009 Mar 20 10:15 AM
Hi,
How to get the Step outcome value from the table for the executed workitem.
Regards,
Rani.
Hi ,
Message was edited by: Anjarikram Diggewadi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Call FM SWL_GET_PROCESS_STEPLIST for the WF ID
The result you are looking for is in field RESULT_TXT of the parameter WFM_STEPLOG. Since it is a Tables parameter, you may need to read through the table for the specific NODE_ID of the step of interest.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
can you explain your scenario in detail?
Regards,
Surjith
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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 |
---|---|
69 | |
13 | |
11 | |
10 | |
9 | |
9 | |
6 | |
6 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.