Object Information required via email with notification details

Dear Expert,
We have requirement that when the repetitive breakdown happens in last 30 days from the date of creation of breakdown notification, object information should display and at the same moment email should trigger with object information and notification details.
We have cerated the obj inf key for 30 days and assigned to notification type.
Now I want to trigger email. Shall we use ICSV0004.
Kindly suggest.
Regards,
TusharA

Hi Tushar,
                You can not trigger the mail directly by the User Exit,
you need to have the Business Objects no
you can get the same from the T-Code SWO1.
hereby are a few Business Objects, please take the Help from the Work flow Consultan
BUS2038    Maintenance Notification
BUS2038A   BAPIs Maintenance Notification
BUS2078    Quality notification
BUS2080    Service notification
BUS2080A   BAPIs Service Notification
BUS7051    General Notification
BUS7060    Notification
I Guess the BUS7051 will be use full to you.
Attributes:
Notification.Priority
Notification.StatusObjType
Notification.StatusObjNumber
Notification.OriginIndicator
Notification.Description
Notification.Type
Notification.StatusOpenTasksExist
Notification.StatusAllTasksCompleted
Notification.RequiredStartTime
Notification.StatusNotificationClosed
Notification.RequiredStartDate
Notification.RequiredEndDate
Notification.RequiredEndTime
Notification.PriorityType
Notification.StatusNotApproved
Notification.StatusApproved
Notification.StatusForApproval
But you need to maintain a Z-Table also to make sure the mail triggers to the respective Person, based on any of the Attributes
Regards,
Yawar Khan.

