‎2008 Dec 09 5:41 AM
Hello Experts,
I want to send mail notification whenever "Separation" activity perfomed in IT0000 using dynamic actions. Dynamic action already created and it is working fine for one user now another user want in same way.
Here is code written in dynamic action:
*GENERATE MAIL FOR Z7/ZG SEPARATION*
P T001P-MOLGA='10'
P PSPAR-TCLAS='A'
P P0000-MASSN='Z7'/X
P P0000-MASSN='ZG'/X
P PSAVE-MASSN<>P0000-MASSN
M Z0007
M Z0023
How and where do i add the email address of other user so whenever any action performed in IT0000 both user will get the email notification?
Regards,
Saurabh
‎2008 Dec 09 6:11 AM
Dear
actually i couldn't get your requirment
you mean only in this part e-mail send for one user or you use another separate part for e mail
then post that code also
if you want send e-mail i'll send you a code with html format.
describe your program more.
it will help to give solution.
‎2008 Dec 09 6:42 AM
Hi Nelson,
Yes, currently mail is triggering only to one user through dynamic actions. now i want to trigger mail not only to one user but to two users using dynamic actions.
How the mail is trigger to one user?
where do we maintain user ids in the system related to dynamic actions?
following code is written for sending a mail:
000010 D TCLAS
000020 A D INFTY
000030 A 0000 &Z0023=IDTXT Z0007_MAIL_SEPARATION, NEXTR A
000040 A 0000 A &Z0023=OUTBX X, NEXTR B
000050 A 0000 B &Z0023=DISTR, NEXTR C
000060 A 0000 C &Z0023=NAME1 ZPACD, NEXTR D
000070 A 0000 D &Z0023=TCODE PA40, NEXTR E
000080 A 0000 E &Z0023=PABEG P0000-BEGDA, NEXTR F
000090 A 0000 F &Z0023=PAEND P0000-ENDDA,
how do i find out for "SEPARATION" action performed in IT0000 it will trigger the mail to whom?
Saurabh
‎2008 Dec 09 6:52 AM
Hi
check the program Z0007_MAIL_SEPARATION
you can get idea about send mail
that is z report
if you unable to get post it here i'll give my support
‎2008 Dec 09 9:57 AM
Hi Nelson,
Z0007_MAIL_SEPARATION is not a program.I tried to search but it does not exist.
‎2008 Dec 09 10:35 AM
Dear Saurabha
can you please post hole program here then i'll try to find any solution.
‎2008 Dec 09 12:35 PM
Hi Nelson,
Issue got resolved. All email ids are maintained in SO04 Tcode.
Appreciate your Help.
Regards,
saurabh
‎2008 Dec 10 2:20 AM
Hi Saurabh
its ok, your welcome. my dear
so how it work, when you add names to distribution list, is it sending automatically?
when you idle please describe me
Thanks in advance
‎2010 Dec 13 5:57 AM
Hi Saurabh,
How r u doing
Need one small help is it possible you can send me the Feature Z0007 and M Z0023
screen shot. My requirement is also same
I know itvery big time now but please try if it possible
With Regards
Vikrant
‎2011 Aug 08 7:40 AM
Hi Saurabh,
I am also trying to send an mail through dynamic actions but mail not trigger. can u suggest me what is actually to do for sending mail in dynamic actions .
Regards,
Anish
‎2011 Aug 08 11:27 PM
Two points
1) multiple recipients is about adding users to a group in Business Workplace
2) If you want to send email, then read some of the documentation for Feature M0001, which is the SAP example
Cheers, Al