on 09-27-2012 12:51 PM
Hi All,
I have the task of configuring the settings for : Whenever a user confirms an activity in CJ20N t-code system should trigger a mail.
This mail triggering may also happen during saving of project and after activity confirmation.
So, please guide me for the path and config./settings to be maintained so achieve the task.
Regards
Ankur
Hi,
1st run SWELS to open event trace.
Then run your transaction and confirm it.
Then check in SWEL which BO event is triggerin
Then create workflow , maintain that BO event in start condition.
use proper bindin
Add mail step in workflow.
Give proper agent name in responsible agent in mail step.
test it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi All,
Thanks a lot for your time and guidelines. I really appreciate it.
@ Anjan: Hi Anjan, Now I have achieved all that you suggested in your post. One thing remains: After confirmation > Saving project > Message triggers with description: "Network XXXX saved..."
Here I need to maintain a new messages class/description(Activity XXX confirmed...) and assign the same during saving of project after activity confirmation.
Kindly let me know the path to maintain and achieve the remaining task. Also, if anything missing ,kindly add some pointers if you think the need of it.
Thanks You..
Regards
Ankur
Hello Ankur !
When the user saves the CJ20N transaction, usually project system status or user status undergoes a change.
Is your requirement is to trigger the workflow when project status undergoes a change ?
If so, in the transaction BSVW, maintain system status events with status object type, business object type and event.
You can take the help of function consultant to know what status object type should be configured and so the business object type and event.
I suppose the status object type, business object type and event would be PDN, ZBUS2001(subtype of BUS2001) and CREATED respectively.
Regards,
S.Suresh.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please have a look at CL_IM_PP_WOCONFIRM - We recently used this enhancement to do exactly what you asked for - to send email when an activity is confirmed.
Sue
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.