cancel
Showing results for 
Search instead for 
Did you mean: 

How to find who approved Workflow(levels of approvers).

0 Kudos

Hi All,

How to find who approved Workflow(levels of approvers).

I am writing a report and new to Workflow. I found WF requested users from SWW*HEAD table but need who approved the WF. we have 2 levels approvers in WF design.

How to identify the Approved users only.

Regards

Sandeep K

former_member184495
Active Contributor
0 Kudos

Hi SK,

what is the process can you elaborate more? what is the WF for? because not necessary that WF means always approvals.

Aditya V

Accepted Solutions (1)

Accepted Solutions (1)

keohanster
Active Contributor

I would take a look at SAP_WAPI* functions to see what they can do for you. Or check out this blog

https://blogs.sap.com/2013/09/13/create-a-workflow-agents-report-in-5-simple-steps/ - it might not do exactly what you want, but calling program RSWIWILS with the dialog workitem ID would get you the actual agent.

Answers (1)

Answers (1)

I am able get the approvers list from WI_ID using FM: SAP_WAPI_GET_WORKITEM_DETAIL.