cancel
Showing results for 
Search instead for 
Did you mean: 

Refresh UWL task list from custom iView

Former Member
0 Kudos

Hello,

I am working with UWL on SP2 portal. I created custom iView for task Forward (using function call SAP_WAPI_FORWARD_WORKITEM). Now I have a button named Forward which opens my iView (using action handler IViewLauncher), where I select user and forward the task. But then after pressing Return button and returning into task list, the task is still there. I must press Refresh button to get rid of the (already forwarded) task.

Does anybody know, if it's possible from my custom java iView to refresh UWL task list (reload the items)? Or is there any other way to mark the task as processed, so it doesn't show in my task list (refresh UWL cache)?

Thanks,

Samuel

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Samuel or anyone,

Did you solve this issue?

I am currently working on a solution with a BSP started from the task. After completing the BSP it should return to the UWL and display the UWL without the item.

The properties of the UWL configuration are set to display the BSP in the same window (launchInNewWindow="no"). Now I have 2 issues:

- how do I return to the UWL from my BSP

- is the UWL refreshed? if not how do I refresh it?

Greetings,

Vincent

Former Member
0 Kudos

Solved the go back with the EPCM.doNavigate('ROLES://<role>/<uwl>').

If anyone has an idea for the refresh let me know... I guess there is not really a solution since there are many open posts on this.

Greetings,

Vincent

natasha_baunach
Explorer
0 Kudos

Vincent,

Do you mind elaborating on your solution please?

Thanks,

Natasha