cancel
Showing results for 
Search instead for 
Did you mean: 

FM for SAP Inbox

Former Member
0 Kudos

Hi all,

Is there any FM which takes the user name as import parameter and returns the contents of the SAP inbox of the entered user? If you have any ideas, please help me.

Regards,

Ravikiran.C

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI

GOOD

I DONT THINK THERE IS NAY SUCH FUNCTION MODULE TO SOLVE YOUR PROBLE,YOU HAVE TO WRITE A CODE LIKE

1-CREATE A SELECTION SCREEN

2-PASS THE USER NAME IN A PARAMETER

3-YOU HAVE TO CALL A INBOX WHICH WILL DISPLAY THE CONTENT OF THE USER.

THANKS

MRUTYUN

Former Member
0 Kudos

Hi Mrutyun,

Thanks for your reply.

My requirement is show the inbox in a browser and I am develping a BSP application for the same. So, I was looking for a FM which would return me inbox contents, accepting a user. Are you sure that we dont have any such FM?

Regards,

Ravikiran.

Former Member
0 Kudos

HI

GOOD

AS FAR AS MY KNOWLEDGE THERE IS NO SUCH FUNTION MODULE FOR THIS. YOU CAN GO THROUGH THIS LINK TO GET SOME BETTER IDEA ABOUT BSP

http://help.sap.com/saphelp_nw04/helpdata/en/59/cd7daa07d711d5b66f006094192fe3/content.htm

THANKS

MRUTYUN

Answers (1)

Answers (1)

athavanraja
Active Contributor
0 Kudos

option 1. : use standard integrated ITS service (available in WAS6.40) BWSP to get the entire BWSP transaction on the web.

option2 : use FMs in function group SOI1 to read user folder contents.

Regards

Raja

Former Member
0 Kudos

Hi Raja,

Thanks for your reply. Any reply from you always helps me a lot. I am going to use the second option provided by you.

I found this FM to read the contents of user folder:

SO_FOLDER_READ_API1

And to find the folder ID this FM:

SO_USER_READ_API1

Thanks & Regards,

Ravikiran.C