on 2009 Oct 17 6:16 AM
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
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
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
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.