Report / FM-To create/update email address from Personal detail infotype105

Hi All
Any standard report or FM is available to update the SU01 email id by using personal details PA30 infotype 105 email ID.
Regards
K.Gunasekar

Hi,
The FM BAPI_USER_CHANGE can be used to change the email id in SU01.
If you are looking for a method to bulk upload email address of users in SU01, you can write a BDC or LSMW to do the same. You can even write a custom FM using the FM BAPI_USER_CHANGE for bulk upload of email id in SU01.
Regards,
Shayeree.

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.

  • How do I copy an email address from my address book into a new list that I am creating?

    I am creating a new list for email and want to be able to select the email addresses from my existing address book. I don't seem to be able to do this very basic thing. Is there a trick that I don't know?

    ''LindaJane [[#question-1040921|said]]''
    <blockquote>
    I am creating a new list for email and want to be able to select the email addresses from my existing address book. I don't seem to be able to do this very basic thing. Is there a trick that I don't know?
    </blockquote>
    Thank you!!

  • Can you schedule a report to send to a email address that is pulled from a database field?

    Post Author: huber.molly
    CA Forum: Crystal Reports
    Currently, we are collecting email addresses in a database field. We want to send the generated reports to only these email addresses. Is there a way to add a dynamic value to the "To:" field when scheduling a report?
    The goal is to schedule the reports and let them be sent to these addresses so it removes the step of manually entering the addresses.

    Post Author: IdoMillet
    CA Forum: Crystal Reports
    It's not clear what tool you are using to schedule your reports.This may require a 3rd-party tool.  See list of such tools at: http://www.kenhamady.com/bookmarks.html. My Visual CUT software allows you to drag & drop an email field/formula from the report itself into the "Email To" option, to dynamically drive email options by the data in the report.  Alternatively, it allows you to use an SQL Query or a Text file to specify email addresses.- Ido

  • Hello I have just updated my iphone 5 and it keeps requesting 2 old email addresses from I quests my old laptop any idea how to stop this ? Thanks

    Hello I have just updated my iphone 5 and it keeps requesting 2 old email addresses from I quests my old laptop any idea how to stop this ? Thanks

    Log out of the old ID, then login using the new one with the correct pw.

  • App, email address is diferent from update email address, how can i make them the same ?

    app. email address is differant then update email address, how can i change my up date address to be the same ?

    The last time I received official word on this from Apple, I was told it is not possible to merge or otherwise change Apple ID's.
    Ours is not to reason why.

  • Need powershell commands to get email addresses from public folder created in EAC to CSV

    Need powershell commands to get email addresses from public folder created in EAC to CSV
    1. Created Public folders via EAC - not mail enabled - just to hold contacts.
    2. Assigned owners and showed to add new contacts - then add to favorites and finally to display as address book.
    Now I need a powershell command to get those email contacts in those public folders.
    I need to view them because when we send emails to those groups (via select all) in the public folders, it is creating an NDR for 3 users saying - "..blah blah -OFFICE FAX or HOME FAX) - yet they are getting the emails.
    I suspect that their contact details are corrupt somehow and want to see what contacts are actually listed in the public folders. I already checked to see if the source of the contacts was the public folder or "my contacts" and they are not.'
    I have tried multiple get recipient commands and get public folder commands with no results in the CSV

    The only way to get that data is either via the Outlook com object or using EWS. None of the commands in the Exchange shell look inside of a folder, the most you can get with those is email addresses for mail-enabled Public folders. Here is a link that can
    get you started with how to connect to public folders via EWS, then its just enumerating the folders and looping through the items in the folders for the details of the items. 
    http://gsexdev.blogspot.com/2013/08/public-folder-ews-how-to-rollup-part-1.html
    DJ Grijalva | MCITP: EMA 2007/2010 SPA 2010 | www.persistentcerebro.com

  • Updating email address in Sales order header partner address -VA01/VA02

    I got the requirement to update the email address in Sales order-> header-> partner address.
    The mail address will be picked from ZTABLE and updated in header partner address through user exit
    I cannot find any field for updating email address in partner address in user exit "MV45AFZZ"
    Is there any other user exit/option to update email address in header partner address of sales order?
    Thank You,
    GM

    Hi Rajesh,
    I agree with you but this Scenario is different.
    Just as you have mentioned the address change will not reflect in the Old Sales orders but it should in the new Sales orders right??
    But that is not happening..The Address was changed say two months back and the new address is not appearing in the Sales orders created these days say yesterday or today..
    In such a case,what is should I check to get the address updated??
    Please advice.
    Regards,
    Sophia Xavier

  • Mail - how to delete old email addresses from FROM box?

    I'm using:
    Mail 4.5
    Snow Leopard 10.6.8
    iCloud IMAP for my mac.com/me.com email address
    When I compose new messages, in the FROM box are listed old mac.com email alias addresses that I have deleted. 
    I tried deleting the icloud IMAP account within mail, then recreating that account.  But still, those old alias email addresses still appear.  And one of them has the name of my ex-girlfriend, so I really want that off my screen, haha!
    How can I delete those expired email address from the from box?
    Otherwise, my iCloud IMAP account works fine.
    Thanks for your help!
    Bill

    Thanks, Kurt.
    Yes, those are email aliases (that I created on mobileme) that I no longer I have.  I still have the main mac.com address, but today I deleted the aliases through iCloud.
    And thanks.  But I already tried that.  After deleting the iCloud aliases on the iCloud website, I then deleted the iCloud account in preferences.  And in the FROM box, ALL the icloud email aliases and main mac.com addresses disappeared.  But when I recreated the iCloud acount within preferences, all those aliases reappeared in the from box.
    I did another test - I set up the email account on my friend's computer (also running 10.6.8).  And same problem.  So looks like the problem is on iCloud's end. 
    Meaning that though I deleted those aliases from the iCloud website, when I create an email account from within Mail, it gets the info from the iCloud server and that hasn't been updated to reflect deleting those aliases.
    Hm.

  • Transferring email addresses from one account to another

    I'm not sure if this is a good place to post this but after spending a good bit of time on the phone with FiOS customer service and technical support I just feel like venting my frustrations and hope that maybe someone could give me a valid explanation of why this cannot be done.
    To give a brief (hopefully) summary of what's going on...
    My wife and I are currently in the process of moving from Florida to Maryland because of the current job market and economy situation.  As always...the moving process has been a "blast".  For at least a few months we will be "between" homes and will be staying with friends.  Because of this we had to cancel our FiOS service (which I did last week and it will be shutting off sometime today).  Since we've been very please with the actual service FiOS provides we have (or maybe I should say "had") every intention of signing back up with Verizon once we're in a new home in the Maryland area.
    So here's where the trouble comes into play...I contacted Verizon to see if it would be possible to somehow transfer our existing Verizon.net email addresses from our account to my friend's account (the person I'm staying with).  You would've thought I was asking for a year's worth fo free service.  Initially I was told by customer service that this can't be done.  They explained that an email address is like a phone number and two separate accounts cannot have the same email address.  Thanks for the newsflash!  I explained again that what I wanted to do was move my email addresses so they would now be associated with my friends account.  This didn't seem like such a horrible request considering my friend pays for FiOS service and with that gets 9 available email addresses....and was only using 2 of them.  She ultimately just told me it was something that couldn't be done.  But she did inform me of the "Verizon Your Domain" service that would allow current FiOS subscribers to associate their Verizon.net email account with a new domain name that you create.  It would cost $20 per year and would allow you to keep your Verizon.net email if you canceled FiOS service.  This sounded like an ok option.
    But still -- I was curious why I couldn't transfer email addresses.  So I then contacted technical support.  This time it was explained to me that an email address was like a social security #.  It couldn't just be given to another person.  Great analogies in use at Verizon....I give them that.  I told the guy I was a fellow "techie" and asked him for a more detailed explanation.  That's when it got good.  That's what killed me.  He spent all this time talking about ACL's and routing and how email addresses couldn't be moved because "you're talking about 2 million addresses".  Long and short he was trying to say the Verizon email system was just too complex.  Finally I told him that it had to be something that could be done....and his exact words were "well sure it can be done...but we're not going to do it if you're not paying for a service".  Wow!  Great response!  I've been a paying customer of FiOS for about two years.  I've had some form of service with Verizon for about 15 years (from phone service to mobile service with V-Wireless).  I fully understand that I'm no longer paying for FiOS service.  But my friend is.  And he has 7 email accounts he's not using.  So why couldn't they be moved?  Because the system is too complex?  Give me a break.  Like this guy finally admitted...it boils down to money.
    Finally I gave up.  I told my wife that we'd just have to deal with switching to a new email address.  Life will move on.  She wanted to try the "Verizon Your Domain" option though.  She started doing the process online...had some questions....and decided to call customer service.  She got transferred around to three different people...the last of which told her "you need to call a different department" and then CLICK. 
    Great, great job Verizon.  All I ask is if someone could give me some sort of response that makes sense.  If you just don't want to offer the transfer option then tell me. 
    I expect to be in a new home within a month or two.  And suddenly Comcast is looking very good.

    spacedebris wrote:
    Well, CS was right when they said that Verizon cannot transfer your email to another account. In order to do that they would have to overwrite the email of your friend ( I dont think your friend would apreciate that ). This is due to a limitation on the email system.
    However, you may have another option. If you are going to be getting Verizon service again in the realitivly near future (4-8 weeks or so), Then after your acount is closed, contact tech support. If you get the right agent they will "enable" your email. That way you can continue to use it even though you dont have service any more. Now they cant do this for long but for temporary it can be done. Then once you get your service back, they can then move your existing email to your new account. (this can now be done as they will overwrite your new email with your old).
    Now if your going to be without Verizon service for more than a couple months, you may be out of luck but this is one option
    umm, oh bhoy!
    In fact, a "repoint" of an email address CAN be completed onto another account AND it does not overwrite anything on the receiving account.    Each acount, whether its a FiOS account or a copper account, has an account number.   The email address is assigned to the account number.    The email address can be "repointed" from one account to another, as an 'add-on' to the new account, then it can be 'repointed' back to another account later.    HOWEVER, the contract does say that you must have a valid account.  AND, Verizon cannot (no company can) allow you to manipulate someone else's account.  
    as to the "after your acount is closed, contact tech support. If you get the right agent they will "enable" your email", well, the fact is that the account has to be provisioned to an address.   So, though I have come accross accounts that seemed to still be "on" after the listed close date, it was not something that verizon's tier 1 tech support can effect (that's who you get on the phone when you call tech support) (note that 'sales' could not do this for you, either)   So good luck with that.
    What happens is that Verizon will not allow anyone to take your email addresses for at least 6 months. 
      Before you cancelled you may have had an option to have a notice auto-replied to any email that gets sent to your email address, for a limited amount of time, like they can do with a telephone number ("this number has been changed to . . . . . ")  that "this email address is temporarily suspended, or something. . . . I said MAY have had the opportunity. .. .   but if it was me, I would get to where you are going and make sure they have Verizon internet account already   and have them call verizon tech support (so they can verify their account info)  with you standing there so that you can verify your old account info and immediately and plainly ask if you can have an email "repoint" done for you.   
    my .02
    cjacobs001

  • How can I remove an email address from one apple account and associate it with another?

    I created an appleID account to use with the mac AppStore without realising i previously had an appleID account from my first iPod touch.
    Now with OSX 10.8 I want to use the email address from the old account with the new account for Messages.app without having to manage 2 logins.
    I've followed the steps found on the support page http://support.apple.com/kb/HE68 under the section "How to add an additional email address that is already associated with another Apple ID" but each time I attempt to add the removed email address from the new account to the old account the input box shows the error: Email address is already verified for another Apple ID.
    Has anyone else experienced this problem and found a solution?

    Click here and request assistance.
    (80443)

  • Hello. I am trying to create an email address for my iPod touch 5G. It will verify for awhile ask me the SSl question, and fails all the verifications please help!

    I am trying to create an Email address on my iPod and always fails. can anyone give me some solutions?

    Bt SSI do you mean your security question answers?
    Forgotten Security Questions/Answers
    You need to contact Apple by:
    1 - Use the Express lane and start here:
    https://expresslane.apple.com
    then click More Products and Services>Apple ID>Other Apple ID Topics>Forgotten Apple ID security questions.
    or
    Apple - Support -form iTunes Store - Contact Us
    2 - Call Apple in your country by getting the number from here:
    http://support.apple.com/kb/HE57
    or           
    Apple ID: Contacting Apple for help with Apple ID account security
    3 - Use your rescue email address if you set one up
    Rescue email address and how to reset Apple ID security questions
    For general  information see:
    Apple ID: All about Apple ID security questions

  • What is the easiest way to create alias email addresses in exchange 2013?

    For example my official domain is [email protected]
    Within my company i want to make it look like certain departments are sending from bicycles.com skateboards.com
    and skooters.com and receive to those addresses even though the emails are really going through the
    [email protected] domain. but it appears to be coming from three other domains.
    appearance is everything. What is the easiest way to accomplish this.
    Step by step with examples if possible. I am not well versed in exchange server 2013 yet.
    Droid Hacker

    In Exchange 2013 you can use the ECP to add additional email addresses to mailboxes. In order for a mailbox to send using an address, that address needs to be set as the reply address. One mailbox cannot send as multiple addresses. Doing that would require
    a mailbox for each address. To set a new primary address on a mailbox log into the ECP and choose mailboxes under the recipients option on the left. Then search for the mailbox you want to add the address to and click the edit symbol. Navigate to the
    Email Address tab on the left. To set a new primary address you will likely need uncheck the box for "Automatically update email addresses based on the email address policy applied to this recipient". Then click the plus button, enter the new address,
    and check the box for "Make this the reply address"
    Before you do this you should ensure that the proper MS records exist for these other domains, and that they are properly configured for mail flow. Once you set this as the reply address for a mailbox, that is the address external users will use for replies.

  • Can I import email addresses from a contact group into a new email?

    Import email addresses?  I'm trying to send an electronic invitation to a group of about 50 people.  I have to enter each of their email addresses, and rather than typing them one by one, I'm wondering if I can import all of their email addresses from a group I created in my Address Book.  I'm sending the invitation through the company's website, nut my email, so the email address does not appear when I start typing their names.  Thanks!

    Open a new message and start typing the groups name in the 'To' field works for me. Some e-mail providers have limits on how many addressees can be in one e-mail.

  • How can i paste a column of email addresses from an excel spreadsheet into a Mail message To: window

    In the past I have been able to send a group email by copying a column of email addresses from an Excel spreadsheet and pasting it into the To: window of an email message I had composed. I simply dragged my cursor down the column containing the email addresses, right-clicked Copy, put my cursor into the To: window of the email, and hit Paste. Mail recognized the list as a series of email addresses and I was able to hit Send and the email went on its way.
    Today I tried to do this and after I hit Send I got an error message. It appears to me that Mail did not recognize the list as a series of individual email addresses but saw them as one long address; the error message said it "did not appear to be a valid email address". Has something changed in Mail? I recently installed Mavericks!
    I can't be the only one who sends group emails this way. Are others experiencing this problem?

    Now Tony, I know you can't hear my tone on a forum post but I was not complaining, simply stating facts . This change brought several people in my office to a grinding halt in a long established workflow that is really rather simple (and I thought was already assumed from the original post above ):
    1) Select a set of records in FileMaker Pro 12 and export only their e-mail addresses as a CSV file.
    2) Open that CSV file in Excel.
    3) Copy the column of e-mail address.
    4) paste into the appropriate recipient field in Mail.
    5) Send
    If I were to complain it would be about Apple's typically opaque approach to updates. There is no granular explanation of why changes were made or even "what" changes were made.
    Complaining is futile since Apple is Apple and is unlikely to change, but sometimes it is cathartic to "shout into the void" .
    I had thought about doing something with a formula in Excel and your suggestion was simple and helpful. Again, however, it is only a workaround for a long established helpful behavior that Apple has inexplicably broken/removed in Mavericks Mail.
    I, and the other posters here, would love to have the capability back rather than have to add previously unneeded steps to our workflows.
    Ultimately we may add scripting steps to the FileMaker side to export the address lists with commas inserted already if Apple ends up having permanently removed this feature.

Maybe you are looking for