E Mail Notification in SAP MDM Workflow

Dear Experts,
We have a scenario regarding E Mail Notification, in which we need your inputs on the below issues:
1. We are able to maintain the list of users manually for Email Notify step, but we need to maintain the list of users as dynamically. So that it will be helpful in reducing the human errors.
2. We have to send Email only if there is a change or creation of records based on a value of a particaular qualified lookup link.
eg, A look up qualified link for regions which has possible values as "Region1", "Region2" and "Region 3". So we want that if a record gets created with "Region1" then only notification should be sent else no notification.
Please provide your solution on the above issues.
Thanks and Regards
Gaurav Kumar Sharma

Hi
Scenario 1:
I dont think we have an option of dynamic users list (based on Role) in e-mail notification but you can do one thing you can add multiple e-mail ids for a single user with a ";" seperator under users-> e-mail in console. please give a try and see if it helps.
Scenario 2:
Design a workflow which has Trigger Actions on Record Add,Record Update
Start -> Branch step -> (FALSE)Stop                    
                   ->(TRUE) Notify  -> Stop
In the branch step use the validation with the below code. This will take care of the notifiction when there is a Region1 added to the lookup table.
HAS_ANY_VALUES(Regions.Region.[Record], Regions [Region1] ) AND
LEFT(Updated Date,16)= LEFT(SYSTIME(0),16 )
regards
Sowseel
Edited by: sowseel pasumarthi on Aug 23, 2011 3:22 PM

