Hi gurus.
I've faced one problem with sending emails.
I need to do this in user-exit in stansart SAP-Transaktion that is called in "Update Task" mode.
Therefore it's not permitted to use SUBMIT statement, so I am not able to "SUBMIT RSCONN01" after sending mails with FM 'SO_DOCUMENT_SEND_API1'. The one way is to schedule the job with RSCONN01 to execute for example every minute, but it's not very nice. May be anybody know the FM-analogue of the Report RSCONN01? Or the way to send the queue of mails without submitting RSCONN01?
Thank for your help