‎2007 Feb 06 5:14 AM
Hi All,
I am sending an email from SAP to the external services.The problem i am facing is that the email reaches the destination after one day.Whereas the requirement is to recieve the email the moment it is sent.
Can we use event driven Function Module for this from SM62.If the answer is yes wat is the function module name???
Can someone tell me how to do that??
Thanks,
Supriya Manik.
‎2007 Feb 06 5:17 AM
Hi,
Basically the job that triggers the email will be set up once in a day..
After using the email fm to send the email..Have the following code..
SUBMIT rsconn01 WITH mode = 'INT' AND RETURN.
This will move from the waiting status to start processing..
Thanks,
Naren
‎2007 Feb 06 5:17 AM
Hi,
Basically the job that triggers the email will be set up once in a day..
After using the email fm to send the email..Have the following code..
SUBMIT rsconn01 WITH mode = 'INT' AND RETURN.
This will move from the waiting status to start processing..
Thanks,
Naren