cancel
Showing results for 
Search instead for 
Did you mean: 

Workflow report

Former Member
0 Kudos

Hi Guys,

I am developing a report where i m required to show the details of workflow item

I am able to Fetch all the Details Except the Result column which is shown once u click

on workflow item button.

The Tables sww*** doesnt have the Resuklt column details.

Can u guys please tell me tables from where i can fetch it.?

Any sort of help wld b appreciated.

Thanks,

Srinath

Accepted Solutions (0)

Answers (1)

Answers (1)

bpawanchand
Active Contributor
0 Kudos

what you mean by the term Result ?

The Decision which took by the agent , I mean Approve / Reject / Review,

Former Member
0 Kudos

HI ,

Yes I want the Decision taken Wether Approved/Rejected etc..

Thanks,

Srinath

bpawanchand
Active Contributor
0 Kudos

So I suggest you to use the FM SAP_WAPI_DECISION_READ , as you have the workitem ID so simply pass the workitem id to this FM and get the Decision

Former Member
0 Kudos

Hi ,

Can U suggest some tables Please as this Doesnt seem to be working properly.

For Every Workitem Id Its giving an error " This is not an User Decision".

I dont Only Want the User decision But also the The Text Which comes in result Column

For eg: say Mail sent ,approver rejected etc..

Thanks,

Srinath

former_member185167
Active Contributor
0 Kudos

Hello,

As mentioned (by Thomas Carruth) in another thread on this forum recently,

you can find this by calling fm SWL_GET_PROCESS_STEPLIST with the top level wf id

as a parameter, in field RESULT_TXT. You'll have to search on NODE or NODE_TEXT because

it returns these results for the whole workflow.

regards

Rick Bakker

Hanabi Technology

surjith_kumar
Active Contributor
0 Kudos

Hi,

Check this Std. T.code.

SWI1 Selection report for workflows

SWI5 Workload Analysis

SWI6 Workflows for Object

SWIA WI Administration Report

SWIE Unlock Work Item

SWI30 Unlock Workflows

Refer these Tables.

SWW_OUTBOX - Lists Workflows in outbox together with status

SWW_CONT - Container Contents for Work Item Data Container

SWW_CONTOB - Container Cont. for Work Item Data Container (Only Objects)

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

Regards,

Surjith