cancel
Showing results for 
Search instead for 
Did you mean: 

Approver's inbox

Former Member
0 Kudos

Hi All,

If a cart is ordered and once it goes for approval,if it is with the approver(after the buyer workflow is completed) how can we see the approvers inbox via GUI???

what is the tcode for seeing the approvers inbox via GUI??

Accepted Solutions (1)

Accepted Solutions (1)

laurent_burtaire
Active Contributor
0 Kudos

Hello Bollineli,

An alternative solution to those of Ricardo and Sesetty could be to:

- first, use transaction SWI5 -> get all workitems to be processed by a user,

- second, with Work Item, use function module BBP_PDH_WFL_OBJECT_WI_GET to get document Guid,

- third, depending on Object Type, with transaction BBP_PD or function module to get detail, you will have document information.

Regards.

Laurent

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Lokesh,

Using function module RH_LOCAL_INBOX_GET we will get the user inbox items..

Give the input user id and user language.. will get the inbox workitems

In the table SWWUSERWI can also find the user inbox items

Hope it could solve ur problem

Thanks

prasad.s

ricardo_cavedini
Active Contributor
0 Kudos

Hello,

If the approver inbox is not in the shortcut menu (in left side), you can go to "Sap Easy Access" menu and click on third button from left to right ("SAP Business Workplace").

There, you have some options and if you click on "Inbox" -> "Workflow", you have all messages stored in approver inbox.

I hope it helps.

Kind regards,

Ricardo

Former Member
0 Kudos

Hi,

You can not use any Tcode when your try to view your inbox in SRM GUI. You can find the inbox located at the left side of the page (Menu Tree). Click on the link (Approval Inbox) and you will now see the message.

Regards,

RE