‎2006 Dec 15 12:05 PM
hi everyone
im sending emails from a program
its working fine in one environment but its not working in other environment, i have to go to transaction sost to send the mail manually
does anybody know how to handle that?
‎2006 Dec 15 12:08 PM
Hello,
U need to submit the report
Start the send process
SUBMIT rsconn01
WITH mode = 'INT'
WITH output = ' '
AND RETURN.
If useful reward.
Vasanth
‎2006 Dec 15 12:07 PM
Hi Sia
I guess the RSCONN01 Job is not scheduled on the 2d environnement.
( This is the job which look at the emails in the queue in SOST and send them )
You have to shedule it for eg every hour or every 15min...
Hope this helps,
Erwan
‎2006 Dec 15 12:17 PM
‎2006 Dec 15 12:24 PM
--> SM36 (Job plannif)
Give a Job name ( Send mail for eg )
Give the prog name RSCONN01
And give the correct variant ( check the variant for RSCONN01, there are std variant )
Choose the frequency and save.
Then the job is scheduled.
Erwan
‎2006 Dec 15 12:08 PM
Hello,
U need to submit the report
Start the send process
SUBMIT rsconn01
WITH mode = 'INT'
WITH output = ' '
AND RETURN.
If useful reward.
Vasanth
‎2006 Dec 15 1:09 PM
‎2006 Dec 15 1:18 PM
Sia,
You can also submit the prog. RSCONN01, but It'll result in a memory dump if your abap is in background task.
Erwan