Send atomail to PO creator when invoice is posted

hello all,
my client wants to send automail to PO creator when  invoice is posted by finance department.
pls suggest me what is the configuration and settings needs to be done to achieve this task?
regards
simran

check wiki link given in below sdn thread with similar requirement
Message to Buyer when invoice is posted
yogesh
Edited by: Yogesh Lohiya on Jan 26, 2012 5:26 AM

Similar Messages

  • PO is printed when invoice is posted

    Hello gurus,
    I have done output type setting for NEU with key combination of company code , plant and document type and made settings so that when PO is released it should get printed.
    Eventhough this is standard setting I have a issue that when invoice is posted i am getting PO print.
    i want to know the program name which generates this output type so that i can inform abaper to write the logic.
    I want to confirm which program to be modified.
    regards
    Suresh
    Edited by: suresh kilaru on Jul 17, 2008 2:48 PM

    Hi
    Please check the Print program assigned to the Out put type
    SPRO_> IMG_>Materials Management-> Purchasing-> Messages-> Output Control-> Message Types-> Define Message Types for Purchase Order
    Here selct the message type & click on Processing routines, to the medium there will be a program attched , you need to check this, if you are using SMARTFORMS , please check that also
    Thanks & Regards
    Kishore

  • Po Print when invoice is posted

    Hello Gurus,
    I still have the problem of PO priniting when invoice is posted thru idoc.
    Please let me know where to check and avoid this.
    Helpfull answers will be rewarded
    regards
    suresh

    hi,
    please go to MN05 and check
    click on comminucations tab
    mention the output and check
    ME9F-->print PO
    Thanks & Regards
    Swathi

  • Purchase order history not updated when invoice is posted for framework POs

    Hi,
    We've created a framework PO and now posted an invoice against it. The invoice was posted in the following way:
    1. Go to transaction MIRO
    2. Enter the PO number in the PO reference field.
    3. Select the "G/L Account" tab and enter the value manually and also enter the amount at the header level and then post it.
    But when I go back to the PO, I don't see the PO history tab and hence, the PO history is not visible.
    Does anybody have an idea on any config that may be missing?
    Any clues will be appreciated.
    Regards,
    Lakshmi

    Hi
    Did you refer to the same Framework purchase order while posting the invoice?
    Invoice has been posted succesfully and number generated? If yes then check in MIR5/MIR6 the purchase order reference for that Invoice.
    If everything is correct then you can see the IV number in PO history tab.
    Thanks

  • Message to Buyer when invoice is posted

    Hi Gurus,
    I have a requirement wherein, the buyer (Purchase group), should receive a mail or notification on his mail id, when an invoice is posted against a PO created by him.
    Is this possible in standard SAP. If yes, please provide the steps.
    Thanks and Regards,
    Ankush

    HI,
    Please check with your ABAP team and ask them to define the Mailing notifications for required ID's
    it is been done in SOST Tcode.
    Please go thorugh the Below Link very helpful for me and might be for you as well
    http://wiki.sdn.sap.com/wiki/display/ABAP/SendMessagetoExternalemailidandSAPUseridvia+ABAP
    Regards,
    Ninad Kshirsagar

  • Send email to Message Creator when Support Message status is changed

    Hi Pradeep,
    Have you given the partner function tick in the action?
    Have you activated the smartform?
    Please check and tell.

    Hi Raj,
    Thanks for the reply.
    I have entered the Partner determination for the the Action.
    SLFN002-- Reported by
    i have also assigned the Smart Form mail in the Processing type.
    Regards,
    Pradeep L

  • Send Custom Mail Notifications to Author/Creator when workflow ends

    Hello All,
    I am working on workflows and I want to send a mail notification to the "Author/Creator" when the workflow finishes.
    Currently, UCM workflows do not provide this functionality Out-Of-The-Box.
    For this I implemented a filter and hooked it to the event +"advanceDocumentStateMarkWorkflowFinished"+ event.
    Now I am able to send mail using the following code:
    InternetFunctions.sendMailTo(email, "DynamicPrefixTemplate","Workflow Notifications", cxt);
    However, I am not able to retrieve the author name to whom I have to send the notification. I found that "databinder" object (passed as param) in method signature below doesn't contain the author name attribute.
    public int doFilter(Workspace ws, DataBinder binder, ExecutionContext cxt)
    I can see other attributes such as dId, dName etc. but not the "dAuthor". Can someone please suggest how can I retrieve the author name for the document for which workflow has just finished and notify the author..
    I know there are services like getDocumentByName, but I do not know can I call these services from my filter code in Java. Please guide me.
    Thanks in Advance,
    Aakash

    Hi,
    If what you need is to send a notification to the original author, you do not need to write custom code, you can follow these steps:
    1) on the first step, assign the dDocAuthor to a workflow variable. As an example, on the Entry event if the first step add this code:
    <$wfSet("originalAuthor",dDocAuthor)$>
    Note that you need the previous step only if you allow revisions during your workflow. If you don't, then dDocAuthor would not change and you can skip that step
    2) on the last step, send a notification using the variable we saved on the first step as the addresee. As an example, on the on Exit event add this code:
    <$wfNotify(originalAuthor,"user")$>
    (if you do not allow revisions, substitute originalAuthor by dDocAuthor)
    Another thing, a lot of people run into the need to override the standard email templates when they start sending custom notifications. The workflow administration guide has a very nice and detailed section that explains how to do this. Also, the idocscript reference guide is always a good point to check the correct syntax for idocscript functions. There is a section of workflow related functions/variables in that guide that always comes in handy.
    Hope this helps.
    Regards,
    Jorge

  • Send Mail alert to customer when billing document is created

    Hi experts,
    My requirement is to send email alert to customers when billing document is saved.( in transaction VF01 ).
    I don't want to send any pdf format. I just want to intimate customer that the invoice is created.
    Searched forum and tried all possible ways. Please send the steps to configure the same.
    Request your valuable suggestions in this regard ASAP.
    Thanks in Advance.
    Regards,
    Farha.

    Hi,
    It is also similar to sending the PDF document through email.
    But in your case, it becomes easy. The program should take only the invoice number and send the invoice number through email to the desired email address.
    You have to configure the output type as normal as any other email output type.
    The logic has to be defined in the program.
    So there is no difference at the functional consultant level, the technical consultant should accordingly write the code to just send the invoice number.

  • Generated EDI message when the invoice is posted.

    Hi!!!,
    We are implementing a process to receive electronic invoice, we are using the FM. IDOC_INPUT_INVOIC_MRM  to process the IDOC with the invoice, so we need to confirm the reception of the invoice using an output idoc when the invoice is post. Anybody know some way to customizing this confirming message using EDI? we would like to send the message when the invoice is posted (we need to use IDOC to send the confirmation)
    Thanks for your help!!!

    Hi,
    How you are creating invoice?
    Creating based on data coming from Idoc or sending Invoice data as Idoc.
    please elaborate.
    Regards,
    Bhavana.

  • When MIGO Doc posting Excise Invoice BED,AED,SED,ECS,CESS Not displayed

    dear Gurus ,
    i have one problem when i and posting the document through MIGO T-code the doc is posted but these values is not appearing in the screen
    Click on bottom of Excise invoice then put data on each of the fields for ex :- BED 
    AED 
    NCCD
    SED 
    ECS 
    Then this data will be print on top window of the Excise invoice column .
    BED   0.00                SED    0.00             SECess 0.00          
    AED   0.00                ECS    0.00                                  
    NCCD  0.00              CESS   0.00            
    but this data is not displayed in the screen but doc is posted successfully .
    we are upgrading the system for 4.7 to ECC 6.0 after that this problem comes kindly send me the solution or is there any configuration wise changes or some support package or note is applying kindly send me the details and feedback
    regards
    ritesh sharma
    SAP ABAP Consultant

    Hello,
    In my opinion you have not maintained the Excise details.
    Maintain
    Chapter ID
    Material & Chater ID Combination
    Assesable Value
    Cenvat Determination
    Vendor Excise Details ( Check the Excise Indicator) as 1
    because of not maintaining these Excise details, values are not caluclated in the Purchase Order.
    Due to this reason while doing Goods receipt, system is not getting the Excise Values.
    Please maintain and let me know.
    Regards,
    Kumar

  • Cannot send email from pop account when in 3G, will send in WIFI

    I cannot send email from pop account when in 3G, will send in WIFI.
    I thought it was the SMTP server first.. but when i config my WIFI, suddenly the emails that i tried to send, left my outbox and sent.
    Any idea's

    The SMTP server you are using with Wi-Fi would be the outgoing server of your internet service provider... this is likely why that's working.
    SMTP servers specific to a ISP would not work on the 3G network. You would probably need another SMTP server. One from your cell provider?

  • Can not send email from corporate account when out of office

    I have a 3G+wifi ipad, my sending via corp email works when I'm in the office (connected via wifi) but doesn't send when I'm on 3G and other wifi network (my home wifi). When I send from the other locations I can send from yahoo account only. I have tried to change the server port a couple of times but still no luck. Anyone has any idea how solve this problem?

    I am still having some of the problems the guy who can't get corporate emails has.
    You have already read my thread. Yesterday was a good day, I got every single email I received on my iPhone and main Mac computer on my iPad.
    I powered the Pad down last night, turned it on this morning and only got 2 of the 4 I was sent during the night, 2 of them being from my US HO but yesterday I got emails from my US HO on my iPad early in the evening.
    I have learnt that ntl world emails cannot be received with 'Push' so that cancels out that being anything to do with it.
    There is only one difference in my settings so don't know if this is making any difference:-
    On my iPad the smtp authentication is MD5 Challenge-Response.
    On my iPhone the authentication is Password, I have tried changing it but it won't let me. Can't think that this is the problem as this is on the Outgoing Server of which I have no problems.
    Another odd thing is that when I got my iPhone last year I synched the account settings through iTunes. I did this 3 weeks ago when I got my iPad. I then unselected synching the accounts in iTunes when the Pad was connected as I wanted to set them up manually. Now I cannot access this part of iTunes for the phone or pad, it's ticked but greyed out and doesn't show any of my 4 accounts.
    One of the main reasons I bought a Pad is to do emails on it as I find the iPhone a little small to use all day. I am gutted that the Pad is not getting all mails and can't trust it.
    Could it be that when I power down it affects the settings as that's the only thing different I did yesterday. I will keep the pad on all day and night but this should not be the problem can it? Don;t want to waste power having it on all evening.

  • Since ios5, i cannot send email from my iPod when in my network, only when 3G

    Since ios5, i cannot send email from my ipad when wi-fi but only when 3G

    The SMTP server you are using with Wi-Fi would be the outgoing server of your internet service provider... this is likely why that's working.
    SMTP servers specific to a ISP would not work on the 3G network. You would probably need another SMTP server. One from your cell provider?

  • My iPhone 5 won't send texts without wifi, even when I have 4G. It also won't make calls. Any ideas?

    My iPhone 5 won't send texts without wifi, even when I have 4G. It also won't make calls. Any ideas?

    Do you have a cellular plan with data and SMS activated?

  • My Apple store ID password is not working, so I tried to send a message to my Yahoo email (ID) the new password, so when it said that a massage was send to my email, but when I login to my yahoo email, I didn't receive any email from apple

    My  other apple store ID ([email protected]) password is not working, so I tried to send a message to my Yahoo email (ID) the new password, so when it said that a massage was send to my email, but when I login to my yahoo email, I didn’t receive any email from apple

    You can send over WiFi, but it sounds as if you need to setup your Gmail account, or did you do this already?

Maybe you are looking for