Similar Messages

  • SAP MDM Workflow

    Hi,
    I have written some SAP MDM Workflows.
    Now, the email is not firing.
    There is a setting to be done in .rhosts or in some particular
    where you have to specify SMTP Mail Server.
    Regards
    Kaushik Banerjee

    Hi Kaushik,
    For activating the Notification step in MDM workflows you have to make settings in the mds.ini file in the server folder location,where you have to mention the Smtp server taht you are using for sending the mails.
    Bedsides this settings you will have to crete users in MDM console with their email ids so that they can receive mails acc from the owner of the workflow.
    You will have to add the notify step in the Visio template and fill in the correct property details.
    These settings should enable your mail services for the wf users.
    The mail will be shooted in 1 sec to the desired user as the timeout default time is set to 1 sec however you can set this prameter,if the mail sending is failed due to any unknown reasons an error is loged but the sending is not redone.
    Follow the below link to get a clearer idea o the same:
    http://help.sap.com/saphelp_mdm550/helpdata/en/43/e0615f82b40a2ee10000000a11466f/frameset.htm
    http://help.sap.com/saphelp_mdm550/helpdata/en/43/8b11b4249a6fcee10000000a1553f6/content.htm
    Hope It Helped,
    Thanks & Regards
    Simona Pinto

  • Extended Notifications for SAP Business Workflow

    Hi expert,
    i need your help!!
    i have configured the "Extended Notifications for SAP Business Workflow" with the tnx SWNADMIN and this was successful. I can write emails, but i can read this only on SAP GUI with the tnx SOST. I don't receive email on my email-address.
    can you say me, where is the problem?
    Thank you in advance
    marcel

    Hi Marcel
    Rope in your Basis Guy!
    Basically, your Extended notif part is working fine..... emails reaching SOST is proof. Going out of SAP may need basis config.
    What do you see, a yellow triangle or a red light in SOST?
    Regards,
    Modak

  • SAP MDM workflow erroe while launching

    Hi Experts,
    I am using SAP MDM 7.1 (7.1.04.142).Whenever I am trying to launch a workflow I am getting this error
    One or more records have following validation failures:
    Invalid validation recordId(s) in val;idate field
    Any help please
    Thanks
    Vinay

    Hi Vinay,
    As per this SAP Note: Workflow stop at Stop Check-in.
    Are you using Check out at Start step in your workflow ?
    So I would also suggest try to launch the workflow who is Owner of the workflow. May be that user has not right to launch the workflow.
    Also check who can send next step in your Start step of MDM workflow, Owner/Launcher/Any user ?
    For testing, Create a new record in your Data Manager then Add this record to Workfow job manually by right click on this record Workflows>Add to Job>workflow name and check are you able to complete this work-flow or not?
    Regards,
    Mandeep Saini

  • Mail notification from SAP to Outlook

    Hi Experts,
    I have developed a program in SE38 to send a mail notification to outlook mail from SAP.Can I use this program in standard Tcode IW21to generate a mail notification at the time of saving data?In IW21 only notification is sent to SAP inbox.
    Can anyone provide me the steps to insert this code in IW21 Tcode?
    Regards,
    Sam

    Dear a®s,
    Thanx for ur valuable suggestion.I added my code in QQMA0014 enhancement and while saving,a notification mail is sant to outlook but I am getting the following Error message.
    Object does not exist (status management)
    Message no. IM258
    Diagnosis
    This refers to an error in central status management.
    Task status
    The central status management connection at task level will only be supported from Release 3.0.
    For this reason, no task status is available for statuses created before changing to Release 3.0, and status change is therefore also not possible.
    Procedure
    In the case of task statuses of notifications in releases prior to 3.0:
    When you save a notification you can create a status for the tasks.
    In the case of notification or task statuses for notifications from Release 3.0:
    Please refer to your system administrator.
    Kindly help me to resolve it.
    Regards,
    Sam

  • SAP MDM Workflow: Wait Step

    Dear Experts,
    We have a scenario to send an email for the created/changed records periodically/daily, but a single mail should be sent for all the records to the users.
    And we think that we can make use of the Wait Step for this activity, but we are not getting the values for GM Time Field and Literal Time Field.
    Thanks And Regards
    Gaurav Kumar Sharma

    Hi Gaurav,
    You can also try this scenario:
    1.Create two ports one for outbound and other for inbound.
    2. Create a sydnication map which will trigger automatically at a specific time using MDSS which only synidcates the records which were created/updated on that day..... say material number
    3. Use PI to pick the syndicated file and drop it in a inbound port which was created earlier.
    4. Create a import map for importing the syndicated file use MDIS here, with a workflow for notification under configuration options.
    5. Workflow design will be start (Check out)->Notification->Stop (Roll back) which triggers on Record import.
    The above steps will help you to send notification of created and updated records in one mail using MDM.
    Let me know if you have any questions.
    regards
    Sowseel

  • How to send records to the MDM workflow using Java APIs

    Hi All,
        Using Java APIs i want to send group/single records to the backend MDM workflows for further processing. Can this be acheived? Please provide me with some code samples if you have any
    Regards
    Suresh

    Hi,
    Just go through this URL
    https://help.sap.com/javadocs/MDM/current/index.html
    In this <b>com.sap.mdm.workflow.commands </b> will Provide u commands for managing workflows.
    I hope this helps you.
    Regards
    Nisha
    Message was edited by:
            Nisha Lalwani

  • Create a Subscription and Receive E-Mail Notifications

    Dear I am doing the following steps for Create a Subscription and Receive E-Mail Notifications
    a) Choose Home u2192 Documentsu2192 Public Documents u2192 documentstest.
    b) Open the Details page for the documents folder.
    c) From the menu, choose Actions u2192 Subscribe.
    d) From the menu, choose Actions u2192 Edit Subscription.
    e) Change the Frequency to On Every Event.
    f) Choose Update Subscription and close the window
    However in the Universal Worklist (UWL) on the Notifications tab under Home u2192 Work u2192 Overview, I dont have notifications.
    How can solve this issue?
    Regards

    Good Day
    Could someone help m solve a problem
    I have a scenario WorkFlow Guided Procedure
    I need actors can receive an e-mail notification to trigger the workflow
    When I press start it does not
    What is the error
    The e-mail addresses of participants are registered

  • Approval Process within SAP MDM

    Can SAP MDM workflow handle multiple approval process.  Is MDM support looping mechanism?

    Hi Rajesh,
    If approver rejects the records then the workflow will go back to previous step also u can branch the workflow on the basis of approve/disprove i.e. if the records approve then to a step and if approved then to a default step by using Branch.The record will be in MDM .The workflow history can be seen in data manager.And to have a report u can make a application. The link shows hw to have the history.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/001d22fb-622d-2b10-22ac-998acecf68a8
    The history will give complete report about approve/reject.
    Rgds
    Ankit

  • Include an image in e-mail notification

    Hello,
    I would like to include an image (our company’s logo) in an e-mail notification generated with a workflow… do you have any idea about how I can do that?
    Cheers
    Joann

    Its not possible - not even in R17. CRMOD has to start supporting HTML formatting for this to occur, as of now i have not heard when that is in the roadmap

  • MDM Workflow / E-mail Notification Issues

    Hi Experts,
    I am working on a client that is using the SAP Portal to kickoff a workflow to notify the requestor when creating a vendor (with the vendor number that gets created when it reaches SAP). They did have MDM 7.1 connected to an SAP 4.7 system. Now they are upgrading to ECC 6.0 and we're in the middle of unit testing. For some reason, the e-mail notifications are not working while our Dev environment is connected to ECC 6...not sure why. I've checked all of the workflows / roles / e-mails, everything is exactly the same as it is in 4.7.
    Our workflow looks similar to this: requestor creates / edits a vendor through the Enterprise portal --> approver approves record --> record is sent to ECC 6.0 --> once created successfully in ECC 6.0, an email is sent to the requestor with a vendor number (if it is a vendor create) or and e-mail letting the requestor know the changes have been posted successfully to SAP.
    I've checked the MDS.ini file for any kind of information that needs to be updated for being connected to this new environment...I can't see anything. Is there a different file on the MDM server with e-mail / server info?
    Any clues as to why it may not be working in this new environment? I'm assuming pinging the server wouldn't do much good since it is still working in QA and Production, just not Dev where we are currently testing the 6.0 system.
    Thanks for your consideration!
    Nichole

    Kanstantsin -
    In response to your questions..
    1)
    Are you sure that your smtp server is working? It is workiing for Production in SAP 4.7, just not Dev ECC 6.0...so I am assuming it is working since it is on the same server.
    What happen when you launch your workflow with e-mail notification(Did you get error message in your repository logs?) ?
    Could you to send e-mail through it from your e-mail program? There was only one workflow that errored out out of approx. 20 due to e-mail. Most are stuck in workflow at 'check in and send e-mail to user'. The one that did have an error said "Could not send e-mail rc = 4294967284 MDM Server Error" Yet, there is nothing in the MDSS log...
    If your answer -no, please check, launch, configure, install your smpt server. It must be installed, right? If it works in production...
    If your answer -yes, go to step 2
    2)
    In mds.ini file in your repository block should be string like this :"Mail Server=your mail host name" It says Mail Server= (there is nothing there)...
    Where your mail host name = your smtp server name, something like "mailhost.your_domain.com" or your smtp server IP adress
    if that step is OK...I do not see this in the MDS.ini file...
    3) load MDM console, login to your repository and check check your e-mail receiver (user) and it e-mail adress- Is it correct? Yes
    4) load Data Manager - open Workflow and check user accessibility from your e-mail step. Everything Looks correct here also...

  • How to send E-Mail Notification executing through workflow?

    hi All
    I want to send E-Mail Notification executing through workflow in MDM Data Manager?
    I have tried it, But still i am unable to send E-Mail Notification?
    i will explain, how i have tried?
    1) I have created the simple workflow with the following components
        they are in sequence
          start--> process-> notify--->stop
    2)  owner of the workflow is Admin and launcher of the workflow is Admin and i have given email id to the Default Admin user in the console.
    3) i have created another user (i.e. User2) with default roles as like as Admin and i have assigned User2 to the process component in workflow and I have created e-mail address for the User2 in the console.
    4) i have created another user(i.e.User1) with default roles as like as Admin. and give e-mail address,under the notify component User1 is selected in To Field.
    5) stop component as usual
    coming to configuration part about the SMPT server in MDS.ini file
    1) in mds.ini file for the MailServer=, I have given SMTP Server name once and restarted the server and executed the workflow, but not worked
    2)in mds.ini file for the MailServer=, i have given SMTP Server IP Address and checked the port,and we have configured the host file also and restarted the server and executed the worflow , but not worked
    In all the ways i have executed and tried to send E-Mail Notifications through workflow, But I didn't
    can any one help where i have went wrong, so i can rectify  it
    what actually we have to give in mds.ini file? is any other cofiguration required for it?
    if any one have any solution for it , can you please explain me in step by step
    Thanks in Advance
    bharat.chinthapatla

    Hi Bharat,
    your steps seems to be correct. Just try to ping your mail server, to verify if your mail server is running up, besides note that mdm go throw port 25 for sending emails, so please check if you are able to send emails using port 25 in your network.
    Regards,
    Vito

  • Is there a way to customize the MDM Workflow email notification content?

    I am looking for a way to customize the MDM Workflow email / notification  content. For example, I might want to put the Supplier ID(s) of the impacted supplier records (be it Update, Insert & Delete) into the email body or put an URL into the email body.
    Can MDM Workflow do this?
    Is there any workaround?
    Thanks

    Hi,
    What you can do is add a boolean field to the repository, for instance "Send Mail". You can use an assignment in the Workflows to set this field to true. Next, define an updatelistener and pick up the change to this field. If the value is "true", send out an email. Afterwards, let the listener change the value back to "false".
    Good luck,
    Gerwin

  • Notification commands in MDM visio workflow

    Hi Folks
    I have a doubt about a feature or command in SAP MDM 7.1 for SP10 package to fetch a field in MDM.
    Can someone help me in using the command  %Code=Name%
    Regards
    Shifali

    Hi,
    Process Flow Overview
    1.     Launch MDM Data Manager
    2.     Create the Validation.
    3.     Select the workflow Table
    4.     Design the workflow in Microsoft Visio Professional.
    5.     Run the work Flow in the Data Manager.
    6.    Verify Result
    Pre-Requisite:   Before You Launch the MDM Data Manager, Check whether the Repository is up and running      (Status Must be Loaded Running in MDM console) and Microsoft Visio Professional has been installed and the Repository has been configured with the Mail Server.
    Example : Start &#61664; Process&#61664;Validate&#61664;Approve &#61664;Notify &#61664; Stop
    Notify button
    In the Step Properties pane, click on the To field and select a User from the Available Users list as u Required.
    In the Step Properties pane, click on the Subject field and type in “      ”
    In the Step Properties pane, click on the E-Mail body field.
    In the E-Mail body field, click on the    button and type the Message
    If u had any doubts regarding Workflow Please let me know i will clarify.
    Regards
    Hari

  • E-mail notification - workflow

    Could anyone help me to configure the simple email notification through Workflow?  For example when new records are added then send an email to notify certain users that new records are added.
    I am good with the notification step in the workflow but not sure what are the other configuration needed.  Is there any email server configuration is needed?
    Anyone  can help me to list all the configuration steps for this?
    Thanks
    Mike

    Hi there
    Steps needed:
    1. Mail server setting for enabling MDS to send emails. For this in the mds.ini file you need to add the mail server name and domain.
    2. Define users in MDM with correct mail IDs active for the mail server defined in step1.
    3. Use Notify step with users/roles which you have already done.
    regards
    Ravi

Maybe you are looking for

  • Premier 11 adds my clips in the wrong order

    I have 2155 photos I'm trying to add to Premier Elements.  They are in order 1-2155 but when Premier adds them it is out of order.  For example photo #32 is moved directly after photo #320.  Every # with a 0 at the end causes the same # without a zer

  • Acrobat XI Pro Form under Windows 7 does not display Arabic with Arabic Typesetting font

    After creating a form with right-to-left enabled, and the font of the field set to Arabic Typesetting, I can fill in the form correctly, but when I exit the field the blue editng field returns, and the text is not displayed. What can I do to correct

  • ITunes error message 7 - Windows error 126

    I keep getting the error 7 - Windows error 126 message, and another message about MSCVR80.dll.  I have followed all instructions and ITunes still won't open.  I have Windows Vista.

  • Same vendor for procuring Goods and Services

    Dear all, Is it possible to procure goods and services (eg, freight services) from the same vendor? If possible, are there any settings to be done in the vendor master or in the POs? Thanks Shankar

  • Apple Watch - Body Temperature Monitoring

    How does Apple Watch monitor body temperature? And does Apple Watch require an additional accessory to monitor body temperature during workout mode?