Email after succesfull upload

Hallo,
is it possible to create the following process in BW:
First i plan an importand upload job (like Controlling für the monthly report).
Second the User (Controllers) get an automatically mail with office when the upload job is green and ready and reportable?

Yes, it's possible, with Process Chains you can configure an e-mail alert after each process (step) both on successfull execution or on failure.
Just choose "Create message" from the context menù ...
In order to be able to send e-mails you must also configure SCOT (ask you sys-administrators about) and RSPCM. Some usefull Notes are: 455140, 176492, 818165.
Hope it helps
GFV

Similar Messages

  • How to send email after bdc upload done?

    Hi Experts,
    How do we send an email after the bdc upload program run successfully. I want to send email to the users saying the material upload successfully message with the material details.
    How can i do it? Is there any way to trigger a mail after calling the bdc upload part?
    Please help me on this.
    Thanks in advance.
    Regards,
    Rashika.

    Hi,
    After the BDC has run. check if sy-subrc is zero or not.
    IF sy-subrc EQ 0.
            COMMIT WORK.
    and in this IF statement use the following code:
        wa_receivers-receiver = so_malid-low.
        wa_receivers-rec_id = so_malid-low.
        wa_receivers-rec_type = 'U'.
        wa_receivers-com_type = 'INT'.
        wa_receivers-notif_del = 'X'.
        wa_receivers-notif_ndel = 'X'.
        APPEND wa_receivers TO gi_receivers.
        CLEAR wa_receivers.
    Populate the subject/generic message attributes
      wa_doc_data-obj_langu = sy-langu.
      wa_doc_data-obj_name = lc_obj_name.
      wa_doc_data-obj_descr = 'Find Inactive PU/DU'(001).
      wa_doc_data-sensitivty = lc_sensitivity.
    Describe the body of the message
      wa_message = '<html><head>'.
      APPEND wa_message TO gi_messages.
      wa_message = '<style type="text/css">'.
      APPEND wa_message TO gi_messages.
      wa_message = lc_style_content.
      APPEND wa_message TO gi_messages.
      wa_message = lc_style_content1.
      APPEND wa_message TO gi_messages.
      wa_message = '</style></head>'.
      APPEND wa_message TO gi_messages.
      wa_message = '<body>'.
      APPEND wa_message TO gi_messages.
      wa_message = 'Hi,<BR><BR>'(002).
      APPEND wa_message TO gi_messages.
    CONCATENATE(' Updation successful')
        '.<BR><BR>'
        INTO wa_message SEPARATED BY space.
        APPEND wa_message TO gi_messages.
    DATA: lv_tab_lines TYPE i VALUE 255.
      CLEAR gi_packing_list.
      REFRESH gi_packing_list.
      wa_packing_list-transf_bin = space.
      wa_packing_list-head_start = 1.
      wa_packing_list-head_num = 0.
      wa_packing_list-body_start = 1.
      DESCRIBE TABLE gi_messages LINES lv_tab_lines.
      READ TABLE gi_messages INDEX lv_tab_lines INTO wa_message.
      wa_doc_data-doc_size = ( lv_tab_lines - 1 ) * 255 + STRLEN( wa_message ).
      APPEND wa_message TO gi_messages.
      DESCRIBE TABLE gi_messages LINES wa_packing_list-body_num.
      wa_packing_list-doc_type = 'HTM'.
      wa_packing_list-doc_size = lv_tab_lines * 255.
      APPEND wa_packing_list TO gi_packing_list.
      CLEAR wa_packing_list.
    CALL FUNCTION 'SO_DOCUMENT_SEND_API1'
        EXPORTING
          document_data              = wa_doc_data
          sender_address             = gc_sender_address
          sender_address_type        = gc_sender_address_type
          commit_work                = 'X'
        TABLES
          packing_list               = gi_packing_list
          contents_txt               = gi_messages
          receivers                  = gi_receivers.
    Regards,
    Rajesh Kumar

  • Corrupt email attachments and uploading of files

    Hi all.
    I've been having this problem for a few weeks now but just spoken to BT and they told me the line/connection is fine and they cannot help me any further.  I had read that it could be noise or static on the line but according to BT this is not the case.
    My problems are occuring when I send email attachments via Mail, they almost always are being corrupted when the recipient receives them.  Also, when I upload amended website files via FTP, quite a few of the graphics end up corrupt:  Images display as half an image and half grey or they can display as small section of the image and the rest being a block of colourful noise.
    I'm really at the end of my tether with this one, not only does it happen on my MacPro, it also happens on my MacBook Pro
    I'd be really grateful of any help/suggestions from anyone please.
    Many thanks
    Mark

    As said you'd have to transfer your file somehow to the database server; you could use ftp or standard windows shares for that. After you uploaded your file you could use dbms_lob to process your file and insert it into the database: http://docs.oracle.com/cd/B19306_01/appdev.102/b14258/d_lob.htm#ARPLS020
    Or you could use BFILES to store pointers of your files in the table:
    http://www.orafaq.com/wiki/BFILE
    The other way round you'd simply use ftp or what ever else to download those files to the client and display them with host with the associated program. Bfiles would have the benefit that the files are not stored as blobs in the database but on the filesystem which would spare you the writing of a temporary file to transfer it to the client (and reading it with dbms_lob when transfering it to the server) as the file resides on the file system of the database server.
    cheers

  • I have an iPhone 4 on IOS5. I signed up for itunes match. After everything uploaded to the cloud, my songs are messed up. I'll select a song and the title will show with the right art work but a different song will start playing.  Anyone have a solution?

    I have an iPhone 4 on IOS5. I signed up for itunes match. After everything uploaded to the cloud, my songs are messed up. I'll select a song and the title will show with the right art work but a different song will start playing.  Some songs won't play at all even though they do appear in the itunes store. The artwork almost always shows u blank until you turn it to landscape then it will appear. Anyone know what's going on?

    I have found that scrolling through the album list (past albums without art) triggers the progress wheel next to the wifi symbol. You can scroll quickly through the whole collection and then wait! Artwork will appear gradually...
    However, repeat visits to the Music App might initially show no artwork again, but it might spontaneously appear more quickly this time. The bad news is that the whole Music App is now sluggish as ****...

  • Hi there, i was wondering if there is a feature in Thunderbird that will allow automatic printing of an email after it has been sent? Thank you

    Hi guys,
    I was hoping there might be a feature or add-on that will allow me to automatically print an email after I send it. For the purpose of creating a paper trail we have to print out at least the 1st page of all emails sent to our clients. Love using Thunderbird and would like to keep using it. I know there is a feature in Outlook. Hope you guys have one too :)

    There is an add-on, [https://addons.mozilla.org/en-US/thunderbird/addon/send-filter/ Send Filter], that allows filters to act on the Sent folder, and there is an add-on, [https://addons.mozilla.org/en-US/thunderbird/addon/filtaquilla/ FiltaQuilla], that adds Print to the filter Actions. I can't confirm whether or not you can get them to work together to achieve your aim.

  • Validation error after File upload

    HI,
    I am using a file upload functionality in OAF page.
    When i browse for the required excel file and click on browse, the data is popluated on the oaf page.
    I have 2 lov fields on page - say a & B.
    B is a dependent LOV on A.
    I have a validate button on my page which gets enabled only after file upload and validates if the data is correct or not.
    The issue is like if i am having value in upload file for A as 1 and for B as 1800, but my LOV B has 2 values 1800 & 1800-01 for LOV A = 1, it gives me an error at that LOV "Select a Valid Value". If i open the LOV B window and select 1800 from it the data is correctly validated without any error.
    Please help me that how can i rectify this error i.e. it should validate the data corrrectly if i pass the value 1800 to it thru excel sheet.

    See take an example of Employee name LOV .We know for every employee a unique emp Id is related to it.So if two person are having same name also then also their ID is different.In such cases , while creating LOV we create a FormValue for EmpID .Its not visible on Page but while validating the page formValues are also considered thereby it doesnot cause invalid value error...
    In Your case, what you can do is the way you are populating the LOV field you can populate this FormValue to remove the Error.
    Please Refer Jdev Guide for more info..
    Hope it helps!!!
    Thanks
    AJ

  • All my Garage Band songs are gone in the app after I uploaded to iCloud.

    All my Garage Band songs are gone in the app after I uploaded to iCloud. Where can I retrieve the songs? iCloud doesn't show any Garage Band folder backup. Help please!!!

    Is your GarageBand version up to date? If not, upgrade to the latest version. also, you coud try to reset GarageBand to the factory settings. That brought my iCloud projects back.
    Open the "Settings" app on your iPad and scroll down to the applications. Open the GarageBand settings and set "Reset GarageBand" to on.
    BTW: If there are network problems it sometimes may take a very long time, before the song is downloaded from the cloud again. That is why I never upload the original to iCloud - I duplicate the song and share only a copy to iCloud. Once I am sure the upload has been successful and the cloud version is working I delete the original.
    Regards
    Léonie

  • I upgraded my Yahoo IM and after it uploaded, my homepage went from Firefox to the Yahoo homepage and I cannot get the firefox homepage to come up. How can I get the Yahoo homepage off and get the firefox homepage on?

    I upgraded my Yahoo IM and after it uploaded, my homepage went from Firefox to the Yahoo homepage and I cannot get the Firefox homepage to come up. I have tried to reinstall Firefox, but the Yahoo homepage still comes up. How can I get the yahoo page off and get the Firefox page back on?

    Here are instructions to [[How to set the home page#w_restore-the-default-home-page|restore the default home page]].

  • 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 am not receiving verification email after following all instructions for registering itunes card

    I am not receiving verification email after following all instructions for registering

    If you are using the old Firefox Start Page - http://www.google.com/firefox - Google has something messed up on that page. I'm starting to wonder if they are charging Mozilla for the click-thru's to the Firefox download page??
    The new default Firefox Start Page / homepage - '''about:home''' - doesn't give users that incorrect message.

  • Email after clearing document

    Hi,
    we have a requirement to generate an email after a clearing document is generated by the transaction F110.
    The problem is, we are not able to find a suitable EXIT or a BADI or a BTE. The email should be triggered after the clearing document is generated.
    Any pointers to a BTE event or a suitable EXIT?????
    Thanks,
    Raghavendra.

    Hello,
    I think you should use user-exit ZXDTAU01. It is activated after doing the payment proposal.
    Bye,
    Gabriel P.

  • Problem setting up email after Belle update

    Hi, I was having this problem that after Belle update I could not receive emails after set up.
    My email is with eircom.net and phone is with Vodafone Ireland. It is working afet I tried these settings.
    Set your own email address, user name and password.
    Try this settings:
    Incoming server: webmail.eircom.net ( use your own, this in mine with eircom.net)
    access point: internet
    NB: security: OFF
    Port: default
    APOP secure login: OFF
    outgoing server: For vodafone it is mail.vodafone.ie (Ireland)
    Access point: internet
    Security: OFF
    port:default
    Hope these help....

    Problem solved. The ipad default is set to IMAP. When I changed it to a POP server, problem solved.

  • 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 .

  • Transport Package doesn't show up in pending imports after Package upload.

    Hello,
    I am importing WPC web content (Transport package) (http://help.sap.com/saphelp_nw70/helpdata/EN/46/77da3bb8036ef0e10000000a1553f6/frameset.htm ). Transport Package doesn't show up in pending imports after Package upload. I repeated the package upload. Still its not showing under "Pending Imports"
    Anything else has to be done while importing a transport package (wpc web content).
    Thanks
    Tony

    Hi Martin
    Thanks, it worked!
    A note when uploading different files with "non-functional" extensions could have been nice there.
    /Martin

  • I am unable to access my current email after I did the IOS 8.3 update.

    How can I retrieve my current email after I installed the IOS 8.3 update?  I have turned off the phone several times, deleted my email account and added it back in and still have no success.

    I get the message:  "The connection to the server failed".  My email last updated yesterday, before I did the update.  I am responding to you now on my hone computer.

Maybe you are looking for