cancel
Showing results for 
Search instead for 
Did you mean: 

[Work Item] Passing parameters to UWL Detail

guillaume-hrc
Active Contributor
0 Kudos

Hi,

I am using the 'parameters passing through URL' method in order to directly point to some content of the PCD.

Is this possible to apply this to the UWL Detail by passing ALSO the Work Item we want to display ?

I tried something like this but I didn't manage to display anything.

<b>http://<server>:<port>/irj/portal?NavigationTarget=ROLES://portal_content/every_user/general/uwl/com.sap.netweaver.bc.uwl.ui.uwlDetail?sap_uwl_action=viewDetail&sap_uwl_selecteditem=730</b>

I think there might be some kind of link with the UWL Overview, preventing people from accessing Work Items of others !!

Thanks in advance for your replies.

Cheers,

Guillaume

Accepted Solutions (0)

Answers (2)

Answers (2)

guillaume-hrc
Active Contributor
0 Kudos

Old question

guillaume-hrc
Active Contributor
0 Kudos

Hi,

As a workaround, I tried the following syntax :

<b>http://<server>:<port>/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fevery_user!2fgeneral!2fuwl!2fcom.sap.netweaver.bc.uwl.ui.uwlDetail?sap_uwl_action=viewDetail&sap_uwl_selecteditem=123456&sap_uwl_calling_page_key=<pcd_path_to_calling_page>.com.sap.km.Overview_2%2fcom.sap.netweaver.bc.uwl.uwl_iview&HistoryMode=0&TarTitle=ItemDetail-+<Title_of_the_Work_Item></b>

But, this brings up 2 issues :

- the page opens outside the Portal framework (no Masterhead, no TLN, no Detailed Navigation, ... )

- how to determine the sap_uwl_selecteditem ?? It is different from the ID of the Work Item in the Backend.

By the way, what is the difference between the syntax just above and the previous one (NavigationTarget) ?

Thanks in advance.

Cheers,

Guillaume