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 notification program to send reminders

anupam_srivastava2
Participant
0 Likes
1,429

Hi all

For infotype 0019, Monitoring of task, have to develop a Email notification program to send reminders. Do any body have code or any idea how to approach.

rgds

AJ

Hi all

For infotype 0019, Monitoring of task, have to develop a Email notification program to send reminders. Do any body have code or any idea how to approach.

rgds

AJ

4 REPLIES 4
Read only

Former Member
0 Likes
795
Read only

Former Member
0 Likes
795

Hi,

When do you want to send a Notification Mail is it once per day or how ? Explain your requirement in detail so it would be helpfull for us to solve it asap.

Thanks,

Prashanth

Read only

Former Member
0 Likes
795

Hi,

Use the Fun Modules:

UWSP_SEND_MAIL_TO_WEB or

SO_NEW_DOCUMENT_ATT_SEND_API1

to send mails.

Reward if useful.

Regards,

Anji

Read only

Former Member
0 Likes
795

Hi aj,

1. Infotype 0019 will only store data. It won't send any email.

2. For this purpose, we can develop one program,

(which will everyday run in background)

3. This program will read the data from infotype 0019,

based upon the date.

It will fetch the required records,

and send email based upon the type of notification and content.

regards,

amit m.