cancel
Showing results for 
Search instead for 
Did you mean: 

display workitems using BAPI

Former Member
0 Kudos

Hi all

I am developing a WebDynpro Application which has to display the Business workplace inbox of a user. Is there any standard BAPI for doing so.

Steve

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Let me know if that worked for you.

ravi

Former Member
0 Kudos

Hi

Yes i am able to get the workitems of a user using the RFC. Is it a standard one. Is there is an RFC to execute the workitem once i click on it.Thanks for the help

regards

Steve

Former Member
0 Kudos

Hi Steve

Yes it is a standard one. To execute a workitem use the RFC "SAP_WAPI_EXECUTE_WORKITEM". That should help you.

Let me know if you require some more information.

regards

ravi

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

Do you have Enterprise Portal installation. If you have then use the Universal Worklist.

Check this link for more information.

http://help.sap.com/saphelp_nw04/helpdata/en/57/c223be82104792a15c2df11377b9ed/frameset.htm

If you are not using EP then use the function module

"RH_INBOX_VIEW_CREATE". This is a RFC. You can pass the sy-uname as input and it will give you all the workitems in a internal table.

Hope that helps you. Let me know if you require more information

regards

ravi