Trigger email on infotype change

Hi,
I want to set up a dynamic action to send an email to group of people whenever somebody changes the basic pay IT0008.
Steps I followed:
1. Create notification text in SO10.
2. Create Distribution list under Tcode SBWP.
3. Set feature M0001 where I assigned DL & text
4. Set dynamic action as follows
    0008 02 20 P T001P-MOLGA='10'
    0008 02 30 M M0001
The above didn't work. Am i missing anything?
As well in SBWP I want to send email to outlook not SAP inbox. What type shall I use there?
Please help.
Mayuresh

Hi Mayuresh,
What you have set up it is correct/ You need to activate SMTP configuration with help of Basis team to send Notification. Then you need to maintain for which action you will send Notification and after which infotype mail will trigger. See below my code in dynamic action which has been triggered for Hiring action. After saving IT0034 mail will trigger. This might help you.
0034                   06     2     P     PSPAR-MASSN='ZA'
0034                   06     3     P     T001P-MOLGA='08'/X
0034                   06     4     P     T001P-MOLGA='11'/X
0034                   06     5     F     F_GET_TEXTS(Z_XXPS_NOTIFICATION)
0034                   06     6     F     F_NOTIFY(Z_XXPS_DYNACT_NOTIFY)
0034                   06     7     M     WE001
0034                   06     8     F     F_CLEAR_DL(Z_XXPS_DYNACT_NOTIFY)
0034                   06     9     F     F_NOTIFY(Z_XXPS_DYNACT_NOTIFY)

