Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to send a message to a users Business Workplace? (which FM)

Former Member
0 Kudos

Hi guys!

How can i send a message to a users Business Workplace inbox?

Can you help me out with a FM or where i find information to this topic.

thanks!

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Use SO_DOCUMENT_SEND_API1 (or similar) and set the receiver to a SAP user name rather than an internet email address.

Darren

3 REPLIES 3

Former Member
0 Kudos

Hi,

Use SO_DOCUMENT_SEND_API1 (or similar) and set the receiver to a SAP user name rather than an internet email address.

Darren

h_senden2
Active Contributor
0 Kudos

See https://www.sdn.sap.com/irj/sdn/wiki?path=/display/snippets/sendingEmailsandSAPMail

In the receiverlist you can set the type of user (external mail, internal mail by SAP userid is B i believe)

regards,

Hans

h_senden2
Active Contributor
0 Kudos

Or see https://wiki.sdn.sap.com/wiki/display/Snippets/SendSAPmailtospecificusersworkplace+inbox

regards,

Hans