Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SCOT

Former Member
0 Likes
732

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

1 ACCEPTED SOLUTION
Read only

former_member189059
Active Contributor
0 Likes
702

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

6 REPLIES 6
Read only

former_member189059
Active Contributor
0 Likes
703

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

Read only

0 Likes
702

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.

Read only

0 Likes
702

yes, remove the WITH OUTPUT = 'X' option

Read only

GauthamV
Active Contributor
0 Likes
702

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.

Read only

Former Member
0 Likes
702

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

Read only

Former Member
0 Likes
702

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.