‎2008 Jul 31 3:04 PM
Hi all,
I have a program running background and trying to send email.
But it is not sendind email, they are all at 'No entry in queue yet'
What could be the problem?
It is sending email while running normally.
Thanks a lot.
Deniz.
‎2008 Jul 31 3:22 PM
Hi Deniz,
Write this code after the email FM and checkout any luck
SUBMIT rsconn01
WITH mode = 'INT'
WITH output = ' '
AND RETURN.
‎2008 Jul 31 3:08 PM
After the mail sending function call
Call this Function SO_DEQUEUE_UPDATE_LOCKS
CALL FUNCTION 'SO_DEQUEUE_UPDATE_LOCKS'.
‎2008 Jul 31 3:09 PM
Deniz,
just refer:
Check the following links:
http://www.sap-img.com/abap/sending-email-with-attachment.htm
http://www.sap-img.com/abap/sending-mail-with-attachment-report-in-background.htm
‎2008 Jul 31 3:22 PM
Hi Deniz,
Write this code after the email FM and checkout any luck
SUBMIT rsconn01
WITH mode = 'INT'
WITH output = ' '
AND RETURN.
‎2008 Jul 31 3:24 PM