2006 Apr 03 7:10 AM
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
2006 Apr 03 7:14 AM
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.
2006 Apr 03 7:19 AM
hi,
use <b>SCOT</b> transaction and manually try to send it.
Regards
Vijay
2006 Apr 03 7:30 AM
2007 Jul 20 8:14 AM
Dear All,
I am basis guy, i tried same but it not send broadcast mail it send only sbwp crated mail.
sachin