Sending email after creating the notification automatically

Dear Experts,
The requirement is that when the notification is created and saved, at that moment email should be triggered automatically to specific mail ids. And after closing the notification again email should be triggered.
Kindly help in this regard.
Best regards,
Tushar

For Creating Notification
Goto SPRO
IMG-PMCS-Maintenance and Service Processing-Maintenance and Service Notifications-Notification Processing-Set wrokflow for Maintenance Notifications.
click on Assign Agents it takes to a new screen,
their  open Process Sample maintenance notification
select PMtask: Edit newly-created notification
then click on create agent assignment (press F5) on the top left corner of the screen. it pos up a new window select user and mention the concerned user there.
Come back from that screen, click on Activate Event Linking
open WS20000317
for task BUS2038 CREATED  click on the details button and tick both the options Event Linkage activated and Enable usage of event que
press enter, then you can observe the Green indicator Activated.
Now create a Notification, it will trigger a mail in SAP to the user u assigned. That user can check SAP mail box (T code SBWP, Inbox - workflow).

Similar Messages

  • Sending email after deleting the records in a table

    Hi
    I am deleting the records in a table. After deleting the records,
    i want to send an email to another person. I am planning to follow this steps.
    1. Create a trigger on the table(AFTER DELETE ON table FOR EACH ROW)
    to copy the deleted records to temporary table.
    2. Read the temporary table and send an email.
    Is there any other way we can do with out creating temporary table ?.
    Govind

    I don't know what you plan to use to send the mail but here's a solution that would work.
    -- Create a send mail procedure
    create or replace procedure send_mail (
    sender      IN VARCHAR2,
    recipient   IN VARCHAR2,
    message     IN VARCHAR2)
    IS
      mailhost VARCHAR2(30) := 'localhost';
      mail_conn utl_smtp.connection;
    BEGIN
    mail_conn :=  utl_smtp.open_connection(mailhost, 25);
      utl_smtp.helo(mail_conn, mailhost);
      utl_smtp.mail(mail_conn, sender);
      utl_smtp.rcpt(mail_conn, recipient);
      utl_smtp.data(mail_conn, message);
      utl_smtp.quit(mail_conn);
    END;
    /-- Create the trigger to email deleted rows
    create or replace trigger email_del_rows
    after delete on <table>
    for each row
    declare
    msg varchar2(2000);
    begin
    msg := 'COL1  COL2  COMPANY NAME  DATE'||chr(10);
    msg := msg||:old.col1||'    '||:old.col2||'    '||:old.company_name||'       '||:old_date|| chr(10);
    msg := msg||'END OF FILE';
    send_mail('SENDER','[email protected]',msg);
    end;
    /You can make it look pretty but you get the basic idea.

  • ABAP-Workflow : which way to send email after creating Purchase Order ?

    Hi expert,
    I'm a new workflow so I have not  understood about workflow . Please help me ...
    Today, I have recieved a request from client as below:
       +    SAP system auto send a email to USER B after  creating Purchase Orders by User A.
       *++.  USer B open email and click on the link in his/her email and open new transaction to Release this Purchase Order.*
    Could you please help me how to do that?
    Thank you so much all.

    Hi ,
    Thank you so much for your quick response.
    I found in SAP system  2 workflows:
                WS20000075 : Release of purchase order
                WS11000013 : Complete Purchase Order
    Open  transaction "SWDD" I have added the step  "Send Email" --> Active and Excute  --> enter PO number --> system auto send email to USER B.
    But I want the system auto semd email after clicking SAVE in  transaction"ME21N" , No need enter PO number in SWDD .
    How to integrate between ME21N and Workflow? Could you please helpme step by step or sample to do that.?
    Thank you so much .

  • Send email of created item to all the staff

    Hi SharePoint Designers,
    I have simple workflow to send email to staff once the item is created.
    I want to have in the body of the email as the following:
    the title of the created item , the description entered for it, and the url link that open in a browser
    what should be the fields of them?
    thanks.

    Hi,
    According to your post, my understanding is that you wanted to send email of created item to all the staff.
    It will be better if you can explain ‘the description entered’ more detail.
    To get the url link in the email body, we can use [%Workflow Context:Current Item URL%].
    In SharePoint Workflow 2010 platform, the reslut is
    http://sitename/Lists/ListA/DispForm.aspx?ID=1
    However, in SharePoint Workflow 2013 platform, the reslut is Lists/ListA/1_.000 .
    I recommend to create workflow using SharePoint Workflow 2010 platform.
    Or call the SharePoint 2010 workflow by using Start a list/site workflow action inside SharePoint 2013 workflow.
    In the SharePoint 2010 workflow, we can add action as below and start the workflow automatically when an item is created.
    Thank you for your undertstanding.
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • HT4864 I cant send email after the IOS 7. I receive all emails normaly in the outlook 2011, bus I cant receive.

    I  cant send email after the IOS 7. I receive all emails normaly in the outlook 2011, bus I cant receive. What can I do?

    Update - I now have it working.
    am not really sure what exactly fixed it.
    I changed a lot of things but my setup now has the following which I think fixed.
    outgoing server  - p06-smtp.mail.me.com
    override default port checked - port now 587
    on more options button changed it to "use incoming server info".

  • TS3276 I lost the ability to send email after upgrading to maverick.

    I lost the ability to send email after upgrading to maverick.  Has anyone  else had this problem?

    Mail troubleshooting - Yosemite
    What does Mail/Window/Connection Doctor Show? If the server is red, select it and look at the Show Details box.
    Troubleshooting sending and receiving email messages
    Troubleshooting sending email messages

  • SUBMIT an ABAP report after creating the WI but before completion of WI.

    Dear All,
    I am having an activity which sends the approval work item.
    Now my requirement is to SUBMIT an ABAP report after creating the WI but before completion of WI.
    I can not call this report before approval activity because i need to pass this WI ID to this report.
    Please suggest some way to solve this.
    Regards,
    Amar

    Hello,
    You could create a 2-from-2 fork and put the workitem in one branch and the report in the other. Have the report branch wait 1 minute and then read the workitem id from the other branch.
    What is the purpose of this report? Why does it need the workitem id?
    regards
    Rick Bakker
    hanabi technology

  • Can't send email after 3.0 upgrade

    I can receive but not send email after the 3.0 upgrade. Also, the stock and weather buttons never update.
    Email is my important issue. Any ideas?

    Yeah, I put that in the title so hopefully people would see it right off the bat. I've been in the forum, looking at threads since the update to see if I'm the only one, and seem to be. I know tons of people are seeing problems with yahoo pushing email, but that's less of a concern to me at this point. And the fact that it worked just fine until this update tells me Apple broke it with their update. Surely I'm not the only person. And switching to gmail is not a good option for me. First of all, I hate gmail. Second of all, the sbcglobal account is my main mail account for my dsl line and I use it heavily. I don't want to switch. Shouldn't have to in my opinion.
    I was in the Promenade in Santa Monica earlier, was going to ask a "Genius", but the wait to see one was ridiculous. couldn't get an appointment till Monday. I'll wait till I'm back home to go the apple store I guess. It just frustrates me because I seriously doubt they can do anything at the store I haven't done already.

  • I can't send email after iOS7 update...

    I can't send email after the iOS7 update....this is a show stopper for me.   When is a fix expected?

    First it would help if you explain exactly what happens when you send an email. 
    Do you get an error message?
    If so what does the message say?
    The abilitly to send or receive emails does not fall on Apple or the IOS 7.
    You email provider gives you that ability.
    Double check and make sure your outgoing mail server is correct.

  • Is it possible to add a rescue email AFTER creating an account on iTunes?

    I've got an issue with this fu... with the App Store - can't download any paid app just because these "security questions", that I have forgotten! I know 'bout the "rescue email", and I want to add it now, after creating the iTunes account.

    If you know the answers to your security questions then steps 1 to 5 half-way down the page that you posted from will take you to a screen where you can add one.
    If you don't know their answers then you will need to contact iTunes Support / Apple to get the questions reset.
    Contacting Apple about account security : http://support.apple.com/kb/HT5699
    When they've been reset you can then use those steps to add a rescue email address for potential future use

  • Sending mails after running the audit

    Hi,
    Please let me know if there is any standard workflow available for sending mails after running the audit. I want to inform students that they have failed in audit because of such and such subrequirement is not met.
    Regards
    Vinod Kumar

    Hi Vinod,
    If you are on Ehp4 you can use the BRF as a framework to create a custom developed event/action to send out the e-mail. Or you can copy the standard bulk program of audit calculations and create to functionality to send out e-mails after the run.
    There is currently no standard e-mail related to this process. You could check the standard workflow HRIQ_ADM_UG template to retrieve tasks to be copied in your own workflow (example HRIQ_APP1).
    Good luck
    Rob

  • Can not send emails after ML update

    I am unable to send emails after updating to Mountain Lion. Four email accounts, same problem: All settings are unchanged, but SMTP servers for outgoing mail are set as passive. No problem with incoming emails. Any suggestions?

    I thought they might be. Apple seems to forget about POP accounts, and most problems seem to occur in them.
    Do you have a backup before upgrading?
    Did Mail go through the upgrade process the first time you opened Mail after the installation? Sounds like something may have gone wrong.
    All mail accounts and emails are stored in you user/Library/Mail/V2 folder. If you have a time machine backup, just restore that V2 folder from before the upgrade (close Mail first) and see if that fixes the problem.
    To see your Library folder, click on the desktop to make it active, then go to the menu at the top, select Go, then Go to Folder and type or copy and paste
    ~/Library
    Then go to the Mail folder and open it and click on Time Machine - restore the V2 folder from before the backup

  • HT201309 Cant send email after upgrade on 8.2 ios

    cant send email after 8.2 ios upgrade

    Hi vic0215, 
    Thanks for contributing to the Apple Support Communities. 
    It sounds like you're not able to send email after updating iOS to the latest version. Be sure to try the troubleshooting steps at this link:
    Get help with Mail on iPhone, iPad, and iPod touch - Apple Support
    The tips here can help you send mail from your iPhone again. 
    All the best,
    Jeremy 

  • DSO activation problem after creating the secondary indexes

    Hi,
        I am facing the problem with DSO activation after creating the secondary indexes.
    •  Compared with Info Cubes there is no functionality available which allows dropping and recreating a secondary index before/after the data activation.
    As a workaround I can write a simple report which drops and creates the indexes on database level.
    By using a process chain, we can simply insert the drop index report before data activation and the create index report after the data activation process.
    Can any body help me step by step procedure or Material to write the programs for delete index and create index reports on DSO object?..
    Thanks in advance for your help.
    Thanks & Regards,
    Bala

    hi,
    in BI if you are using the dso for reporting then you can simply chk the settings of dso for SID generation.
    no need to create the indexes or delete it.
    if the dso is not used for report then no need to use indexes.
    Ramesh

  • HT1206 I need a work iTunes account for my work system, but used my work email address as an associated email to my personal iTunes account. Now I can't use the work email to create the new iTunes account.  how do I remove the email from my personal accou

    Since I upgraded to Mavericks from Snow Leopard I need a work iTunes account for my work system, but used my work email address as an associated email to my personal iTunes account.
    Now I can't use the work email to create the new iTunes account.  how do I remove the email from my personal account?

    You can long into an account via this page and update the email addresses that you have on it : http://appleid.apple.com

