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: 

How to set up follow up when using SO_DOCUMENT_SEND_API1 to send email

Former Member
0 Kudos

Hi Every experts,

My client wants to send an external email from SAP with follow up function. For example, the receiver should process the email within 2 hours after receiving it, otherwise, pop up a reminder message in microsoft outlook.

Can we use function modules SO_DOCUMENT_SEND_API1 or SO_OBJECT_SEND to do it? How to do it? Is there any example?

Thanks,

Shirley

2 REPLIES 2

Former Member
0 Kudos

/people/thomas.jung3/blog/2004/09/09/receiving-e-mail-and-processing-it-with-abap--version-610-and-higher

http://www.sapdev.co.uk/reporting/email/email_mbody.htm

Former Member
0 Kudos

Hi Shirley,

I was able to accomplish this by setting an Outlook appointment from ABAP to the intended recipient(s) (email addresse(s)).

See this link:

https://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/b035a861-5f61-2c10-d086-c4dd779dd253&overrid...

All you have to do is set the date/time of the appointment to the time you would like the reminder to pop-up (note: the recipient does not have to "accept" the meeting, it will still "remind" them of it on the date/time that you specify).

If you have found another way please do let us know as well.

Thank you,

Chris