Similar Messages

  • Generate Email on Infotype Changes

    Dear Guru's,
    I have an issue in generating Email when some changes are done in the HR master. I have done it through Dynamic action and it is working fine. But my problem is that I dont want to generate a message when I perform an Hiring Action as I have done the Dynamic Action configuration for all the Infotypes and I have activated the Feature M0001 also. So when I perform an Action of Hiring I am getting atleast 15 mails.
    So my issue now can I do some configuration in feature M0001 on the basis of T code that when an action is performed through PA40 mails will not be generated.
    When I was reading the documentation for feature M0001, I found that in the feature return atributes 3 attributes as Name1, name2 and name3. Can any one help me as what is the return value these attributes.
    Thanks in advance,
    Regards,
    Vijay.

    Hi,
    Please refer to SAP explanation:
    NAME1 - If the infotype that triggers the mail is not the
            Organizational Assignment infotype (0001), then the feature
            specified is read.
            You can define distribution lists and recipients in
            this feature. The standard SAP system contains the
            feature RCIEV, which can be used as an example.
    NAME2 - If the infotype that triggers the mail is the
            Organizational Assignment infotype (0001),
            then the feature specified will be read
            using the new data contained in infotype 0001. New data
            means data contained in an infotype record for infotype
            0001 that has been changed after the mail was sent. You
            can define a distribution list and a recipient in this
    feature.
            The standard SAP system contains the feature RCNEW,
            which can be used as an example.
    NAME3 - If the infotype that triggers the mail is the
            Organizational Assignment infotype (0001),
            then the feature specified here, will be
            read using the old data contained in the infotype. Old
            data means data prior to changing the infotype record that
            triggered a mail to be sent. You can define distribution
            lists and recipients in the feature. The standard SAP
            system contains feature RCOLD, which can be used as an
            example.
    Cheers!

  • Trigger email based on change in sharepoint list

    Hello,
    i have uploaded an access web database to SharePoint. i need to trigger an email whenever there is a change in the table of the database. kindly help how do i go ahead doing it.
    Thanks in advance.
    William

    Hi William,
    How did you upload the Access web database to SharePoint? I am wondering whether you import the Access web database table into SharePoint by creating a list.
    If yes, you can create a workflow(using SharePoint 2013 Designer) based on the list which hosts the table of the Access web database, and in the workflow, add an action "Send Email", you can set the receiver and the email body. Then in the workflow
    Start Options, set "Start workflow automatically when an item is created" and "Start workflow automatically when an item is changed".
    After the above, publish the workflow.
    Thanks,
    Wendy
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Trigger email when employee responsible is changed

    Hi Experts,
    Kindly advise how to trigger email when the employee responsible is change to another employee, is there any standard workflow to achieve the task or this needs some enhancement,,, I mean development. I assume this can be achieved out of box.
    Regards
    AM

    I would investigate if you can achieve your requirement trough workflow, as I'm not a workflow expert I can't guide you further.
    as other members already recommended You can use actions with a custom complex schedule condition, which can be done through BADI. I would have two actions
    1- will be triggered only one time, which will notificate the opportunity creation
    2- Only will trigger if emp responsible is changed, via custom schedule condition (BADI) and will be triggered N times, of course if the condition is met.
    I had written a blog which can give you sone hint, at least had very usefull links.
    Cheers!
    Luis

  • Log HR infotype changes without a Mod like Change Documents

    We need some help with a requirement. We need to monitor HR infotype changes. We would like to be able to trigger a event like a change pointer and IDOC. However, we are trying to stay away from mods to our system. We are needed fields from 0000,0001,0003,0006,0105. Most of the fields do not have Change Documents set and would required us to create a mod to flag the data elements. We also tried to trigger and monitor these changes in ZXPADU02 until we realized that once we get to 0003,0006,0105 in zxpadu02 we don't know what the person is inserting in that specific infotype, because the exit function module does not bring in information on changes to those infotypes. We would really like to be able to trigger off of a event without creating a mod. We would like to not have to run a program to read the logging files because we like the responsiveness and real time actions of triggering and not running a periodic program. We are trying to push these changes out of SAP.
    Thanks

    Have a look at HRMD_A05 this idoc type can transport the infotypes you mentioned and of course you can activate change pointers for that in bd50 (message type hrmd_a)

  • Log HR infotype changes

    We need some help with a requirement. We need to monitor HR infotype changes. We would like to be able to trigger a event like a change pointer. However, we are trying to stay away from mods to our system. We are needed fields from 0000,0001,0003,0006,0105. Most of the fields do not have Change Documents set and would required us to create a mod to flag the data elements. We also tried to trigger and monitor these changes in ZXPADU02 until we realized that once we get to 0003,0006,0105 in zxpadu02 we don't know what the person is inserting in that specific infotype, because the exit function module does not bring in information on changes to those infotypes. We would really like to be able to trigger off of a event without creating a mod. We would like to not have to run a program to read the logging files because we like the responsiveness and real time actions of triggering and not running a periodic program. We are trying to push these changes out of SAP.
    Thanks

    >
    Chris Rosecrans wrote:
    > However, we are trying to stay away from mods to our system. >
    > Thanks
    Just in case you aren't already aware of it..
    If you are on ECC6, you can enhance almost any Class/Function Module without the need for an Access key from SAP. you can insert a Pre/Post/Overwrite method..there are also several implicit enhancement points in each method/function module, where you can plug in custom code..
    Also, this thread needs to be in the [Enhancements & Modifications |ABAP Switching, Enhancing, and Adapting Standard Programs; forum.
    ~Suresh

  • Setting up Mail Connection for Infotype Changes

    Hello Experts
    I would like to set up an email notification which will be sent from the SAP to non HR personnel as soon as a Hire action is completed in order for them to know that there was an employee hired and that they need to enter relevant data in other infotypes.
    I found the option to setting up Mail Connection for Infotype Changes but is there a standard way to send a work item notification? maybe add a link to the PA40?
    Tx
    Maya

    No help available out there? If you need it explained clearer just say so and I'll do so. Thanks in advance.

  • Trigger email to outlook for PM approved notifications

    Hello Guys,
    I have a requirement to trigger email to outlook for approved notifications. Wheneever there is a PM notification created by any employee, it has to go to approval to his supervisor and once he is approved, the maintenance can create a WO to proceed. How would I acheive this. I know it can be done thru workflow but wanted to check whether I can leverage extended notifications for this function. If yes, what would be the steps. I did configured the extended notifications and set up the background job SWN_SELSEN but nothing has been triggered. How do system know to pick the pending notifications from IW29 ? is it from variant ? please help me to figure out the right way of doing this.
    Mahee.

    It's not an standard option, you should develop an ABAP function to send email according the User Status and System Status changes defined for the work orders. You should start with status validations in work orders using tables JEST, TJ30T and TJ02T, starting from AUFK-OBJNR. And for Notifications with table QMEL. Identify a user exit and use this code to send the email:
    Send mail via SAP ABAP Code - Code Gallery - SCN Wiki
    Additionally, Workflow provides a more complex functionality for this.
    Regards,
    Johnny E.

  • Service desk settings, automatic email status message change

    Hi,
    I'm working at Solution Manager 7.0 SP16. I've configured and working Service Desk scenario and it works. Now I'm trying configure automatic email at status change of messages, but It doesn't work
    I'm following spro transaction, and SAP Note 691393. I am configuring Service Desk Specific Scenario Settings -> Automatic Email at status change.
    I've checked:
    - SCOT is correctly configured and working OK.
    - Business partners emails are mantained.
    I made the configuration suggested as described SAP Note 691303 SAP Tutor. Following SAP Tutor I go to transaction sppfcadm->select crm_order->botton "define action profile and actions"->Action Profile(left view) and SLFN0001_ADVANCED(right view)->mode change->new entry...   I follow the next slides at SAP Tutor.
    At the end, when I check results, I go to the support message (transaction crm_dno_monitor) to edit-> Fast Entry->service process->status->In process and I press button save. So I go to Transaction data->Actions but any about the send mail action
    Please could you help me??
    Thanks and Regards
    Raul Aguilar

    Hi Mahantesh,
    The settings that I've defined at the start condition are:
    Transaction sppfcadm->select CRM_ORDER->button "Condition Configuration"->button technical names on->select action AI_SDK_STANDARD(double click)->change edit mode->right frame button create and select the new condition "Send an email to the author when status of message changes"->start condition tab->button edit condition->Name: Zsend_email->Condition definition:User status->Operators "="->constant "status profile"->SLFN0001 "Service Desk Status header"->Status E0002 "In process"->boton transfer condition->save button. At the end I have:
    &CRM Service Process.User    =
    Status&                                  E0002SLFN0001
    I create a new support message (help->create support message) -> transaction crm_dno_monitor->open the support message just created->button change->fast entry->service process-> status->In process->button save
    In order to test I go to Transaction data->Actions:
    I've a line: wth a red circle, Action="send an email to author when status of message has changed" and start condition:
    &CRM Service Process.User      =
    Status&                                    E0002SLFC0001
    Please could you help me?
    Thanks and regards
    Raul

  • Service Desk Settings, Automatic Email at status change of messages

    Hello experts,
    I need your help about this:
    I am configuring Service Desk Specific Scenario Settings -> Automatic Email at status change.
    I made the configuration suggested as described SAP Note 691303. Also I configured the status profile SLFN0001 in transaction DNO_CUST01, and the Action profile SLFN0001_STANDARD, both  for the SLF1 (Service basis message), but still when we change the status of messages, the email is not generated in SCOT, overview of send orders.
    I want to clarify that the configuration made for the action of send email was in transsaction SPPFCADM, selected DNO_NOTIF, and push Define Action Profile and Actions, then selected the Action profile SLFN0001_STANDARD for making he ocnfiguration as suggested in note 691303.
    SCOT is correctly configured and working OK.
    Business partners emails are mantained too.
    Thank you very much.
    Hector Longarte

    Hello. Thanks to all of you for your comments. I am answering to your questions below:
    Have you assign proper partner function to every status in action?
    I do not know where can I make this assigment.  I am thinking that this may be the cause. Please I kindly ask you to give me orientation about this.
    Have you defined condition for defined action?
    Yes, the condition was defined thru SPPFCADM. Now, I wonder if this must be configured for CRM_ORDER application as described in note 691303, or for DNO_NOTIF ??
    Have you maintained user deatils on identification tab in BP?
    Yes, the Business partners and emails adresses were correctly mantained.
    The configuration we are talking about and you want to change, is it regarding SLFN (Service Desk Messages) or SLF1 (Basis Service Message)?
    I supose that for Service desk messages we must configure SLFN, and not SLF1. Right?
    In DNO_CUST01, we have SLF1. We have not made any configuration in DNO_CUST04, it is still as original standard. Please let me know if we are right.
    You want to send an aut. email notification when status of SLF1 changes?
    We want to send email notifications to the message creator about the status change of service desk messages.
    Thank you very much.
    Best regards.
    Hector Longarte.

  • How do I delete an iCloud account from my iPad that I no longer know the password for and have no access to the email account to change it?

    How do I delete an iCloud account from my iPad that I no longer know the password for and have no access to the email account to change it?

    You will need the password. If you can't get it reset via http://iforgot.apple.com (if you remember the answers to the account's security questions then you should be able to reset it via them) then try contacting Support in your country, they should be able to reset it.
    Contacting Apple about account security : http://support.apple.com/kb/HT569
    If your country isn't on that page then try this form and explain and see what they reply with : https://ssl.apple.com/emea/support/itunes/contact.html

  • I found an old Apple id on a computer I use infreqently with an old Ipod.  I have the the Applie ID, but I do not have the password.  In addition,my email account has changed since I created this Applie ID. How can I get reset info to new email address?

    I found an old Applie ID on a computer I use infreqently with an old IPod.  I do not have the password for this AppleID.  When I use the procedure to reset the password, I cannot receive the email as my email address has changed from the original used with the Apple ID.  How can I get the reset information sent to my current email addres so I can establish a new passwod for this Applie ID? 

    FR Tecmobility is wrong, sure he means well but what he suggests will not work - signing out of iTunes Store and back in will have no effect on iCloud. Try the steps at iOS 7: If you're asked for the password to your previous Apple ID when signing out of iCloud
    You may need to contact apple tech support if none of the password change methods work for you. Ask for Account Security. They will need to verify identity, to ensure you are who you claim to be. If that goes well, they can send a password rest e-mail to any e-mail you desigate, so make sure it is one you can access.  Then reset the password. Then you can delete the iCloud account (needs the password to turn off find My Phone/Activation lock)
    keep data on phone, then sign in with your desired apple ID. Good luck. hope you get this sorted out.

  • My email account is changing soon.  How do I change my apple to new email address.

    My email account is changing soon.  How do I change my apple to new email address?

    since nobody knows what "my apple" is, I'm going to assume you're referring to your Apple ID, so.... http://appleid.apple.com

  • Got new email address. Changed the address on itunes on my computer but can not change Apple id on my phone. keeps asking for password to old Apple ID. How do I get my new apple ID on my phone so I can purchas and update phone?

    Got a new email address, changed my account on itunes to new email address. which changed my apple id and password. Works fine on computer but My phone is still asking me to sign in with old apple id. I can not figure out how to change apple id on my phone. I have sync'd my phone twice and still hasnt changed account info on phone. Any Ideas on what I need to do?

    Start with the Settings app
    Settings > iTunes and App Store > tap on your Apple ID and then tap on Sign Out
    Then sign in with your correct Apple ID and password.

  • My email address has changed and when I try to play purchased songs it asks me to authorize another computer under the old email address.  How do I play the music that I have purchased?  My account is current with the new email address.

    My email address has changed and when I try to play purchased songs it asks me to authorize another computer under the old email address.  How do I play the music that I have purchased?  My account is current with the new email address.

    You may have already done this, but try de-authorizing your computer (through the iTunes:Store menu) and then re-authorizing it.

Maybe you are looking for