Maybe you are looking for

  • Can I use install disk from my Mac mini to upgrade OS on my iMac

    I'm currently running OS X v.10.5.8 on my iMac. I'd like to update it to OS X 10.6. I also have a Mac mini that came with 10.6. Can I just use the install disk that came with my Mac mini to install 10.6 on my iMac?

  • Battery issue after iOS upgrade to 4.1

    I have upgraded my iOS to release 4.1. After that my battery will be empty within a 4 or 5 hours. before the upgrade the battery works more than a day. Another issue is to delete emails. If I delete some mails and wait a few seconds the mail will be

  • Site Wide Media Query option is ghosted

    Hello, I am new to Dreamweaver CS6 and I am trying to set up media queries for my website design. When I got to Modify>Media Queries> the dialog box has the option for either "Site Weide" or  "This Document". However the "Site Wide" option is ghosted

  • Error while calling activityPrepare:needs to be invoked through an API call

    I try to call activityPrepare using PAPI WS from SOAP UI. I get the following error : An error occurred while processing task '0' for instance '/MyProcess#Default-1.0/4/0' in activity '/MyProcess#Default-1.0/Interactive[AgeFilter]'. The task is exter

  • Essbase Cube Linking With Sql

    Hi,experts!!!!!!! I have Essbase Studio From Epm 11.1.2.1 Version,the thing is that i have to link the Essbase cube to sql,can you suggest any solutions or can just give me info about drill back method in essbase studio...