cancel
Showing results for 
Search instead for 
Did you mean: 

Sending mail thru BSP applications

Former Member
0 Kudos

Hi,

I am fairly new to BSP and was wondering if there is any way to send mails to recipients with predefined mail address, text, subject. I tried using "mailto:" but the client wants the mail to be sending thru SAP without using default mail client (we use lotus notes here). Therefore I was looking through the documention on sending mails from BSP applications

http://help.sap.com/saphelp_nw04/helpdata/en/58/97c43af280463ee10000000a114084/content.htm

Has body implemented this and if yes can you tell me if it meets my requirements as described above( i.e. send mails thru SAP without default mail client) ?

Thanks in advance

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Call the Function module ,

SO_NEW_DOCUMENT_SEND_API1

in your BSP Progrmm.set relevant params.

Rgds,

J

eddy_declercq
Active Contributor
0 Kudos
eddy_declercq
Active Contributor
0 Kudos

Hi,

Pls don't forget to reward points and close the question if you find the answers useful.

Eddy

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Sending Emails, isn't really a BSP specific activity. You are really just using built-in ABAP functionality. Yes what is described here will do what you want. It will send the email from the backend server (quite common in the SAP world). If you need another example - here is a weblog on the same subject:

/people/thomas.jung3/blog/2004/09/08/sending-e-mail-from-abap--version-610-and-higher--bcs-interface