‎2008 May 13 7:38 AM
dear friends
what ever mails i was sending through sap it's sending. but the problem is, it's taking tooooo long time to send. in the SCOT all my mails are showing under waiting. how to solve to send mails fastly.
regards
‎2008 May 13 7:41 AM
Click on the start send process button (Ctrl + F7) (last button on the toolbar)
then click on send
If you want to do it via coding, then run the following code
SUBMIT RSCONN01 WITH MODE = 'INT'
WITH OUTPUT = 'X'
AND RETURN.Edited by: Kris Donald on May 13, 2008 12:12 PM
‎2008 May 13 7:41 AM
Click on the start send process button (Ctrl + F7) (last button on the toolbar)
then click on send
If you want to do it via coding, then run the following code
SUBMIT RSCONN01 WITH MODE = 'INT'
WITH OUTPUT = 'X'
AND RETURN.Edited by: Kris Donald on May 13, 2008 12:12 PM
‎2008 May 13 10:12 AM
dear donald,
thanx for response.
it solved my problem but when i put that code in program and executing at the end it was popuping a message box, when i click it was sending.
can't we do this without message popup.
inputs plz.
‎2008 May 13 10:55 AM
‎2008 May 13 7:42 AM
hi,
in scot chck this:
Maximum waiting time for repeat send attempt procedure:
if it is set for more time thy will get moving slowly.
reward if hlpful.
‎2008 May 13 7:42 AM
Hi,
There is configuration as to mails sholud be automaticallu processed or it shoukld be manually processed.
Check the setting with your basis administrator
Award points if it helps
‎2008 May 13 7:42 AM
Hi,
Generally, SAP will send all the mails at a time in a periodical time. This time is can be change by a BASIS consutant.So consult your BASIS consultant regaridng this.
Thanks,
Santosh.