Similar Messages

  • How to forward sms messages via email with date and contact received info

    Does anyone know how to forward sms messages via email with date and contact received info.
    Currently when I forward only the body copy of the sms message is sent in the email.

    This is not currently possible. Sorry.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • I am developing a book via email with a collaborator. iBooks Files are sent to me via a link to preview on iPad. This worked fine for a while but now getting download errors and the unhappy mac face saying download failed. Any ideas?

    I am developing a book via email with a collaborator. iBooks Files are sent to me via a link to preview on iPad. This worked fine for a while but now getting download errors and the unhappy mac face saying download failed. Any help appreciated. Very frustrating!

        I can see that this issue has been quite extensive, and frustrating, and I am so sorry for all that has happened societygirl! I would like to help you work this issue out. Please follow & send me a Direct Message, so I can get your account specifics and help finally bring this to a resolution.
    Thank you,
    MichelleH_VZW
    Follow us on Twitter @VZWSupport

  • Anyone having trouble sharing large images via email with Aperture 3 and OSX 10.7.2?

    I am having trouble sharing images via email with Aperture 3. No matter what size I have in the preferences, the image is thumbnail size. The requested size flashes on the email a couple of times but the small size remains and is sent. I am using OSX 10.7.2. Any suggestions how I may send larger sizes?
    oldgranddad

    I have taught many how to use GUI-based computers.  The number of controls they are aware of on the screen always progresses, usually linearly with the amount of time they spend actively learning the GUI.  Beginners are totally flummoxed that windows can hide other windows.  A step beyond that, they are amazed that they can resize windows using the mouse cursor.  Those two are trivial to most users today, but they illustrate 1. that there is nothing "intuitive" about the GUI, and 2. that the amount one perceives is dependant on the amount one knows. IME, this has nothing to do with age, and everything to do with experience using a GUI.
    Here is a good hint:  if you are using a Mac and can't figure out how to do something, look for something to click.    If you find something that seems promising, try "{Option}+clicking".
    The interface is richer than any one person can master.  Frank's statement "most times we all fail to see everything " is, imho, _always_ true.  We never see everything, even in the grossly limited resolution of our computer screens.

  • Automatic email with logon details when user creation

    Hi,
    Does any one can through some light on sending automatic emails with logon details when the users created with SU01? I know we have lot of tools like GRC, Approva we can do but I would like to know any thing within SAP not with any external tools.
    Thanks,
    Venkat

    Quick and easy way without any development:
    a)  Create a variant for report RSUSR100N to search for created user IDs where the creator was not equal to the expected "false positive" ones.
    b) Save a dynamic date and time calculation for the variant.
    c) Define a mail distribution list for the spool request if there is one ...
    d) Schedule the variant periodically as per the dynamic date and time period.
    e) Check that SCOT is configured to send the mail or SMS.
    f) Wait for the mail to be sent (this step might take some time...)
    Cheers,
    Julius

  • Dunning letter via email with invoice attachments

    Hi Experts,
    We have requirement where in dunning letter should be send to customer via email along with invoice attachments.
    We have copied standard script F150_DUNN_02 to custom one as per requirements and configured it in SPRO. We are using BTE 1040 to fetch the customer email address and assign it to structure c_finaa-intad.
    This serves the purpose partially. The email goes to customer with dunning letter as an attachment properly.
    The question here is how to send additional invoice attachments in the same mail? For example, if dunning letter contains 3 line items, then email should have 4 attachments( 1 dunning letter and 3 invoices).
    Is it possible by some config steps? or please suggest me suitable approach to solve the problem.
    Appreciate your help.
    Thanks
    Swati

    Hi Partha,
    Here are the steps that you can follow :
    1. Using following SPRO path assign the dunning form.
    Financial Accounting (New) > Accounts Receivable and Accounts Payable > Business Transactions > Dunning > Printout > Assign Dunning Forms
    2. There is standard BTE (00001040) that is provided by SAP which is called when dunning is run. SAP has also provided sample function module SAMPLE_PROCESS_00001040 to indicate how to use the BTE. The FM imports I_KNA1 strutcure and pass back structure C_FINAA.
    3. Copy the standard FM to custom Z-FM and using I_KNA1-ADRNR fetch customer email address. If email is maintained, set c_finaa-nacha = 'I' and c_finaa-intad - <email>.
    4. You can also set the title of PDF file in email by setting c_itcpo-tdtitle as per requirement.
    5. Goto transaction FIBF. Settings-> Process Modules-> of SAP Application
    6. Add new entry with Process 00001040, application FI-FI and function module as custom FM created in step 3.
    Above steps are enough if you want to send dunning email to customer. If there is a need to send invoices as an attachments along with email then there is a need to enhance the standard FM PRINT_DUNNING_NOTICE. I used following approach to achieve the purpose.
    a. I created another custom FM to send invoices which I am calling from PRINT_DUNNING_NOTICE. For this, I am using implicit enhancement option to modify standard code. With this option, I am able to send 2 emails back-to-back one with dunning letter and other containing all invoice attachments with respect to dunning letter.
    Let me know, if you need further guidance.
    Regards,
    Swati

  • Trying to get in touch via email with customer ser...

    Dear Forum,
    I am currently more than 3 months into an unresolved fault with my service (originally logged 11th Dec 2014). I am trying to establish a means, in writing, to express my disappointment and concerns in this regard to the customer management team (CMT) who are nominally helping to resolve this. Sadly, BT has arranged its customer service provision (sic) in such a way that they can get in touch with me at any point and through a variety of means but there is no routine way for me to get in touch directly with the member of the CMT dealing with the fault. Fighting through switchboards and help desks who have to relay the message internally rather than transferrring me is all very frustrating.
    Does anyone know of a reliable means of getting in touch with the CMT directly via email / web-form? (I do now have the desk number of the lady in the CMT dealing with the fault but for a phonecall to be effective she has to be on shift; the email inbox is more convenient and the situation has really gone beyond where phonecalls are appropriate.)
    I signed up to the forums following a Google search for ‘Libby Barr’, the various comments and threads with her name in the title suggesting that there was some direct route to customer service / resolution support through forums. Entertainingly, I see that there is no board for ‘customer service issues’. 
    Further, the ‘welcome to forums’ / verification email that gets sent out closes with this line
    "If you need to contact us please email <this address>" (Evidently, I cannot quote the addess is a forum post, but you know what it.)
    So I thought that I’d make use of this email address, rather air dirty linen in public, and got
    "Thanks for trying to get in touch with us. Sorry but we don’t monitor this mailbox, so you won’t get a reply to your email."
    Thank you, BT, I did need a laugh.

    I have asked a moderator to provide assistance, they will post an invite on this thread.
    They are the only BT employees on this forum, and are a UK based team of people, who take personal ownership of your problem.
    Once you get a reply, make sure that you are logged into the forum, then click on their name, you will see a screen like this. Click on the link as shown below.
    Please do not send them a personal message, as they cannot deal with service issues that way.
    For your own security, do not post any personal details, on this forum. That includes any tracking number you are give.
    They will respond either by phone or e-mail, when its your turn in the queue.
    Please use the tracked e-mail, to reply, not via the forum. Thanks
    This is the form you should see when you click on the link. If you do not see this form, then you have selected the wrong link.
    When you submit the form, you will receive an enquiry number, so please keep a note of it
    There are some useful help pages here, for BT Broadband customers only, on my personal website.
    BT Broadband customers - help with broadband, WiFi, networking, e-mail and phones.

  • Bursting Reports via email with seperate email address for each page

    I have been reading "Oracle® Application Server Reports Services Publishing Reports to the Web" (most specifically chapter 15 Creating Advanced Distributions) trying to figure this out but still having difficulty getting my head around it.
    I am trying to email invoices when applicable. Here is the "perfect world scenario".
    Report is scheduled to run once a day.
    Any qualifying invoices are picked up in the run.
    If there is an email address associated with the record the invoice is sent via email. (email address would be included on report and variable)
    If no email address is associated, the invoice is printed.
    There could/would be several different invoices on a single run.
    Does this mean I have to write dynamically write a distribution.xml file for each run or can I pass the email address as a variable to the distribution.xml?
    (builder version 10.1.2.0.2)
    bump
    Edited by: sdortch on May 21, 2009 9:09 AM

    Hi !
    You're able to use Report-Variables (e.g. from a Group in the Data Model) in the distribution.xml-File to send email to different adresses.
    Just bear in mind that you also need to set the "repeat-on" Property of the relevant layout section and use a "foreach"-Loop in the distribution.xml.
    So, no, no "dynamic" building of xml-Files necessary (though we do it at times...).
    See also "Publishing Reports to the web" for a complete reference on "burst distribution" and the components of the distribution.xml
    I would, however, run the report twice, once for "all email-invoices" with email-distribution file, once for "all invoices w/o email-adress" with (probably) printer-distribution file, as "exception" handling inside a distribution.xml could be a bit awkward...
    Cheers,
    Jens Rettig

  • How do i send a link or page via email with firefox?

    i am new to firefox. had internet explorer for a long time. when i found a site on the internet that i wanted to share with a friend, there were choices somewhere on the menu bar or where the tabs are that said "send link via email" and "send page via email". when i selected one of these, a new email would open in yahoo with the link or page in the body, and i could send this to any contact. can't find these options here. please help! thank you!

    There is an option to "Send Link..." in the File menu. Firefox does not have a built-in send page by email option.

  • Share pages doc via email with chrome mail client

    When choosing to share via email I see my mail client listed (chrome webmail) however when I select the format I want to email and select it nothing happens!
    Any thoughts or solutions (using native mail app is not an option at work - need to use the chrome browser and email due to working practice).
    Also sharing iCloud link via mail doesn't seem to work either!
    I am using the latest Yosemite update, latest Pages 5 version.
    Thanks in advance.
    Allen

    Pages v5.5 for Yosemitie saved its documents in one format type: package (folder). Unless these are purposely compressed into a .zip (single file solution), they are incompatible with non-Apple user mail agents. By default, Pages v5.5.1 will save in single file (Apple terminology) format which is this compressed zip format, but with the .pages file extension. Just like the default in Pages ’09. It is compatible with non-Apple mail and storage solutions.
    I mention this because your issues may be related to using Pages v5.5, instead of Pages v5.5.1.
    Pages v5.5.1 has a File > Advanced > Change File Type > Single File menu item that should allow you to convert (in place) Pages v5.5 documents originally written in the incompatible package format. It you choose the Package style on this submenu, it can be opened by Pages v5.2.2 on Mavericks — something that didn't work with Pages v5.5.

  • Standalone app distributed via email with apple enterprise?

    We've successfully built a DPS single edition "app" and are running it on our local ipads via UDID authentication.
    My questions is, if we have an apple "enterprise" developer account, can we distribute the app via email without the UDID authentication?  I've found instructions on how to build a "Viewer" app via this route, however I havent found anything regarding a single edition app.
    here is the link to the "viewer" app process.
    http://www.adobe.com/devnet/digitalpublishingsuite/articles/distributing-enterprise-ios-vi ewer-apps.html
    thanks!

    I don't think so. I think you need to create the viewer app and then
    allow the downloads from there, but I am not 100% sure of that so hang
    out and wait for someone with a bit more knowledge of the subject.
    Bob

  • Sending XML via Email with Dynamic Receiver

    Hi,
    I have following problem.
    We use PI 7.1
    And i want to send the XI Payload as XML File to an Email Adress.
    This is easy when i set the E-Mail adress in the communication Channel.
    Is it possible to use dynamic mail receiver adress without Mail Package.
    Because when i use mail Package the XML isn't longer in the right structure.
    any idea?
    regards,
    robin

    Hi,
    i know this way with mail package... as i wrote this is no problem.
    My problem is that i have a xml structure which i want to send as email.
    Just an email with and XML attachment of the XI Message. No Mail Content like in your given Weblogs.
    for example:
    <root>
    <receivermail>mailadress</receivermail>
    <tag1>value</tag1>
    <tag2>value</tag2>
    <tag3>value</tag3>
    </root>
    an on email i want just an xml attached like:
    <root>
    <tag1>value</tag1>
    <tag2>value</tag2>
    <tag3>value</tag3>
    <root>
    when i set the mail adress in CC its no problem, but how i do this with dynamic mail reciever?
    regards,
    robin

  • Power Shell script to send a email with event details when an specified event occur

    I want a power shell scrip to send a email to a specific email id with the event details when an specified event triggered. The default option to trigger the email on event occur is failed.

    Why is everybody now saying "I want, I want, I want"
    Can you say what is happening?  Can you post a script with a line that is failing?  No!  All you want is a free script.
    Start by learning how to script.   Try at least to write a simple "hello World" script.  Until then you cannot post here.
    ¯\_(ツ)_/¯

  • Sending Purchase order via Email (with CC)

    I implemented the functionality of sending purchasing documents by e-mail (according the oss note 191470) and works. However I need To send the email to the vender email address but also in CC to the person who creates the PO. I mean, when the PO is create the email should be:
    To-> vendor address
    From-> user address
    CC-> user address
    Thanks in advance.
    Paula

    Paula
    I am currently encountering the same requirement.I don't think there is a standard solution using external send output as everything I have read will only use the email address in the vendor master.
    In an extreme case you could set up limeted requisitioners as vendor records with a custom partner function and select that in the PO, though that is a bit extreme
    the alternative i'm looking at uses a second output type for SAP office mail (7 simple mail)
    I think its set up is described in the same OSS note  191470.
    Using the partner function MP i've got a manual process whereby the user adds this output message to the PO using the MP partner function. you get a couple of messages about not being able to determine an email address. If you double click on the message line it takes you to the SAP office mail where you can add as many recipient addresses manually as you want. you could also use SAP officemail
    if you can persuade your users to manually enter the email and message this could work. however i'm sure there could be a user exit you could use to populate that value from elswhere
    hope this helps
    Jerome Mungapen

  • Share via email with outlook

    Hi All, how do you change the share via mail / PDF to work with outlook for MAC.
    I have set Outlook to be my default email client but i want all my iwork apps to work with Outlook and not mail.
    Is there a way to change this or are we locked into Apples products ?
    Thanks

    You look in the apps User Guide.
    So you will learn that you may export the document in a PDF stored where you want then drag and drop the PDF in the email client which you choose.
    You are free to use a  M...oSoft product (you may replace the periods by "red") but there is absolutely no reason why Apple would offer a direct link between an iWork application and this foreign one.
    Yvan KOENIG (VALLAURIS, France) mardi 28 juin 2011 15:38:23 iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8
    Please : Search for questions similar to your own before submitting them to the community
    To be the AW6 successor, iWork MUST integrate a TRUE DB, not a list organizer !

