Email to mulitple email id define in Vendor Master

Hi ,
Can anybody help to find the solution for sending email to multiple vendor email address defined in vendor master. In fact right now the email goes to single vendor which is defined as standard. But we want to send email to multiple vendors defined in vendor master email address and in email address we also want to define internal users to whom the email should be send.
Regards
Sunita

Dear Heinz India Team,
SAP Standard only gives option of sending one email in general data tab, but the workaround for that is instead of a customized program, you can maintain the email address in Contact Person fields and just ask your technical person to pick the email address from there.
you can give the logic that... pick up the field person number  which is for Contact Person and use that in table ADR6.
I hope this will solve your problem without much customizing
Reward Points if it helps,
Regards,
N

Similar Messages

  • Populating the email address (SMTP_ADDR) in Vendor Master using PRAA

    Hi, experts!
    We would like to start using transaction PRAA (program RPRAPA00) to create and update Vendor Master Data based on HR employee data.  As part of this process, we would like to populate the "E-Mail" field with data from infotype 105.  (We have a separate infotype 105 subtype that stores the email address in the USRID_LONG field.)  I added the INFOTYPES: 0105 data declaration via an enhancement spot in RPRAPADE_ALV, so the GET PERNR brings in the appropriate p0105 data.... I just don't know how to push that into the appropriate field in the vendor master.
    I am trying to find the structure within the RPRAPA00 program that contains the email address field SMTP_ADDR, but can't seem to find it.  When a Vendor is created, it looks like this field gets stored in the ADR6 table, but I don't really understand how the ADDRNUMBER field in the ADR6 table gets linked back to the vendor number (LIFNR).
    I looked at the BADI BADI_EXITS_RPRAPA00, but none of the defined Methods have an email address field.
    How do I update the email address field in the vendor master using PRAA?
    Thanks in advance for any advice you can give!
    - Steve

    Did you figure this out?  I'm trying to do the same thing.
    see PRAA user exit to update vendor email address
    A couple of things I found are:
    - there are 2 email address on the vendor
      - Comunication section - SZA1_D0100-SMTP_ADDR
      - Correspondence section - BLFB1-INTAD
    - apparently it is some kind of standard to use the correspondence section email address to send emails via F110
    - you have access to BLFB1 in RPRAPAFO_ALV
    - using the modification assistant I was able to populate BLFB1-INTAD
    - like you I thought the vendor email address's were stored in ADR6 but I tried going in to XK02 and added a couple of bogus email address's to a vendor and then went into ADR6 looking for them.  I could not find them.   Correction - I took another look in ADR6 and I did see the test email address.
    Buy reading some other threads they imply that this can be done via a user exit but like you I can't seem to be able to see how.
    Jerry
    Edited by: Jerry on Mar 12, 2011 12:48 AM
    Edited by: Jerry on Mar 14, 2011 5:12 PM

  • Email id field for Vendor Master

    Hi Experts.
    Can any1 tell me where to enter E-Mail id while creating the vendor with Transaction Code-XK01 as i cudnt find the e-mail field for entering the vendor master's mail address anywhere in Vendor: Address Screen.
    Thanks in Advance.
    Deepak

    Hi,
    Goto the T.Code "OMSG".
    Select your account group.
    Double click on it and goto details.
    Double click on "General data".
    Double click on "communication".
    Check whether the field "Internet mail address" is suppressed or not.I think in your case it is suppressed.So you are not able to see that field.Change it to optional entry.
    Regards,
    Krishna.

  • Vendor Master IDOC - Email address

    HI,
    Requirement is to include email id in outbound vendor master IDOC CREMAS, IDOC only have address number :-(
    Any pointers how it can be achieved? preferably without coding
    Also how can I include email address in the change pointers as well (BD52)?
    Regards,
    Manoj Aggarwal

    Hi Manoj,
    Please go through SAP note 384462 - Master data and addresses
    Regards,
    Tomek

  • Email address from vendor master.

    Hai,
    Could any one guide me how to pull out the detials pertaining to email address  stored in Vendor Master .
    I tried in LFA1 table and ADRC table, but i could not get  the data.  Is there any other table from which
    i can extract the data
    Thanks.

    Check fm ADDR_COMM_GET
    CALL FUNCTION 'ADDR_COMM_GET'            
          EXPORTING                           
               address_number    = addrnumber
               table_type        = type      "ADSMTP
          TABLES                              
               comm_table        = adr6 .

  • Update email in Vendor master through PRAA

    Hi,
    Is it possible to create email id in communication tab of Vendor master through PRAA.
    I have read so many threads, but not got any solution.
    I know it is not possible without do any development, could you please highlight some inputs to do this?
    Regards
    SM

    Hello SM,
    As per the documentation in SE38 on program RPRAPA00, the system creates
    vendor records by reading the infotypes:
    Actions (Infotype 0000)
    Organizational Assignment (Infotype 0001)
    Personal Data (Infotype 0002)
    Permanent Residence (Infotype 0006 Subtype 1)
    Bank Details (Infotype 0009 Subtype 0 or 2)
    The Communication (Infotype 0105) where the email address is stored is
    not read. Even if the 0105 was read and was able to populate field
    SMTP_ADDR with an email address in the vendor master record it is
    actually not possible to email remittance/payment advices to vendors
    after running the payment run (F110) or creating the DME file. It is
    only possible to fax or print payment advices. An Alternative suggestion
    to other customer is to used the User Exit in note 570023 and 407827.
    407827 - RFFO: mail payment advice notes
    570023 - User exits for the generation of vendors with RPRAPA00
    You can use the Interface SAMPLE_PROCESS_00002040 in note 407827.
    Regards,
    Raynard

  • Email address of contact person in Vendor Master

    Hi,
    I am trying to configure Contact person as a partner function. In P.O the user has to select the contact person at header level ,if there are multiple contatc persons in Vendor Master . Then in PO, the selected contact person name and email Id (which is mantained in conatct peson page of vendor master) has to be printed.
    In addition could please tell me the Table name of email ID of Contact person that is mantained in Vendor Maser?
    I tried with KNVK, ADr6 etc. but failed
    I would really appreciate your solution
    Thanks

    Hi,
    Vendor data should be in Central Address Management from 4.6c on...look at table ADRC with addressnumber from LFA1-ADRNR..
    Vendor Master report with address, telephone number & email ID
    Kuber

  • Vendor Master report with address, telephone number & email ID

    Dear All,
    Kindly provide to me T Code for Vendor master report along with vendor address,Telephone number & email ID.
    Krajesh

    Hi Rajesh .... in case customer require specific information, you can also try using sap queries (trust me it is not as difficult as it sounds but the results are just great ;-):
    queries
    Table SZA1_D0100 have the following fields
    SMTP_ADDR (E-mail Address) ; TEL_NUMBER ; MOB_NUMBER ; FAX_NUMBER
    For address check table ADDR1_DATA
    Common join should be Vendor among these 2 tables
    Hope this helps !!!
    Edited by: m_n_novice on Aug 7, 2009 11:08 AM

  • Update email address in vendor master using report RPRAPA00

    Hi All ,
    My requirement is to update email address in communication tab of vendor master .
    There is one report RPRAPA00 running in background to update vendor master except email .
    I could not able to see anything to update email address in user-exits available in report RPRAPA00.
    Is there any way to update email address using this report or any alternative way .
    Please help .
    Thanks and regards ,
    Sijin KP.

    You can use a couple of function modules from function group SZA0 to update the email address.
    Attached is a simple test program that inserts a new email address for a vendor whose address number is known (from LFA1-ADRNR):
    DATA: comtab TYPE STANDARD TABLE OF adsmtp WITH HEADER LINE.
    comtab-consnumber = '001'.
    comtab-flgdefault = 'X'.
    comtab-smtp_addr = 'email_address_comes_here'.
    comtab-dft_receiv = 'X'.
    comtab-valid_from = '00010101'.
    comtab-valid_to = '99991231'.
    comtab-updateflag = 'I'.
    APPEND comtab.
    CALL FUNCTION 'ADDR_COMM_MAINTAIN'
      EXPORTING
        address_number                       = '0000141306'
        table_type                           = 'ADSMTP'
      TABLES
        comm_table                           = comtab
    EXCEPTIONS
       parameter_error                      = 1
       address_not_exist                    = 2
       internal_error                       = 3
       OTHERS                               = 4
    IF sy-subrc NE 0.
      WRITE sy-subrc.
    ELSE.
      CALL FUNCTION 'ADDR_MEMORY_SAVE'
       EXCEPTIONS
         address_number_missing       = 1
         person_number_missing        = 2
         internal_error               = 3
         database_error               = 4
         reference_missing            = 5
         OTHERS                       = 6
      IF sy-subrc NE 0.
        WRITE sy-subrc.
      ENDIF.
    ENDIF.

  • 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

  • Multiple fax/email contacts for same Vendor - How to set it up for Output

    Hi All
    We have two different plant using same vendor A but their contacts are different.
    for example. Plant 1000 has the contact as Rep1 with fax 1 and email1
                       and Plant 2000 has the contact as Rep 2 with fax 2 and email 2
    We would like to send the PO output to corresponding contact persons w.r.t.plant.
    in our communication block in vendor master we have standard communication type to only one email address.
    Please suggest
    Thanks
    Sasi

    Hi
    In vendor master you need to use either vendor subrange or data retension at plant level. It is available in purchasing data additional view. (Check in top menu).
    Then you need to have partner function with different ordering address. Because for every vendor subrange or data retension at plant you can have different purcahsing data and partner function.
    Read SAP libraray and test in development cycle, it will help you.
    Regards
    Antony

  • Vendor Master Data - Field SMTP_ADDR (email address)

    Hello Gurus, I need you help!!
    We have recorded a legacy for transaction FK02, because we needed to enter a large amount of e-mails in vendor master records. However, this field was not available in the transaction when carrying out the recording, so we filled in the LFURL field (URL).
    Is there any way we can relate these fields so that the URL entries appear in the e-mail address field?
    Thanks a lot for your help,
    Christine

    Hi,
    You cannot change MASS function for Email address change in vendor masterm, This can be possible with LSMW
    if you need more information please let me know.
    Regards,
    JA

  • Vendor master EMAIL field data

    dear sir,
    i need to have the list of all my vendor Emails which are mentioned in vendor master.we create the vendor centrally by XK01, i tried with MKVZ and LFA1 table.
    but the problem is email field (SMTP_ADDR is in SZA1_D0100-structure.
    can any body help me how to download the same details?

    Hi
    You have to create SAP query to get the Vendor e-mail id.You have join two tables LFA1 and ADR6.
    In LFA1, each vendor assigned with one address number LFA1-ADDNR.With reference to this address number the Data like email ID etc stored in ADR6 table.
    SO you need find out ADDNR in LFA1 and use this number to get the E-mail ID of vendor from ADR6 table.To achieve this , you can write sime SAP query.
    Regards
    Ramakrishna

  • ERS Output email/fax to different ID (CONSNUMBER) in vendor master

    Hi Guru,
    I am just wondering if there is a way to change the ERS output to different email/fax ID than the default one in vendor master.
    As a default in SAP, the Purchasing documents ie. PO, RFQ and ERS outputs will be sent to default emial/fax (of course when we set it up to send via fax = 2 or email = 5). The problem here is that SAP will pick up default email/fax in vendor master, however, our business would like to have an ability to send ERS outputs to different email/fax ID (CONSNUMBER).  Currently it is only sent to FLGDEFAULT address.
    If we change the default, it will change all other documents as well. We only want to differentiate ERS output and leave other docs (PO, RFQ) to use default setting.
    Is there any enhancement spot or exit that can help achieve this?
    Please advise.
    Cheers
    BJ

    Hi All,
    Found where to put our codes in to cater for this requirement ==>LMRMNF01 - Form Routines for SAPLMRMN - Logistics IV: Message Control.  It works wonder. Hope that will help others.
    Thanks.

  • Remittance advice to multiple email id for one vendor

    Hi All,
    in vendor master data, we maintain email id for sending remittance advice to vendor. We have requirement to send remittance advice on more than one email id for a single vendor.
    Could you please advice how we can do this.
    Regards
    Deepak

    Hi ,
    We have done this . We created Z table where we can keep upte 3 mails ID for one Vendor and Payment ment progran look for that table when Generates Payment Advice .
    Many Thanks

Maybe you are looking for