Save multiple email addresses in vendor master

Hello,
How can I save multiple email addresses in the Communication section of Vendor Master general data?
In another system I can see it is possible and email addresses are separated with a semicolon ( ; )
Thanks
Nazeer

hello again,
I just thought i will give additional information. My client wants to move from 4.6C to 4.7. In 4.6C I am able to create email addresses separated with a comma or semicolan. My client is asking for the same in 4.7 as well.
Since most of you are of the opinion that its not possible, there are may be two scenarios:
1. Its not possible from 4.7
2. Its possible in 4.7 as well but with some setting.
I await useful advice on this.
Regards,
Nazeer

Similar Messages

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

  • Multiple email addresses against Vendor. What is the ID / sequence number?

    We have a particular vendor with multiple e-mail addresses. These can be viewed via XK03, looking at the address details of the vendor and expanding the e-mail address.
    What I see for one particular vendor are two lines, each with a different e-mail address.
    Line one has a radio button (standard number) selected, has some text saying ' Remittance advice' and an ID of 001.
    Line two has a radio button unselected, has text saying 'PO' and an ID of 002.
    The problem that we have is that when PO's are e-mailed it sends it to the e-mail address on line 1 rather than line 2. Obviously this ID/sequence number is configured somewhere and I assume that the PO's somehow need to told to use ID 002 instead of 001, but where is this defined?.
    Jas

    SAP takes the email adress (fax number) that has the radio button for standard default.
    The text  ' Remittance advice'  is just a note which does not control anything, especially not that this one is taken for the  ' Remittance advice'  only and all others would use the second mail adress.
    If you want it different, then you have to code this yourself in an exit.

  • Broadcasting via Bursting to multiple email address for a single vendor cod

    Hello -
    I have a requirement to broadcast out a web template based scorecard to multiple email addresses for a given vendor code.  We have gotten it to work via a single email address, but I need to send it to more than one email per vendor code.
    Has anyone else tried this?
    Thank you!

    Hi Chris,
    If my understanding is right, you must be using the master data of vendor Code(Which has an attribute to store Email IDs).
    You can add multiple email ID to the same master data separated by semi colon ";"
    If you are using user IDs instead, I dont think it is possible to use multiple user ID in the same attribute.
    in this case you need to enhance the master data with a new attribute to store the second user ID and the  create a separate setting for this attribute.
    Hope this helps.
    Regards.
    Shafi.

  • 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

  • Multiple Addresses in Vendor Master

    I wish to maintain multiple addresses in a vendor master.
    Actual business case is Vendor has its head office in city A and five plants in city B,C,D,E and F. All the plants manufactures the same material. I may have to send the PO to different plant at different times depending upon the actual availability of the material in particular plant. However payment will be sent to Head Office. Can I have the option of sending the PO to plant B or plant C etc...
    This can be done possibly by creating the multiple vendors B, C etc.. and assigning them into partner function of vendor A.
    Is there any other option ( I do not wish to create multiple vendors) like maintaining the multiple addresses in vendor master for one vendor so that I can decide at the time of creation of PO to which address PO is to be sent?
    Thanks in advance,
    Sanjog

    As per Standard SAP there is No Possibility to Maintain Different addresses in One Vendor Master Record.
    You can go for Partner Functions.
    Regards,
    Ashok

  • 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

  • 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

  • Ability to add multiple email addresses to the same contact person

    Hello SRM Experts,
    I have a question in SRM 5.0
    In "Personal Data" tab of "Employee Data" in Manage Business Partner, we have the ability to add multiple email address. But only one email can be selected as standard.
    We have a new requiremnt that more than one email address has to be selected. Which means, when a bid invitation is published, the email notification has to go to all the email addresses from that list.
    How can this be achieved?
    Any information would be appreciated.
    Thank you

    By default the system send intimation to only one email id to the contact person.
    If you want to be send to the multiple email id for a contact person. you need to implement the same in the BADI..
    Try to find the BADI which is called on save of Bid invitation. You can check of the 'Published' status in the BADI method and fire the emails as required.
    Regards,
    Ramesh

  • How do i add multiple email addresses to my calendar

    How do I add multiple email addresses to my calendar on my iphone

    You can create an email alias at the mail feature at iCloud.com

  • VIP selection will not work on contact with multiple email addresses

    Trying to add more people to my VIP list. When selecting a name that has multiple email addresses, I select the address I want added and selection will not "stick" or accept that contact to VIP list.
    Help?

    Hiya!
     Well first off... I'm baffled that you succeeded in setting up personal email without a data plan.
    You need a data plan to access the BIS network which allows you web browsing (off wifi), email, BBM and the like.
    1). Please thank those who help you by clicking the beside the 'Reply' button.
    2). If your issue has been solved, please resolve it by marking "Accept as Solution" on the correct post!
    3). Remember to have fun! We are all in this together!
    4). Follow me on

  • Allow the user to add multiple email addresses in Email ID Field

    In my jsp page, the funtionality i need to enhance is to allow the user to enter multiple email addresses in the "To" field of my Email A friend Task...right now it allows only one email id to be input by the user
    Can anyone suggest me how to achieve it using javascript /jstl
    Thanks in Advance

    one more alternative is u can use : StringTokenizer class.
    Code as follows: I hope this also helps u. But it will be used at server side. not at client side(for client side validations , we are using javascript).
    java.util.StringTokenizer stringTokenizer=new java.util.StringTokenizer(request.getParameter("to"),",");
              String[] list=new String[stringTokenizer.countTokens()+1];
              int i=0;
              while(stringTokenizer.hasMoreTokens()){
                   list=stringTokenizer.nextToken();
                   i++;
    Regards

  • Send invoice (copies) to multiple email address

    Hi,
    Is it possible to send invoice(copies) to multiple email address? how?
    Understand that we can maintain multiple email add for a customer. Example if 5 email add has been maintained for customer A, let say if I need to email 1 original invoice to email add 1 and email the other 2 copies invoice to email add 2 & 3 , how do I select the email add 1, 2 & 3 from the customer under the OUTPUT of change invoice (VF02) when we only input the customer code under Partner?
    Appreciate your inputs on the above.

    Hi,
    I think it is possible to send invoice copies to multiple email addresses using comma in between them.
    Regards,
    Sarosh

  • How do I enter multiple email addresses for a Firefox Sync account?

    How do I enter my multiple email addresses for one Firefox Sync account?

    Sorry, but Address Book does not allow you to select more than one email address to send to in a group. There's really no reason why people need multiple copies of a message, anyway; they have the option of forwarding email to another email address of theirs.
    Mulder

Maybe you are looking for