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

EMAIL

Former Member
0 Likes
282

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
245

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

1 REPLY 1
Read only

Former Member
0 Likes
246

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