Send mail notification on creation of substitute through SBWP.

Hi All
We create substitution for a person through SAP Mailbox. Settings>>Workflow settings>>Maintain substitute. This maintains the table HRUS_D2.
How can we send a notification mail to the concerned people (the person who has been created as the substitute) immediately? Is there a user exit for the same where we can call our FM which sends out the mail.
Please help.
Thanks in advance.
Harsh

Can anyone help me on this.

Similar Messages

  • Why Grid control will mis-judge agent state and send mail notifications?

    Sometime grid control will send mail notifications while the agent is still up.No log about network problems occur.So what about the root cause for this kind of issue?Has anyone falled into the same situation?And how to resolve?
    Thanks!

    Which alert are you getting?

  • Unable to send mails to outlook from sap system through workflow

    Hi ,
    Iam unable to send mails to outlook from sap system through work flow .Actually we r able to send mails from sap inbox to outlook successfully.But when trying with workflow we r not able to send.Please guide me that is  there any configurations required from BASIS side for work flow.Actually we configured everything like default domain .
    Please find the errors belows that  traced from sost t code
    02/13/2012     17:50:12     0380 MIME_MESSAGE_GENERATE     G     Error when generating MIME flow
    02/13/2012     17:50:12     0382 MIME_MESSAGE_GENERATE     G     Required 'From' header is initial
    02/13/2012     17:50:12     0167 SO_OBJECT_MIME_GET     G     Error during MIME Generation
    02/13/2012     17:50:12     0777 UPDATE_SOSC     G     Cannot process message in SAP System
    Regards
    RAGHAVENADAR

    Hello,
    Actually i checked the mail ID for WF-BATCH  using su01 .But i didnt find any mail ID for WF-BATCH then i added the email address of the user.Then we tried sending mail it was successfull.
    But later i removed the email address what i entered in WF-BATCH user .Even after removing the email address also iam able to send the mails through workflow.
    So iam confused whether it needs an mail address or not.But now we are able to send a mail to outlook through work flow but not able to send mails to GMAILor yahoo.For that we need to do any settings.
    ABAPer is sending mails through work flow.
    Regards
    RAGHAVENDAR M

  • Send mail notification

    hi friends,
    i have a problem:
    We use automatic e-mail notification when we create a new EP user it works when we use standard user creation iview but it doesn't work when we create a user through web service...
    i use the following code :
    try {
                        IUserFactory iuf = UMFactory.getUserFactory();
                        user = iuf.newUser("francesco");
                        user.setFirstName("francesco");
                        user.setLastName("2nd name");
                        user.setEmail("[email protected]");
                        //user.setCellPhone("");
                        Locale lang = Locale.ITALIAN;
                        user.setLocale(lang);
                        user.save();
                        user.commit();
                        IUserAccountFactory uaf = UMFactory.getUserAccountFactory();
                        if (uaf != null) {
                             IUserAccount uacc =
                                  uaf.newUserAccount("francesco", user.getUniqueID());
                             ISecurityPolicy ispf = UMFactory.getSecurityPolicy();
                             uacc.setPassword(ispf.generatePassword());
                             uacc.setPasswordChangeRequired(true);
                             uacc.save();
                             uacc.commit();
                   } catch (UMException e) {
                        // TODO Auto-generated catch block
                        return e.getMessage();
    previously tks.
    Regards
    Francesco

    Hi,
    we have the same problem and we don't think it's necessary to use the JavaMail API to send it inside the web service.
    Best regards.
    Angelo

  • Sending Email notification on creation of account

    Hi,
    Our requirement is to send an email notification when a user account gets created. I have tried the following in User Form of proxy admin
    <Field name='viewOptions.Process'>
      <Expansion>
        <block trace='true'>
          <switch>
            <ref>feedOp</ref>
            <case>
              <s>create</s>
              <s>Send Mail</s>
            </case>
          </switch>
        </block>
      </Expansion>
    </Field>but it doesn't send any notification. While in Tomcat it shows the value as below where Send Mail is the name of workflow .
    <switch>
      <ref>feedOp</ref>Resolved feedOp to create
    --> create
      <case>
        <s>create</s> --> create
        <s>Send Mail</s> --> Send Mail
      </case> --> Send Mail
    </switch> --> Send MailEven i have tried to call this workflow from Process rule of synchronization policy but in that case it only sends mail and the user doen't get crreated.
    Please suggest what to do.
    Thanks

    Hi,
    Thanks for ur reply. I have tried the configure taks method but don't u think that now it will send notification for ach and every account created in sim irrespective of the process used for account creation(ActiveSync or else) and resource because i need to send notification only when the user in sim is being created using activesync on Flat File Activesync resource.
    Thats why please suggest something else or tell me how it can be made to resource specific in configure tasks as i don't think it is a good approach to modify the default create user workflow.
    Thanks
    Waiting for reply.

  • Personal data change in PORTAL (PA30) - need to send mail notification

    Hi,
    When there is any change in personal data on PORTAL need to send a mail notification to the respective agents. I was able to design the workflow in such a way that , whenever there is any change in the personal data (Ex. Marital status) it trigger an event and workflow starts, inturn it send mail to external system and sap Userid.
    The question is ?
    1. If the personal data is changed from the portal , does it trigger the same event in the backend ? does 
        it  start my workflow?
    Thanks!
    Richard A

    Hello Richard,
    In my opinion same event is triggered. You can check it in transaction SWEL.
    Please have a look at the following threads more more detailed information,
    Workflow is not trigerred from the portal
    /thread/113450 [original link is broken]
    /people/alan.rickayzen/blog/2003/10/13/workflow-in-the-enterprise-portal
    Best regards,
    Abir.

  • Send mail to multiple users in outlook through workflow

    Hello Experts,
    I have a requirement where I have to fetch all the email ID (abc@companycom) under support team in an org unit and send mail to these multiple email ids when a support message ticket is created in transaction CRMD_ORDER.The BO for this is bus2000116.Now I have created a ZBO with supertype as bus2000116 and a custom method where I am fetching the email Ids.I have also created an EXPORT MULTILINE parameter (EMAIL_ID) for this method of type ADR6-SMTP_ADDR.I have tested this ZBO and it is correctly fetching all the email ID in this parameter.
    Now in my workflow builder,I have created a Activity type and here I have created a custom task calling my ZBO and custom method of fetching email id.I have also created a container(EMAIL_ID) for this task of type ADR6-SMTP_ADDR.Here I have binded the task(fetch email step) to workflow.In the Agents I have given &&EMAIL_ID&& in expression as this is the container.
    After this step I have added the mail step and in the reciepient type I have given G organizational object and expression as &EMAIL_ID&.Here I have added a standard task(TS45308726) with BOR as (SELFITEM and method as SENDTASKDESCRIPTION)for sending mail to these multiple ids to outlook.
    I have activated the builder and tested it.In the log I can see,the event has been triggerred,workflow is started,but workflow status is set to error.The step fetch mail is getting executed correcttly with 4 email ids in the container.and the third step send mail is also failed.giving error as "Work item 000000066700: Object 000000066700 method SENDTASKDESCRIPTION cannot be executed".
    Kindly give your valuable suggestions to rectify this issue.In SBWP i could see the workflow started but mails are not reaching my outlook.Your solution will be highly appreciated.
    Thanks & Regds
    vlp

    Hello Everyone,
    I have another issue.My workflow when directly executed sends mail to all users very quickly.All steps gets executed very quickly.This I could see through the workflow log and SOST and SCOT.But when I try to trigger the workflow through my transaction CRMD_ORDER(i have given proper BO and event) it is taking hours and still in Inprocess status.Infact its not even going to the first step(fetch email ids).
    I am totally confused on this behaviour.Kindly provide your ultimate solutions and I am very thankful for giving such good solutions to all my queries.
    Regds
    VLP

  • Sending Mail Notification From the database server

    Hi All,
    I want to send the mail notification to any email id from the database server.
    I used the in built Package UTL_SMTP(pp_to,pp_from,pp_subject,pp_hostname) but i didn't got the success. Actually i dont know how and what parameters has to pass to this package .
    It will great help if some body helps with the an example.
    Thanks in Advance

    917574 wrote:
    I want to send the mail notification to any email id from the database server.Oracle version?
    The easiest is to use UTL_MAIL - available from 10g onwards. If you're on 11g, you also need an ACL (Access Control List) entry to allow PL/SQL code to step outside the database and connect to an external server.
    UTL_MAIL uses UTL_SMTP. You can use UTL_SMTP directly, but then you need to understand the SMTP protocol and how to correctly construct Multipurpose Internet Mail Extensions (MIME) e-mail bodies. Not difficult - but something that many developers seem insistent to remain ignorant about.

  • TS2755 Receiving "Message Send Failure" notification, but messages are going through?

    For the past few days, I have been receiving a "Message Send Failure" after every iMessage that I send. The messages are going through, but I still receive the notification every time. I have restarted my phone, signed out of and back into iMessage, and reset my network settings. Nothing seems to be working. Anyone have a solution? I'm having the same problem on my iPad, which leads me to believe it's a problem with iMessage at large as opposed to a device problem. Thanks!

    If you have others that are receiving your imessaging  but not the group you are attempting to send to then do this:
    Click on your text messaging area using imessaging enabled and then type a message to yourself. Do this test to verify that your imessaging apple server is working properly. IF you get the messsage back to you in BLUE this indicates to you that both the outgoing and incoming text messaging is working as imessaging. With this piece of information verified that will indicate there are connectivity issues with individuals or all that are a part of the group you are attempting to contact. Please do not conclude that at a point in time this communication worked via imessaging that there may be some in the group that are now having conectiviity issues of their own.
    Good luck, Friend.

  • Reg :send mail notification

    Hi all
    i have bit new scenario with me can any one please guide me how to come out of this issue .
    In the manpower requisition process on the portal, we need to make the
    following change:
    - Add a notification mail to Head HR whenever there is new requisition
    that is approved by BU head and the subsequent actions made to the
    requisition
    - Report to be generated on a periodic basis on the open positions and
    the status to the Head HR .
    Thanks & Regards
    Deepika
    Edited by: deepika_indian on Jul 14, 2011 9:13 AM
    Edited by: deepika_indian on Jul 14, 2011 9:40 AM

    Hi Deepika,
    - Add a notification mail to Head HR whenever there is new requisition
    that is approved by BU head and the subsequent actions made to the
    requisition.
    --->>>> You can achieve this from  the E-recruitment  Workflow,
    ask your workflow team ,they will help you in this.
    - Report to be generated on a periodic basis on the open positions and
    the status to the Head HR .
    ------->>> This you can not do from E-recruitment package you will have to go to
    the Custom Development.
      If you have implemented MSS then there we have such kinds of reports.
    Regards,
    Piyush

  • Send mail after PO creation

    Hi All,
    I want to send a mail to a person whenever a PO is created. Is there any other method than a user exit ?

    Hi,
    You can use following FM for that.
    SLS_CUST_SEND_EMAIL_TOOL.
    Hope this will help u to solve the problem
    Darshan

  • Sending Workflow notification with OAF page link through PL/SQL

    Hi Workflow Experts
    I have a requirement where I want to send a FYI notification to a user.
    And I have to add a link to my OAF screen in this workflow notification.
    Please let me know if i have to create a workflow for this or can this be done by calling some workflow api.
    Thanks in advance
    Navneet
    Edited by: Navneet01 on Feb 20, 2013 10:59 PM

    Try by defining the message attribute holding the link to the framework region. Then, once the notification has been created (sent) call WF_NOTIFICATIONS.SetAttrText to set the value of the region in that attribute value.
    Regards,
    Alejandro

  • How to send mail notification with envrionment details

    Hi,
    I set up email notifications once the ODI task completed. Its working fine, but I want notifies email with environment details, i.e. master rep name, work rep name, and host name details.
    Is it possible? If yes please tell me how to do?
    Thanks in advance.

    Hi Mani,
    You can check out the ODIref functions in the Expression editor (in refresh tab of variable ).
    Please search there, it will be usefull to you.
    Thanks
    Madha

  • Mail not received sent through SMTP Send Mail Task

    Hi,
    I have a SSIS package which will send mail notifications. This package is deployed on Integration Services Catalogues as Project deployment. This package having a list of notifications regarding the task status.The receiver end got few
    notifications but missed of the notifications. This issue is not frequent. Sometimes we are getting all notifications. Sotimes missing some notification. All these using SMTP tasks with same SMTP connection. 
    I checked the task status in Standard Reports for all Executions. The task status for all these notification tasks are Success.
    What are the possible reasons for this?
    Thanks and regards,
    Muhammed Shakeer
    Muhammed Shakeer

    Hi Muhammed,
    If the issue happens sometime only and all executions was run successfully, then the issue should be caused by the SMTP server. The SMTP server may refuse the connections.
    To verify the cause, please:
    Check SMTP server log
    Enable logging for the SMTP task. Check the log after execution
    To understand how to enable Logging, please see:
    http://technet.microsoft.com/en-us/library/ms181205(v=sql.110).aspx
    Thanks,
    Jinchun Chen

  • Sending a mail/notification after INITIAL LOAD

    Hi All,
      I have requirement to send mail/notification after the initial load of equipment from ECC to CRM.
    Every time monitoring and refreshing is taking over nights efforts. Rather than checking that mail makes us simple.
    Please provide me relavant methods and setting to implement and configure for the same.
    Thank,
    Shyam K Gangisetti

    My reply was supposed to be for some other post. Sorry that it got posted for this question.
    Anyhow, for your query - you can create a Ztable with respective fields relevant for email sending
    Then lets assume that load is for business partners..so you can create a implicit enhancement in FM CRM_BUPA_MAIN_VAL and control mail sending from there using entries of above Ztable.

Maybe you are looking for

  • Reading image from database table

    How can i select an image of type (blob) from a data base item to a variable inside a portlet . I have tried to simulate what happens in a form when querying an image item (using htp.img) , but I don't know correct value to be passed to it. How do yo

  • How to copy Base Document Series to Target Documet

    Hi Experts, i have a multiple series of document when i select one of them in PO and then copy this  PO to A/P Invoice then this series is not get copied to A/p Invoice, so how to copy this series to target document please help me find the attachment

  • HT4906 share my photo stream

    How do I share my photo stream?

  • Need Project Profile to Create Project in PS-EPS through BAPI

    hi,       Problem Description :            My Web application wants to send request through XI to Project System (PS-EPS)(on SAP system) to create project in it. I want to retrieve all the project profiles available on SAP system before making such r

  • Mk:@MSITStore error while opening CHM file

    Hi, I have placed a CHM file (generated using RoboHelp X5) in the network folder. When opened from there, it is throwing this error: Cannot open the file : mk:@MSITStore: <path where file is located with file name>. This error is thrown only for one