Send a Notification When ever a new entry is created in Z-Table

Dear All,
I have got a requirement to send a notification  when ever a new entry is created in the Z-Table which contains some important information.
I have searched in SCN and found few links in which it say to create an Event '05' and in that call FM SWE_EVENT_CREATE, but my query is  Do I need to create a new BO? 
In the example which I found in other sites where its mentioned like
    W_OBJTYPE = 'YH355_BO'.
    W_OBJKEY  = ZCUST_INFO-CUSTNO.
    W_EVENT   = 'SENDEMAIL'.
here OBJECTTYPE is a new BO or what.
Kindly help me in solving my requirement as am new to Workflow concepts.

If you want to send the mail call the function module "SO_NEW_DOCUMENT_ATT_SEND_API1"  in table maintenance event '05'.
Regards
Vinod

Similar Messages

  • Trigger a event and send an email  when a new entry is created in a table

    Hi All,
                I have scenario here where i want to trigger a event and send an email too when a new entry is created in a Ztable or an existing entry is changed.
    Please let me know how can i achieve this.
    Please excuse me if you find it basic as I am not very old in Workflows.
    Thanks in Advance,
    Saket.

    Hi..
    For your Requirement workflow not Required.
    Write a  Program to send Mail. This Program has to execute when ever the Save Button is Click, then the mail will be sent.
    Check the program in this [link|https://wiki.sdn.sap.com/wiki/x/nYKdAw ], which send the mail.
    Regards,
    Surjith

  • How to raise mail notification when ever the new event is added to calendar list in sharepoint 2010?

    Hi experts, I need guidance or the way how we can raise mail,
    When ever the new item is added / updated / deleted / cancelled to a calendar list in SharePoint 2010.
    Shall we achieve it through using SharePoint designer 2010.
    If its help to fix the requirement.
    Thanks and Regards,
    Dhayanand Kalimidi

    >I need to send the mail before 1 week from the date
    This is different requirement. Initially you said you want send email when item is added / updated / deleted in list. For this you can use default alert to send instant email as  suggested before. 
    Now if you want to send reminder email then you can use designer WF and calculate the due date by using variable. Refer this link for your ref:
    http://mysharepointchronicles.wordpress.com/2012/11/05/sharepoint-list-with-workflow-email-reminder-set-to-send-30-days-from-created-date/
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/3211ee00-92de-47f1-b611-4c9609f92ab7/how-do-i-set-sharepoint-2010-to-send-a-reminder-email-a-month-after-a-date-already-listed?forum=sharepointdevelopmentlegacy
    Remember event receiver can not send reminder email or scheduled email so for this either use designer WF or create timer job.
    Hope it could help
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • How to send a notification when re-assigning pendind approvals

    Hi.
    I need to know how (in OIM 9.1) to send a notification/email to the new reassigned user when someone responsible for an approval step decides do reassign to that user.
    For instance, if a user's manager needs to redirect a request approval to his superior if there are financial implications associated with a specific request.
    Thank you in advance.

    I have reassignments working in OIM 9.1.
    I've got a separate approval process for each resource object (I'm not using Standard Approval).
    I don't have anything configured in the Notification tabs of the approval tasks, all I have is an assignment to a specified group which fires a default email that says something like "You need to approve request id X".
    Now the configuration:
    In System Configuration Table of the Design Console there is a configuration named "Reassign Email Notification". The default "Value" is Notify Task Reassign". This comes OOTB. The problem is it didn't work.
    What I did was create another Email Definition of type General, sent by User XELSYSADM, and in System Configuration of "Reassign Email Notification" I put the name of this Email Definition in the "Value" field.. and voila.. it worked.
    So my suggestion is to test the reassignments with a different email definition, preferably one you create.
    All this will work assuming you have the Email Server IT Resource configured and that XELSYSADM has a valid email account... so basically if your solution is able to send emails.. all you'll need to do is create a different email definition for the reassign task.
    Hope this helps.

  • Send email notification when my question is answered by friends

    Send email notification when my question is answered by friends

    babowa wrote:
    This is not FaceBook.
    Thank goodness.....
    Could be worse. It could be Twitter

  • Need Help of Sending Email Notification when new task assigned

    Hi all,
    How can we send a email alert notification for existing lead or new lead, when a new Task is assigned to particular person. Here in my requirement daily n number of tasks assigned to executives. So how can i send the same.
    Thanks in advance.
    Regards,
    Ratan

    Hi Ratan,
    It is not clear from your question whether you are trying to trigger the email notification for the task or the lead, but it doesn't matter. You'll need to write a WF for the Lead/Task and trigger it when a new record is created and then in actions select the email notification.
    Best of luck

  • Send Email Notification when comment blog in Sharepoint 2010

    Hi,
    Anyone can help me, when i comment on the blog, then send email directly ?. According to this link http://www.sitefinity.com/devnet/forums/sitefinity-3-x/general-discussions/blog-comment-notification.aspx 
    Its make some development or modifications, beside that is there any other way to do that without making modifications? probably just setting up in sharepoint admin?
    Please advice,
    Regards

    Hi
    I just found out that the the blog comments are stored in a list
    htp://yoursite/Blog/Lists/Comments/AllComments.aspx
    So you can write a workflow to send an email when a new item is created in this list.

  • Send email notification when a concurrent request completes with Error

    {color:#0000ff}I need to setup the system such that when a concurrent request completes with the status "Error", generate/send email notification to an application user. Please advice if you know how to configure the system to accomplish this.
    Note: If the concurrent request completes with status "Normal" or "Warning", do not send/generate email notification to the application user.
    Thanks.
    {color}

    We do what amOx does. I made a concurrent program that calls a sql script, and emails me of errored jobs. It is more convenient than logging in each day. I ran this twice daily, and the sql checks for the previous 12 hour time slice (ie - twice a day run).
    ..colin

  • App does not send push notification when app gone live but was working fine when tested locally?

    Please help us to get this solved. We tested the webserice URL which works okay. Port 2195 is also open. APN certificate is also not expired. What could be the problem that app when tested before live was sending push notification and when it is live, it has stopped!?

    This would seem to be a question better posted in the App Developers forum.

  • Send email notification when the baseline and actual values are different in project

    Hi
    I am working with MS Project 2013 and Project Server 2013.
    I need to the send email notification to the program manager (or to a user) whenever the project manager changes the task finish date for a task. Comparison should happen with the baseline finish and the difference needs to be updated to the Program Manager
    over mail.
    How to configure/customize email notification for changes in MPP.
    Please suggest.
    Regards,
    Sudhir

    If you are not having developer skills it will be complicated for you.
    You need to create event handler by code, as in the below link:
    http://msdn.microsoft.com/en-us/library/office/gg615466%28v=office.14%29.aspx
    Then compare your values and finally send email by code.
    Twitter : @MShoubaki | http://jo.linkedin.com/in/mshoubaki

  • Apple Mail sends out emails when turned on. Adress book creates groups of email addresses

    I have had this issue with my address book for a while in that it creates new entries with just an email address as the actual entry and then hundreds of other email addresses from address book as this entry's additional email addresses.
    At the same time I had an issue with Apple Mail that I thought was unrelated but now I am not that sure anymore. When I turn Apple Mail on, it sends out emails that look like an endless chain of responses (spam) to the same email that advertises  all kinds of stuff.
    When I first noticed the issue I turned Mail off (a year ago). After updating to Lion I tried to use mail again but had the same issue and have not been using it since. But I appear to still find new entries in my address book all the time.
    I ran some software (ClamX) but wasn't able to find any malware so far. I can't imagine someone hacking into my machine and doing all this my hand. For what?
    So I am wondering whether anyone has had similar symptoms on their Mac?

    Do you recognize the new entries in Address Book, or the contents of the messages?

  • Shared calendar sending change notifications when not turned on?

    Is any one else haveing the issue? The wife and I share calendars. When she makes a chane I am receiving an email even though that feature is turned off. Or is iCloud having issues. This just started this evening.
    Thanks
    LarryV

    At arby2008's suggestion, I called Apple Support. SEVENTY phone and desktop sharing minutes later, I can tell you there is no change to the situation.
    The technician has now "verified" that I (we) have a problem. He has "collected information" and esclated this to Apple Engineering.
    He watched as I created events in my calendar and toggled back and forth to my husband's email to watch the notifications come in. We tried it in the reverse (creating events in my husband's calendar and looking at my email: same situation). We tried turning ON the "send email" switch box to see if the controls were just reversed (they're not - it sends email either way).
    The only way to stop receiving the notification emails is to stop sharing for now.
    I did mention this support discussion and he saw the thread open on my computer during desktop sharing so he knows I'm not the only person affected by this.
    It's not good news - but at least it's information.

  • Send email/notification when server shutting down?

    Is it possible to send out a notification via e-mail (or maybe even text) to all the users listed in the user accounts when the server is shutting down? We have been experiencing some severe weather here and I need to shut the server down on occasion when the power starts to gray out/black out. I would like to automatically initiate an emails alert to the users when OS X Server gets a shutdown commend. Can this be done?

    Consider acquiring and configuring a less-interruptible power supply, and configure that to communicate with OS X Server via USB; options that will work include the APC SmartUPS supplies I've tried.  (OS X Server doesn't generally "appreciate" having the power yanked, and if the grid is already greying out, it's a little late; I don't know that I'd trust the shutdown to complete.)
    If you're shutting down the system via ssh session or equivalent (and not the GUI), you could write a shell script that does what you need prior to issuing the shutdown command.
    If you're shutting down via UPS, there's a script that can be used but it's kinda far along and unlikely that mail or SMS will be read before the server is offline.

  • Script to send email notification when sql server stops..

    Hi,
    I am looking for a script through which I can monitor sql server service status and if it down for any reason, I want to send email to Dba team.  How to achieve this? Did anyone has already done similar kind of monitoring?
    Again, I am not looking for any 3rd party monitoring system like SCOM etc.. I looking for a batch file or script outside sql which can solve this.
    Any help would be greatly appreciated.
    Thank you.

    There are two ways to do it:
    1). There is a job option wherein you can put the alert message and then in schedule option, select to alert you only when Sql Agent Services get restarted. So this way you will come to know when Sql Agent Services got restarted.
    2). From any centralize\third server apart from your database server\host, you can put a job to execute almost around every 5 minutes to check service status and then call a batch file which will call OSQL code to execute sql code for sending alert
    based on the message content you want to like below:
    Scripts below, even you can tweak more on this as per your environment requirement and even you can merge some scripts to make one out of two or similar, however keeping each separate one helps to track scripts.
    First Batch File with Name: ServiceStatusCheck.bat
    with below content
    Echo "Checking Service Status"
    :Query
    FOR /F "tokens=4 delims= " %%A IN ('SC QUERY "XXXXXXXXServiceNametobeCheckedPutHere" ^| FIND "STATE"') DO SET status=%%A
    IF "%status%"=="STOPPED" GOTO Shootout
    :Shootout
    'email for success in first attempt
    'Put path of batch file
    "D:\Script\Successemail.bat"
    Exit
    Second Batch file with below content which will call Sql file to send alert: File Name: Successemail.bat
    ECHO "Send Email Alert"
    OSQL -E -S XXXXXXXXX -i "D:\Script\Successemail.sql"
    ECHO "Done"
    Exit
    Third Sql File to send email: File Name: Successemail.sql
    Declare @bodyT varchar(200)
    Set @bodyT  =
    'Service was found in stopped status and Date & Time::'
     +replace(convert(varchar(20),GETDATE(), 102),'.','/')
     +'::'
     +convert(varchar(20),GETDATE(), 108)
    EXEC msdb.dbo.sp_send_dbmail
        @profile_name='Profilename',
        @recipients = '[email protected]',
        @body  = @bodyT,
        @subject = 'Service was found in stopped status, Check Details!!'
    GO
    Santosh Singh

  • [All Platforms][Music] Send a notification when a song is deleted of your system

    A lot of people like me are collectors of music so if i add a song or a playlist its very enoying when an artist delete some of his tracks and automaticly i lost that track without know in......Spotify should tell me if some of the music i add to my favorite is deleted so i can upload the missing tracks!!! DO It!!!!! IM SORRY FOR MY ENGLISH...Im from Me

    Updated: 2015-07-28Hello and thanks for the feedback!
    Any news regarding this request will be announced in the original idea topic here:
    https://community.spotify.com/t5/Live-Ideas/Alert-window-that-displays-if-when-a-track-has-been-removed-from/idi-p/44165
    Please add your kudos and comments there, if you haven't already. ;)

Maybe you are looking for