cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Function module for getting information about position workflow

Former Member
0 Likes
275

Hi,

Version SRM 4.

Only approval WF (workflow for position WS145000015), my customer needs a report with fields about approvers and times.

We have implemented it mainly using the FM BBP_PDH_WFL_WI_FROM_OBJECT_GET and considering the task (WI_RH_TASK=TS14508044) there we get the agent.

But when the approver approve or reject we have not seen how we can get the information specific for each position

We need to know programatically how to get who is the approver for each position when he approve and we reject.

Does anybody know what funcion modules, methods we can use

Thanks

Best regards

Jorge

Accepted Solutions (0)

Answers (2)

Answers (2)

saumya_govil
Active Contributor
0 Likes

Hi Jorge,

Check tabel SWWWIAGENT for agent assigned to the workitem.

Also check if FM SAP_WAPI_READ_CONTAINER helps you get the agent.

Hope this helps!

Regards,

Saumya

Former Member
0 Likes

Before creating any customer reports, first check standard transaction SWI5, this workload analysis tool is very powerful and gives an immediate insight in the business processes.

for custom reports you have to use a couple of the SAP_WAPI_* function modules to safely retrieve all the data you need.

Kind regards, Rob Dielemans