Maybe you are looking for

  • ERROR MESSAGE:  ITUNES HAS STOPPED WORKING

    Hi guys n girls, i was wondering if antonehas had the same probs as me, and ill try to explain what happens, After buying an ipod classic 120gb, i downloaded itune 8 for the firs time and it installs, then windows installer asks you "wouldyou like to

  • Desktop up grade for Windows 7

    HP parent of Palm should provide the funding to update the palm desktop so that it runs correctly on windows 7 and future OS's. 1) Palm Desktop has a huge following and is by far more secure than the "Web Based" solutions that the phones are using. 2

  • Methods of connecting 2009 MacBook Pro to HDTV

    Hello Apple Community. I have a mid-2009 MacBook Pro running OS X Mavericks 10.9.3. I am looking for suggestions or methods to mirror/stream my MacBook Pro 2009 screen to an HDTV, either wired or wireless. I would like to be able to just simply conne

  • Two computers, one DVD burner

    Problem: I have two MACs, a new intel iMAC with iDVD 6 and no DVD burner, and an older "lamp" iMAC with iDVD 5 and a DVD burner. I would like to burn a DVD with a iDVD 6 project I have archived onto an external hard drive (using the burner on the old

  • Mac os x mountain lion rounds photos on the corners...

    Mac os x mountain lion rounds almost every photo on the corners, how can I undo this weird process, affecting only raw files from my Sony RX100? Thanks