Emailing PO to Vendor, copy to buyer as well

Hi all
We want to send email to Vendor when a new PO is created
we also need to copy buyer in the email
Can this be achieved via standard SAP ??
please suggest a way out
Thanks

Hi,
This thread is exactly what I am trying to do for a large company with SAP deployed globally (R/3 u2013 4.7), but I canu2019t quite get it to work.
I figure with a partner type such as BU for buyer, there should be some way to grab the purchasing group configuration data, such as the email address (OME4 or table V_024), for the email output (#5 u2013 External Send). But I was not able to do so.
I did add BU to the partner schema and I assigned the partner schema to the document type. But, then when I create message output in the PO either directly or through output condition records (MN04), I canu2019t seem to get the partner right in the PO and link it back to V_024 to get the buyeru2019s email address.
The BU partner role out-of-the-box is linked to AP (Contact Person). I would think that this would be where it needs to be linked to the purchasing group config, but when I look at the other options, I donu2019t see it. Further, I need to make sure that the new partner doesnu2019t become our vendor on the PO. I tried linking BU to LI (vendor) and linked to our employee vendor records that we use to pay expense reports (different account group from regular vendors, but nonetheless managed with vendor master data). This actually allowed us to pick up the buyeru2019s email address, but not by virtue of V_024, but rather from their employee vendor record. I even got it to output via SOST. But, with standard SAP, this alternate partner (the employee vendor record in my case) is used on the purchase order form. So, the buyer ended up being the vendor on the PO form. I donu2019t want to customize the form to deviate from standard SAP to fix this.
So, can you tell me what partner type (AP, LI, other) BU should be linked to? And, how I can use BU to grab the email from V_024? And do all this without treating the buyer as a partner that would end up replacing the vendor on the PO form in standard SAP? Does this make any sense?
Any help would be very much appreciated.

Similar Messages

  • Email upload in vendor master change

    Hi all,
    I have to do emails upload in vendor master change but when i do through shdb recording i am not able to see the communication screen to enter the values. Can any one of you please guide me step by step.
    Thanks & regards,
    Kumar

    Hi,
    you have to use table BAPICOMREM. Just go to one testing customer and add email address with note to this customer. Then go to SE37 and call BAPI BAPI_ADDRESSORG_GETDETAIL. This BAPI has same structure as BAPI_ADDRESSORG_CHANGE. Hence you will see how you have to fill all structures to change email address and also note.
    Cheers

  • How to add email option for vendor.

    Hello all,
    I looked for adding an email to the vendor in xk01, but there was no option of email field. I want to post FCEM output to test whther the output working fine thorugh email.
    Plz advice.

    Hi,
    If you are using sap delivered vendor account group, system defualt shows email address in vendor master data.
    In address tab, communication segment you can see the vendor email address.
    Or Goto OMSG t.code choose vendor account group, double click on general data.
    double click on communication, check the Internet mail address field and save.
    Regards,
    Chandra

  • BTE for F-58 Manual Paymnet to Trigger Email Notification to Vendor

    Dear Expert,
    I am looking for BTE to trigger automatic email notifiaction when processing payment via F-58.
    The client is using F-58 to pay vendor.  The requirement is, they want to send automatic email notification together with the remmittance advice to the vendor once they paid using F-58.
    Appreciate your help.
    Thanks.
    SA

    Hi,
    I did the setting in FIBF . SETTING - PROCESS MODULE - CUSTOMER - ADD the BTE 00002040 and maintain the email id in vendor master  now i process the F-58/FBZ5, i checked there is no email is generate,
    Can anyone suggest what is the other setting missing in configuration
    Regards
    G.Kumar

  • Mailing remittance advice to multiple email id of vendor

    Hi,
    We have requirement that remittance advice need to be send to multiple email ids of vendor.
    I have implemented SAP note Note 1033893, which says after applying the note the email can be sent to multiple email ids by seperating the email ids by space in field c_finaa-intad in BTE 2040.
    But when i am trying to send the email to multiple ids is its throughing an error 'Advice note for pymt 1000 1500010133 will be printed; dispatch via e-mail not poss.', but when i tried to send with one email id . its working fine.
    Please help if you know any solution..
    Thanks,
    Rasmi Ranjan Mishra
    ABAP Programmer
    <removed by moderator>
    Edited by: Thomas Zloch on Aug 12, 2011 3:35 PM - please do not post contact information

    Any one has solution for this ? We are also looking for solution. Thanks in advance. 

  • Mass update of email in the vendor master record

    Hello to you all,
    Does anyone know how can I run mass update of email in the vendor master record for a big No. of entities?
    XK99 won't help since you can't find the email,
    Batch input recording won't help as well since the email can't be found.
    I will appreciate your help,
    Amir

    Hello Amir,
    You can use LSMW for update operation. You should create a batch input recording for transaction FK02. But you must tick "Use central address management" checkbox on FK02 screen while recording batch input. After that you will see E-mail field on screen.
    Regards,
    Burak

  • Email remittances to vendors/suppliers for voided cheques

    Hi Masters,
    I will highly apprecaite if someone can help me with the following issue :
    The system is sending email remittances to EFT vendors for voided cheques. For example:
    Cheque number 343028 was voided in the system sent an email to the vendor indicating that payment 343028 would soon be deposited in their account. The vendor also received an separate email indicating that the same amount would again be paid but the second email referenced the EFT payment number.
    Can we change the EFT email process to only send remittances by email if the payment number is less than 300,000? Then it will never send an EFT remittance email for cheque payments or voided cheques since they are always numbered above 300,000
    Is it possible to modify the workflow..... so that no remittance mail goes for check payments.Any reference or solution would help me alot.
    Thanks in Advance
    A

    <Can we change the EFT email process to only send remittances by email if the payment number is less than 300,000? >
    In your question above, when you say "payment number less than 300,000", does the 300,000 refer to a check number?
    Thanks,
    Chiru

  • How to send c.c. email po to vendor?

    My print program has the following codes for sending email PO to vendor
        CALL FUNCTION l_fm_name
         EXPORTING
           control_parameters = l_prn_ctrlop
           output_options     = l_prn_comp
           user_settings      = ' '
           mail_recipient     = ls_recipient
           mail_sender        = ls_sender
         TABLES
           l_xekpa    = l_doc-xekpa
           l_xekpo    = l_doc-xekpo
           l_xeket    = l_doc-xeket
           l_xekkn    = l_doc-xekkn
           l_xekek    = l_doc-xekek
           l_xtkomv   = l_doc-xtkomv
       EXCEPTIONS
           formatting_error   = 1
           internal_error     = 2
           send_error         = 3
           user_canceled      = 4
           OTHERS             = 5.
    Only 1 address is allowed for parameter "mail_recipient". How can I send PO to more than 1 vendor? And is it possible to distinguish to: and cc: for recipient?
    Thanks in advance.
    Vicki

    hi,
    u can look at the following code sample
    here m selecting my reciecevers based on my condition -  e-mail receivers.
        SELECT SINGLE smtp_addr FROM adr6 INTO v_mailaddr    "#EC *
         WHERE addrnumber = i_addrnum.
        wa_it_reclist-receiver = v_mailaddr.
        wa_it_reclist-express = c_X.                        " X
        wa_it_reclist-rec_type = c_U.                       "U -> Internet address
        APPEND wa_it_reclist TO it_reclist.
    Sending Mail
        CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
         EXPORTING
          document_data                  = w_doc_chng
          put_in_outbox                  = c_X            "X
        COMMIT_WORK                    =
       IMPORTING
        SENT_TO_ALL                    =
        NEW_OBJECT_ID                  =
         TABLES
          packing_list                   = it_objpack
          object_header                  = wa_objhead
          contents_bin                   = it_objbin
          contents_txt                   = it_objtxt
        CONTENTS_HEX                   =
        OBJECT_PARA                    =
        OBJECT_PARB                    =
            receivers                    = it_reclist   <............................
         EXCEPTIONS
           too_many_receivers            = 1
           document_not_sent             = 2
           document_type_not_exist       = 3
           operation_no_authorization    = 4
           parameter_error               = 5
           x_error                       = 6
           enqueue_error                 = 7
           OTHERS                        = 8 .
    u can look @ the entire code .. i have put into code tutorial ..
    https://wiki.sdn.sap.com/wiki/x/MYOmAw
    it was a FM to send Email ..
    hope it would prove useful to u ...
    regards,
    prashanti

  • F-58/FBZ5 Manual Cheque Printing Email Notification to Vendor

    HI Expert,
    My Client Requirement is when User  processing payment via F-58/FBZ5 in SAP, System automatically send the email notification  to the vendor, can it possible in SAP if yes how ?
    Regards
    gk

    Hi,
    I did the setting in FIBF . SETTING - PROCESS MODULE - CUSTOMER - ADD the BTE 00002040 and maintain the email id in vendor master  now i process the F-58/FBZ5, i checked there is no email is generate,
    Can anyone suggest what is the other setting missing in configuration
    Regards
    G.Kumar

  • Email alert to Vendors

    Hi All,
    I have a situation where I would like to send email alert to vendors everytime a liability entry is posted to the vendor account - email ID would be maintained in the vendor master.
    Wanted to know if this is possible in standard SAP - if yes, what are the pre-requisites?
    It would be nice if someone can share documentation / knowhow regarding this.
    Thanks in advance.
    Pinaki

    Hi,
    The setting which is required by you is not part of standard SAP.
    For doing this you will have to write a ABAP programme.
    You can use corrospondance function but in that manual work is more.
    Thanks & Regards,
    Abhijit Sonar

  • Can't send email, keep getting ''a copy has been placed in your outbox. no password provided

    can't send email, keep getting '' a copy has been placed in your outbox. no password provided.
    please go to Mail account settings and enter a password" but i did !

    You have not stated who your email account is with. Go to their website, see if they have FAQ's or a forum and check if there is an existing post featuring the same problem. Keep us informed.

  • Multiple active emails on the Vendor master

    We would like to use multiple emails for a vendors .
    One to send PO's and Second to send payment advice  to the Vendors .
    Could you please suggest options to maintain two active emails addresses ?
    Thank you in advance

    Hi,
    If you have maintained the payment term in the Purchase Order, it will overwrite the payment term which is maintained in the Vendor Master. If no payment term is maintained in the PO, then the payment term which is maintained in the Vendor Master will be considered.
    Regards,
    Amit

  • Email Notifiaction to vendors once the purchaser creates a bid invitation

    Hi Experts,
    I need to send email notification to vendors (bidders) once the purchaser creates a bid invitation. How do I go about it?
    Thanks in advance.
    Regards,
    Arijeet Bhattacharya

    Hi Dinesh,
    My actual requirement is as follows. Once the bid invitation is created, based on certain conditions mails with different content (header + mail text) should be sent to the vendors. For example,
    1.During creating of IFB :- u201C An Enquiry has been raised against you : <CFN/PR/IFB No.> Please visit our portal :  Click here <link> u201C.
    2.During IFB modification for End date of submission :-u201CEnd date of submission has been extended to <  date  > against < CFN/PR/IFB No.> Please visit our portal :  Click here <link> u201C.
    3. During IFB modification for new vendor addition & End date of submission :-
    a. to the new vendor :-- u201C An Enquiry has been raised against you : <CFN/PR/IFB No.> Please visit our portal : address(link) :u201D----
    u201C.
    b.  to old vendors :- :-u201CEnd date of submission has been extended to <  date  > against < CFN/PR/IFB No.> Please visit our portal :  Click here <link>.u201D
    4. During Price bid modification :- u201CPrice bid opening date has been finalized as < date > against <CFN/PR/IFB No.> Please visit our portal :  Click here <link> u201D **
    this mail to be sent to only techno-commercially accepted vendors.
    These email messages are to  sent by the system.
    How can I affect these changes.
    Regards,
    Arijeet Bhattacharya

  • Copy the attribute as well the associated type from the  standard to your enhanced view.?

    We are doing CRM Upgrade to Ehp3 and i am working with TC:WCF_CC
    Please guide me how to open standard view in parallel in component workbench?
    to add copy the attribute as well the associated type from the
    standard to your enhanced view.?
    Please advice

    Hi,
    The only option i see is writing a BDC for a Mass Change or through Catt or E-Catt procedure, you can define any no. of fields there to copy and then you need to maintain the data in Excel file correctly, otherwise Ecatt is not going to upload the data.
    Hope this helps.
    Thanks
    Aktar

  • Send Purchasing Documents via email/fax to vendor

    Hi all,
    I have a customer requirement wherein Purchasing documents such as RFQ, PO etc need to be sent to vendors via email/fax. To cater to the customer's form requirements, we developed smartforms instead of using the standard MM purchasing smartforms. To call these smartforms in the print programs, we copied the standard print program SAPFM06P and commented out the function module ME_PRINT_PO  in the routine ENTRY_NEU and added the our own code to call the custom smartform. The custom code segment in the print program is attached for reference.
    Now, when we are trying to generate messages for the purchasing documents using output type External Send, the custom program does not pick up the email address maintained in the vendor master and instead picks up email address maintained in RFQ or PO initiator's user profile. We have made the required configuration for SCOT and SOST tcodes.
    We tested the same scenario requirement using the standard print program and got the desired results i.e. the print program picked up the email address maintained in the vendor master. But with this approach, we cannot use our custom smartform.
    Any help in this matter will be appreciated.
    Regards,
    Saad

    Hi Biju !
    Thanks for the response but I think you missed the point here. I am using different output types for RFQ and PO as well as different custom smart forms and we are using the same custom print program to generate output for both.
    The issue is with the print program and not the output type as I mentioned that I have already got this thing working on our IDES using the standard print program and standard forms.
    Tomas Talpa's response seems to be helpful. I'll get my technical consultant to amend the code accordingly and see if it works.
    Regards,
    SaaD Karim Mallick.

Maybe you are looking for