cancel
Showing results for 
Search instead for 
Did you mean: 

View Workflow history in Web

Former Member
0 Kudos

Hi,

I have requirement to view workflow history on Web, which will be called from an ABAP Webdynpro application.

So I have an ABAP Webdynpro report for Request forms for say creating materials in the system, I would like to view the workflow history in separate window for each of the request.

If I was using SAP gui I would have used the function module SWI_WF_CONNECTIONS_DISPLAY, but is there an equivalent web application that I can call with say work item as parameter?

I tried to see what application UWL calls when View History is clicked for a work item, but could not get solution.

Regards,

Kartik.

Accepted Solutions (1)

Accepted Solutions (1)

ChrisPaine
Active Contributor
0 Kudos

Hi Kartkik,

The UWL is a java app. So calling components of it from WD ABAP will be tricky at best.

It does seem that the app you are after does accept URL parameters, so you could just launch it in a new window by building the URL:

https://<portal>:<port>/irj/portal?NavigationTarget=ROLES%3A%2F%2Fportal_content%2Fevery_user%2Fgene... <my work item id> &NavMode=3

just replace the wi_id parameter with the work item you want to see the history for.

Hope this helps,

Chris

Former Member
0 Kudos

We used RFC trace and found that function module SWF_PLOG_GET_LOG_UWL is being called in back end. We are developing a Webdynpro application with data from this function module, which will have output very similar to the UWL history. Thanks.

Edited by: KARTIK Nayak on Apr 14, 2010 3:39 AM

Former Member
0 Kudos

Question has been answered.

Answers (0)