on 2007 Feb 26 2:41 PM
Hi Experts,
I am having a requirement to send the mails to the particular roles, when the status of the document is changed.
how can I accomplish my requirement?
Hi,
1. Create a task with the business object: Selfitem
method: sendtaskdescription
2. Put the mail contents in the Description tab page of the task.
3. and in the Agent assignment of task - select the option Role and mention the role to assign.
Hope this will solve the problem.
Reward with points if the problem solved.
With regards,
Manikandan R
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Use the T-Code PPOMW and create a new role.
Thn use the f'n module SWI_GET_USERS_OF_ORG_UNIT to get the users under the rule.
The actor_tab table recieved from the function module wd contain the users.Pass this table to a multicontainer element and Use the same element in the Send mail step.
hope this will help.
Regards,
Sam
Message was edited by:
samson lam
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
To a mail step you can not send a mail to the rule directly but indirectly:
.....________________
.....|wait step for event|
.....----
........_|______________________
......|.Rule filles the internal table|
......----
.......__|____________________________
......|.Sending mail to internal table users|
......----
.........|
.........|
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Arasu,
you have some possibilities to do that.
I would in my 620 system in mail sending there is no rule to assign directly.
I create a background task before mail sending step, which process the rule and fill an internal table with the result (for example organisational object).
This internal table you can use then to send the mails.
Regards
Tibor
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
82 | |
12 | |
10 | |
10 | |
10 | |
9 | |
8 | |
7 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.