Application Development 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: 

wait for communication service

Former Member
0 Kudos
1,146

Hi, I used SAPoffice to send mail to internet user, it said " it is still in the queue, wait for communication service", where should I change? why it happened?

thanks a lot!kitty

4 REPLIES 4

Former Member
0 Kudos
141

Hi kitty,

1. This is the normal behaviour !

2. when we send mail thru our abap code,

it does not go immediately,

rather it is sent out

at pre-defined intervals (which are set by basis team

in scot settings)

3. to send now,

open scot,

EXECUTE

and then click ok ok.

4. in abap code,

after sending mail thru fm,

just use this code:

SUBMIT 'RSCONN01'

WITH MODE EQ 'INT'

AND RETURN.

(this will send mail IMMEDIATELY thru abap code)

regards,

amit m.

former_member188685
Active Contributor
0 Kudos
141

hi,

use <b>SCOT</b> transaction and manually try to send it.

Regards

Vijay

0 Kudos
141

thanks a lot! yes, it is OK now,

Former Member
0 Kudos
141

Dear All,

I am basis guy, i tried same but it not send broadcast mail it send only sbwp crated mail.

sachin