cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

send email notification while the status of the task was changed

Former Member
0 Likes
285

Hi, experts,

Is there any possible way to realize the function mentioned in subject. I know how to send email through ABAP code. But I don't know where I should call the ABAP code in cProjects.

I have try the BADI DRP_ATTRIBUTE, it seems not work.

Could someone help me?

Thank you.

Hongg Chen

View Entire Topic
Former Member
0 Likes

Hi Hongg Chen,

Try, Badi DPR_EVENTS to capture the status change.

Method IF_EX_DPR_EVENTS~ON_EVENT.

Let me know if it helps!

Regards

Sejo

Former Member
0 Likes

Hi Sejo,

I have try the BADI DPR_EVENTS, but I cannot find suitable event. What I want to do is:

When the status of the task was changed, I can send the email notification to responsible

persion or other persions decided by customer rules.

Could you tell me the exact event name?

Thank you for your help.

Hongg Chen

nirajsikligar
Active Contributor
0 Likes

hi Hongg chen,

For sending email notification when the status of the task is changed, ther is standard workflow available incProjects.

The sample workflows WS28700005 and WS28700001 are delivered for the business object types BUS2174 and BUS2175.

For more information, see the SAP Help Portal under help.sap.com in the help for

the SAP Web Application Server 6.40 under SAP NetWeaver u2192 SAP Web Application

Server u2192 Business Management u2192 WebFlow Engine u2192 Reference Documentation u2192

Using Events u2192 Event Creation u2192 Creation of Events Upon Status Changes.

Once the workflows are set, in transaction SCOT (SAPConnect) make the relevant settings for sending e-mails:

a. Double-click on SMTP.

b. Choose Settings next to Internet.

c. Under Business Object/Reference, choose the entry HTM.

If you want to use the sample workflows, you must implement the notes 558108 and

558110.

Hope this information is helpful to you.

Regards,

Niraj Sikligar