Start send process from SAPconnect (Send mail to external address)

Once an email has been created and send to SAPconnect via an SAP program you will need to start the SAPconnect send process in-order to send the email to an external address. This is done by simple executing the program RSCONN01 either manuallly or from with an ABAP using the submit statement.

i.e.       submit rsconn01 with mode = 'INT'
                    with output = 'X'
                    and return.
The send process can also be performed from within transaction SCOT(SAPconnect admin) via the utilities menu or directly using trasnaction SOST



<--SAP Email processing Home

Related Articles

Send email from SAP using ABAP code on sending data as an email attachment
Send external email from within ABAP program and include attachment
Email attachment from SAP and retain leading zeros mod in attached excel document
ABAP code to Retain leading zeros within XLS file (excel)
cl_bcs ABAP class interface to send emails from SAP
Sending Emails to external addresses from within a program using SAPconnect
Send external email from within ABAP program
Restrict access to sent emails in SOST SAP transaction
SAPconnect Administration
Send SAP mail to specific users workplace inbox
Setup PO external send to partner / vendor functionality for SAP purchase orders
SOST SAPConnect send requests transaction