cancel
Showing results for 
Search instead for 
Did you mean: 

Getting UWL Work-items

Former Member
0 Kudos

Hi all,

I am trying to fetch all work-items out of an UWL for an user and display them.

For this reason I have taken a look at: https://help.sap.com/javadocs/NW04S/current/uw/index.html

Unfortunately I am absolutely not familiar using UWL-API and it is just overwhelming.

Does anybody have a code example and a hint, what the most important classes in UWL-API are?

Thank you for your help!

Kind regards, Patrick.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Patrick,

Go through :[http://help.sap.com/javadocs/NW04S/SPS09/uw/overview-summary.html]

Using the UWL API inside a Web Service

[thread|;

Regards

Khushboo

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Pattrick,

go through following blog

you will find the sample code to fetch UWL work item /worklist in java

Regards

Poonam

former_member185029
Active Contributor
0 Kudos

Hi,

In your NWDS, right click on the WebDynpro project you created, select properties, Then go to Java build path-> Libraries->Click Add variable-> Select Eclipse Home-> Extend-> Expand plugins folder-> com.sap.netweaver.bc.uwl.plugin_1.0.0 -> Select the jar files in lib fodler.

-Ashutosh

former_member185029
Active Contributor
0 Kudos

Also, dont forget to add the same as a library reference to the project.

-Ashutosh