Ability to send email to multiple email addresses of the same contact perso

Hi All,
We are using SRM 5.5.
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 requirement that when a bid invitation is published, the email notification has to go to all the email addresses from that list. i.e to pick up as many email addresses as are stored in the contact (personal data) screen in the Manage Partner tab.
This changes also applies to the change and republication process of bid invitation when click on u2018inform bidder u2018 button.
Any information would be appreciated.
Regards,
S K.

One option is the following:
1. Go to SPRO and locate "define actions for document output"; select the "processing types" for BBP_PD_BID. Look at the "Smart Form Mail" processing class / method. If it is the standard class CL_PD_BID_PROCESSING_BBP, change it to one of your own Z class and method. (You could make copy of the standard CL_PD_BID_PROCESSING_BBP class.)
2. Modify the method PROCESS_BBP_BID_MAI_BCS of your Z class; locate the comment "Create and send email" and make changes to that section to add more email recipients of that contact person.

Similar Messages

  • HT204150 How do I change my default email on the "Me" contact from a Facebook email to my normal email address in the same contact?  Or at least change it for the autofill information?

    How do I change my default email on the "Me" contact from a Facebook email to my normal email address in the same contact?  Or at least change it for the autofill information?
    Perfernece for contact to change.  Do I just have to dis-associate my contact fromt the facebook account?  Is only the autofill changable?

    If you allow Facebook to access your contacts and you have the @facebook.com email alias turned on, it will add the @facebook.com email to your contact info, and because it has the fixed label of "email" it overrides every other email address.
    They didn't fix this in iOS 8.
    There are two ways to remove the @facebook.com email from your contact info:
    If you don't need your Facebook friends and their info updating your contacts, go into iOS Settings -> Facebook and turn off access to Contacts.
    If you don't use your @facebook.com email address (all it does it forward to the primary email address) you can go into the Facebook app, More -> Settings -> General -> Email -> and uncheck "Use your Facebook email". Removing it from Account Emails does not work, you have to turn it off. Once you do this, go to iOS Settings -> Facebook and turn Contacts off and on again to make it update your info. The @facebook.com address should be removed.

  • Multiple shipping addresses for the same supplier (depending on the symbol)

    Hello ,can we set up multiple shipping addresses for the same supplier (depending on the symbol)?
    .& How..
    Thanks

    a delivery adedress has nothing to do with a certain supplier, except you are talking about subcontracting (do you?)
    a delivery address specifies an address where you want the supplier to send the goods to.
    if it is a third party PO, then the delivery address is derived from ship-to partner of the sales order.
    in case of a standard order to stock, the delivery address is coming from the storage location address (if maintained). if no storage location address is maintained, then SAP takes the address from your plant.
    You can manually add a delivery address in MEAN transaction and then manually assign in POs delivery address tab.
    here you can as well take the address from any address already in your system (e.g. any customer or vendor).

  • E4200 v2 - Uses multiple MAC addresses for the same device

    This unit seems pretty good at first but on looking at the Web interface I noticed that it was using multiple mac addresses for the same device and showing devices on the lan on the Wireless side and other odd things.
    After a week of running it the home server network started to get erratic, it would seem to all point to dns and dhcp issues in the router.
    Seems the V1 had the same issues that they did not fix on this.
    The Cisco connect software shows 5 devices the Web based utility shows 3??.
    Its pretty bad that they charge nearly $200 and cannot be bothered to finish the unit or address the issues that were in V1.

    I am afraid I didn't get the clear picture of the issue mentioned in the post. Could you please elaborate a little bit? If you connect a device/computer wired and then later you connect it wirelessly. It is obvious that you would get to see two different MAC addresses for the same device, one for the LAN adaptor and other one for WLAN adaptor. If that is what you are referring to?
    Secondly, may I  know, what issues did you face with DNS and DHCP in the router? Is it not able to resolve the DNS or something else or DHCP is not sending IP address to the clients?

  • Assigning multiple IP address to the same Interface in rc.conf

    Hi,
    Is there any way to assign multiple IP address to the same Interface in rc.conf ?
    Or else how is it done?
    Thanks
    --Siju

    Like oh so many things, IP aliasing is covered in the wiki.
    Or you can just add the commands to /etc/rc.local if you need to do it some other way.

  • Can i send to multiple email addresses for the same contact

    I coach a baseball team and I want to create contacts under the kids' names with email addresses for both parents listed.  Can I send email to multiple email addresses listed inside the same contact?  I hope this makes sense.
    Thanks!

    You can do it individually, but it can also be done with Groups in Contacts, but you will need to create two or more groups. Once you have created the Groups in Contacts, drag the contacts that have multiple email addresses into each group. Then, select Edit Distribution List… from the Edit menu in Contacts.
    For each group, select one address or the other for each contact. Do the same for the other group.
    When you address an email, add both Groups to the address field in Mail.

  • How can I delete multiple copies (600 ) of the same contact that ended up on my iPhone after backing it up on iTunes?

    In syncing my iPhone 3GS on iTunes, I now have many copies of the same contact -over 1,000 in one case-on my iPhone.  How can I delete these multiple copies without doing it one by one on my iPhone and how can I prevent it from happening again?  I have Outlook Contacts and MSN contacts -- iTunes is supposed to be syncing to my Outlook contacts, but I don't have multiple copies of any of my contacts there.  HELP!  Thanks!

    The cause was probably a USB glitch during a sync or when copying. The music resides on the phone in separate files. A master file contains a database with an index to the music, an entry for each track and a "pointer" to the file containing the track. Somehow the index got corrupted with duplicate entries. It's likely that the music itself wasn't duplicated, but some tracks had more than one entry in the database. I've seen this happen when syncing (rather than manually managing) also. In my case deleting the track from the Music tab in iTunes, syncing, then adding it back fixed it.
    A related problem I've seen is an album may be split, with some tracks in each of 2 or more album entries in the listing. Fixed the same way.

  • 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

  • Managing multiple email addresses for the same contact

    Hi
    I have set up a group so I can email multiple people at once using the usual method. However, when I put the 'xx group' in the Bcc, it mails them fine, but where I have more than one address for the contact, it picks one without asking me.
    How do I set it so it always chooses a certain (main) address? For one, it sent it one of two addresses I had listed as 'home', on another it sent it to an address I had listed as 'work'.
    They also appeared in different positions on the card, e.g. it is not sending tit to the first one it sees on the card.
    Any thoughts?
    Thanks
    Mark

    found the answer somewhere else:
    When sending a message to a Group and a Group member (or members) has multiple email addresses, the following was copied from Address Book Help.
    Choose Edit > Edit Distribution List.
    Select the group whose addresses you want to manage.
    Click the pop-up menu (column header) to choose which type of information you want to manage—phone number, email address, or street address.
    Select the address or phone number you want to use for each member with multiple addresses or phone numbers.

  • Duplicate addresses for the same contact in Address Book.

    For many of my contacts, there are duplicate addresses.  When I delete one of the addresses, both of them disappear.  Pretty funky.  Anybody else see this type of thing?

    Hi,
    Pls go to, Enterprise mangaer --> Monitoring -> incident --> Search for the target and  select as "show all"  will give you alert details.
    Enterpise --> Monitoring --> Incident Manager: Search -->
    Last updated : Date Range:< >
    Target Name : D B NAME
    Target Type:<DB TYPE>
    Include members             : Target and all  member
    Status : Show both open and closed
    Supressed : Show all
    2)Please verify your notification setup
    Setup --> Incident Rules => Select your rule(will be in the alert) -->edit --> Select the event --> NExt --> Add actions --> edit
    Repeat Notifications
    Both basic and advanced notifications can be sent repeatedly. The repeat notifications will stop only when one of the following conditions is met: The incident is acknowledged, the incident has cleared, or the maximum number of repeat notifications has been reached. Repeat notification is not supported for corrective action job status updates and causal analysis status updates on events.
      Send Repeat notifications  --> Enabled?  if is enabled then  u will get repeated notification.
    OR if you set the frequency like 15 mins , 5 notification then u will receive  5 on every 15 mins if the alert persists.
    Regards
    Krishnan

  • I first thought the Ipad would be used by my wife so I set up her email account.  She didn't use it that much so I did and set up my accounts and took her off.  Now when I send an email it shows her address as the sending party - how do I fix this

    I first thought the Ipad would be used by my wife so I set up her email account.  She didn't use it that much so I did and set up my accounts and took her off.  Now when I send an email it shows her address as the sending party (some of the time and I don't know why only some of the time) - how do I fix this

    Have a look here...
    http://macmost.com/setting-up-multiple-ios-devices-for-messages-and-facetime.htm l
    SHARING iTunes MUSIC
    http://macmost.com/five-ways-to-share-music-in-itunes.html
    Also... Create your Own Apple ID for Your iPhone...
    It should be Noted that anything Downloaded with a Particular Apple ID is tied to that Apple ID and Cannot be Merged or Transferred to a Different Apple ID
    Apple ID FAQs  >  http://support.apple.com/kb/HT5622
    And... Have a read here...
    https://discussions.apple.com/message/18409815?ac_cid=ha
    See Here for  >  How to Use Multiple iDevices with One Computer
    Have a read here...
    https://discussions.apple.com/message/18409815?ac_cid=ha

  • Sending Mail to Multiple To addresses

    Hi!
    I want to know how to send mail to multiple mail addresses.
    Thanks!

    Hi sowmiya,
    This code would do the stuff u wanted
    import java.util.Properties;
    import javax.mail.*;
    import javax.mail.internet.*;
    public class MailExample {
    public static void main (String args[]) throws Exception {
    String host = "";
              String from = "[email protected]";
              //String to = "karthik@";
              String conf_email="[email protected]";
              String temp_pwd="tererere";
              String recipients = "[email protected],[email protected]";
              // Get system properties
              Properties props = System.getProperties();
              // Setup mail server
              props.put("mail.smtp.host", host);
              // Get session
              Session sessionobj = Session.getDefaultInstance(props, null);
              // Define message
              MimeMessage message = new MimeMessage(sessionobj);
              // Set the from address
              message.setFrom(new InternetAddress(from));
              // Set the to address for a single recipient
              // message.addRecipient(Message.RecipientType.TO,new InternetAddress("[email protected]"));
              message.setRecipients(Message.RecipientType.TO,InternetAddress.parse(recipients, false));
              // Set the subject
              message.setSubject("test");
              // Set the content
              message.setText("test");
              // Send message
         Transport.send(message);

  • I am trying to read my iMessages from my iPhone 4S on my iPad 2, but the messages do not show up on my iPad 2. I made sure that the receiving email address is the same on both devices and both are signed into my single Apple account.

    I am trying to read my iMessages from my iPhone 4S on my iPad 2, but the messages do not show up on my iPad 2. I made sure that the receiving email address is the same on both devices and both are signed into my single Apple account.

    Is it possible that the person who sent the message to your phone sent it to your phone # instead?  Try sending a message to your phone via the email address and see if it shows up on the iPad.

  • How do I set up two email address on the same account?

    Using Mail in Mac OS X 10.6.2 and moving to Mac for the first time, I have been unable to set up two email addresses on the same account. Entering them, separated by commas, as advised in the Help does not seem to work. I have tried making them both the same password and have tried separating the passwords with a comma but no luck. Unable to set up another account for the second address because it correctly tells me that the account already exists.
    Is there a way?
    Thanks for any help.
    AllanGlen

    After a comprehensive trial and error session, using a new Guest Account each time to be sure of no contamination from the previous trial, I have finally cracked it!
    The problem was logging on to the outgoing server.
    Setting up the first account was fairly straightforward but if I allow Mail to do it automatically I am unable to send because Mail has defaulted to 'Authentication Required' when my server does not require it. Setting the account manually without authentication enables send and receive to work OK.
    If i try to set up the second account automatically, Mail crashes.
    If I set it up manually and choose 'No Authentication', Mail crashes.
    If I set it up manually and choose 'Authentication Required' and enter the full email address as the User Name together with password, Mail crashes.
    If I set it up manually and choose 'Authentication Required' and enter the first part of the email address together with password, Mail crashes.
    However, if I set it up manually and choose 'Authentication Required' and enter the first part of the email address as User Name and no password, Mail accepts it and sets up the account.
    At this point the account receives mail but cannot send it.
    If I go into the Mail preferences and try to edit the outgoing server details, Mail will not accept no Authentication.
    I eventually found that if I uncheck the 'Always Use This Server' box, all account then use the server on the first account, which is correctly set up.
    Now I have my four email accounts all able send and receive.
    One little concern remains. In Outlook Express I could look at the properties of a received email and see what address it had come from, together with many other details. I haven't found out yet whether this can be done in Mail. I just wonder whether if I reply to some email, it will appear to have come from a different address from the one it was sent to.
    Thanks again for all the inputs.
    Allan

  • My 10 yr old wants to text from his iPod touch. We have 1 family Apple ID. How can I monitor his texts without receiving all of his friends messages? Do I need a separate Apple ID or can I link a new email address to the same Apple ID?

    My 10 yr old wants to text from his iPod touch. We have 1 family Apple ID. How can I monitor his texts without receiving all of his friends messages? Do I need a separate Apple ID or can I link a new email address to the same Apple ID?

    Just an email address
    MacMost Now 653: Setting Up Multiple iOS Devices For Messages and FaceTime

Maybe you are looking for

  • Need help with FLV type SWF playback in flash movie

    Hi, I have three external SWF files from a client without FLA sources. The SWFs were done 3 years ago by someone else so there is no way to modify the existing SWF files. These contain no interactivity but may involve nested clips on the main timelin

  • Problem with search API -- TextSearchConstraint.SOUNDS_LIKE

    Hi All, Im trying to use TextSearchConstraint.SOUNDS_LIKE to find similiar data records in MDM repository. There are 3 records in table "MDM_BUSINESS_PARTNERS", the value of it' "name" field are: "akedemic",  "akedemci",  and "akedemic Inc." respecti

  • Compressor makes terrible interlace-lines !!!! Help !!!!

    Compressor makes terrible interlace-lines in moving parts of th video, when I want to encode my ready cut video from Final Cut for DVD Studio. I export my video - DV PAL 720x576 16:9 anamorph - as usual as a Quicktime-mov. This Quicktime is still ok!

  • Problem of h:selectOneMenu it is popping back to original value

    I have a dataTable in which one column is a <h:selectOneMenu> and the required attribute is false. There is a inputText in another column and the required attribute is true. Whenever I change the <h:selectOne> option to null (that is blank option) fr

  • Camera Quality Is Grainy!

    Well I just got the new itouch and the camera quality is very grainy. Both for the pictures and video. I don't know what's going on, but I know this is not HD quality. Can someone shine some light on this, cause I'm very disappointed and upset. Messa