cancel
Showing results for 
Search instead for 
Did you mean: 

UWL application in Webdynpro Java

Former Member
0 Kudos

Hi

I have a requirement where I need to replicate the standard SAP UWL feature in a custom Webdynpro Java component.

The Webdynpro Java component will be a custom screen which will have all the features of the standard UWL.

When the users launch the Webdynpro application, he should be able to see all the notifications in his inbox and when he clicks on a particular task in his inbox, the task should perform the same things that it does when opened from UWL application. It should be able to trigger webservices or launch UI related to BPM processes.

Please provide your suggestions on this.

Thanks and Regards,

Sayan Ghosh

Accepted Solutions (1)

Accepted Solutions (1)

Abhinav_Sharma
Contributor
0 Kudos

Hi Sayan,

UWL apis will provide you the methods and interfaces to replicate the similar behavior of standard SAP UWL. You can read more about [UWL API|http://help.sap.com/javadocs/NW04S/SPS09/uw/index.html].

Make sure that UWL services are started in Portal.

There is a nice tutorial that you can refer for building UWL in webdynpro. Refer - [Accessing UWL Notifications from Web Dynpro Using UWL API|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/802bfda2-8a85-2b10-9290-d67da32d0c01?quicklink=index&overridelayout=true]

Hope it helps.

Regards

Abhinav Sharma

Answers (1)

Answers (1)

Former Member
0 Kudos

thread closed