Hi guys,
I want to open a link when we double click on a work item from NWBC.
A method is created with the below code and added to a foreground Activity step in workflow.
DATA : lv_url TYPE string VALUE 'http://google.com' . "csequence.
CALL METHOD cl_nwbc=>url_launch
EXPORTING
url = lv_url.
The link is getting opened from SBWP workitem but the same is not working from NWBC.
Please suggest!
Regards,
Dhaval Patel.