‎2014 Aug 06 8:27 AM
Hi Friends,
When i execute my program , automatically the mail has to go. but it is stuck in SOST. again i want run the manually SOST. which do not like by end user. how can i make automatically (immediately mail has to go).
Regards,
Muralidhar
‎2014 Aug 06 8:29 AM
Hi,
If you are using CL_BCS class, then use the method SET_SEND_IMMEDIATELY.
Thanks
Bharathi
‎2014 Aug 06 8:30 AM
Hello Muralidhar,
Schedule job for program"RSCONN01" to send all unprocessed mails of your PRD system . In quality environment this program is not run in background to stop outgoing of mails .
Thanks
‎2014 Aug 06 8:30 AM
You need to chat to your Basis team. I believe there is a program that is scheduled by them to run every 10 minutes or so to send these emails.
‎2014 Aug 06 8:34 AM
‎2014 Aug 06 8:41 AM
Hello Muralidhar,
please Schedule program"RSCONN01" ,it will push all mail according to the job schedule or if you are working any ZDEVELOPMENT THE TRY LIKE THIS
SUBMIT RSCONN01 WITH MODE = 'INT' IF WANT OUTPUT = 'X'.
Thanks
Sam
‎2014 Aug 14 11:35 AM
‎2014 Aug 14 12:23 PM
Hi,
SOST Tcode scheduled to executed on particular interval (Time Gap). And the time gap decided by BASIS so at end of your custom program use
SUBMIT RSCONN01 WITH MODE = 'INT' IF WANT OUTPUT = 'X'.
which immediately dispatch ur mail , does not wait for time .