User IDs and their email addresses

I have to correct the email addresses of each user master record present in the system .Is there a table which contains the User IDs present in the system along with their corresponding email addresses( the field mentioned as Internet Mail in the Address Tab of SU01) ?

>
Tarun Mahajan wrote:
> I have to correct the email addresses of each user master record present in the system .Is there a table which contains the User IDs present in the system along with their corresponding email addresses( the field mentioned as Internet Mail in the Address Tab of SU01) ?
Try this.  Sorry if it's not detailed enough
1. Go to transaction SQVI.
2. In the input field Quick View give the any name for query for example Z_EMAIL_ADD.
3. Choose create option. In the resulting pop up give description in Title field. In data source choose TABLE JOIN. Select Basis mode.
4. In the next screen choose INSERT TABLE pushbutton and in the pop up give USR21. Then again choose INSERT TABLE pushbutton and this time give ADR6.
5. Now go back using back arrow or F3.
6. Now in the new screen you will be under the tab strip List fld select.. From that entries under available filed (on right hand side) select User name in user master record and the first entry for Internet mail (SMTP) address. Now using single arrow pushbutton pointing towards left move these fields to tabstrip List fld select.
7. Now go to tabstrip selection filed. As done in step 6 move User name in user master record under it.
8. Save the changes and go back. A pop up will come asking you to save quick view Z_EMAIL_ADD. Choose yes.
9. Now execute the query. In the input field you can give one user or multiple users at a given time.
This approach is easier and time saving in my opinion and gives output in desirable format.

Similar Messages

  • Over the course of many years I seem through using different computers to have several apple ids and three email addresses, this is causing problems with synchronising, I have an iPod, iPhone and ipad

    Over the course of many years I seem through using different computers to have several apple ids and three email addresses, this is causing problems with synchronising, I have an iPod, iPhone and ipad

    Hi there
    Sorry for hijacking your thread as put by Dahveed. However I have resolved my issue so I thought I'll share it with the rest of you.
    I checked for the error 3194 in youtube and I found some good videos that tell you how to resolve the problem. The issue I was facing was the actually (I know because I have resolved it now) the communication between my computer and apple server which can be fixed as following (if you are using windows):
    There is file in following directory:
    C:\Windows/system32/drivers/etc/hosts
    The file normally has no extension and it is in file format. You need to open it and make sure that every line that has apple server id starts with "#". In my case one of the line started directly with the ip address and then gs.apple.com.
    Perform your restore/update after that and hopefully it should be resolved (mine did).
    Cheers

  • SU3 Users unable to change email address...

    We are currently using CUA and I have allowed users to modify all profile information including the Internet Mail setting in SCUM; however, when we go to maintain own data (SU3) the email address cannot be modified????  I have searched all over for information regarding this and there seems to be nothing available.  Does anyone know anything about this?  How can I enable my users to change their email address when necesssary?

    > Does anyone know anything about this? 
    See [SAP Note 136186|https://service.sap.com/sap/support/notes/136186]. The ability to maintain this for your own user is intended for transaction SU3 anymore. It does not work with SAP_ALL either.
    > How can I enable my users to change their email address when necesssary?
    Either the administrator (or equivalent) should maintain this, or you will need to write your own little application which makes it possible for a user to maintain their own address only (and possibly do some validations on it - such as the address not already being in use, and from the correct domain, etc).
    Cheers,
    Julius

  • Trying to bring back records with and without email address

    I have a simple query where I am trying to pull back all of my active subscribers and their email addresses. Most of the subscribers do not have email address but I still want those subscribers in my results. I figure it is a simple join but I can not figure it out. The discus.ems table contains only email addresses and their corresponding RRN's(Acct#'s). The SQL is pasted below. I am using SQL Developer 1.5.5
    select
    a.STREET_NBR ||' '||
    rtrim(substr(a.STREET,33,2)) ||' '||
    rtrim(substr(a.STREET,1,28)) ||' '||
    rtrim(substr(a.STREET,29,4)) ||' '||
    rtrim(substr(a.STREET,35,2)) ADDRESS1,
    trim(a.UNIT_NBR) APT,
    a.CITY_NAME CITY,
    a.STPV_CODE STATE,
    a.ZIP_CODE ZIP,
    b.email_addr
    from
    discus.sub a,
    discus.ems b
    where
    a.siteid = 'SUN' and
    b.siteid = 'SUN' and
    a.rrn = b.sub_rrn and
    a.stat_flag in ('E','C','I','V')

    For just one column, you could easily do a scalar subquery:
    select a.STREET_NBR ||' '||
           rtrim(substr(a.STREET,33,2)) ||' '||
           rtrim(substr(a.STREET,1,28)) ||' '||
           rtrim(substr(a.STREET,29,4)) ||' '||
           rtrim(substr(a.STREET,35,2)) ADDRESS1,
           trim(a.UNIT_NBR) APT,
           a.CITY_NAME CITY,
           a.STPV_CODE STATE,
           a.ZIP_CODE ZIP,
           (select b.email_addr
            from   ems b
            where  b.sub_rrn = a.rrn
            and    b.siteid = 'SUN'
           ) email
    from   sub a
    where  a.siteid = 'SUN'
    and    a.stat_flag in ('E','C','I','V')
    ;

  • HT1529 I have multiple users on my Mac and I was wondering how you tell the system to retain all the user names so they don't have to enter their email addresses every time ???

    I have multiple users on my Mac and I was wondering how you tell the system to retain all the user names so they don't have to enter their email addresses every time ???

    Email addresses into what?
    Each user should have their own account and password to log in.  Each is independent of the other.  So for Mail each has their own Mail account if they set one up in Mail. 
    That's the way it should be set up.  Are you using a single account and allowing multiple users to use that one single account?  If so then in Mail at least you could set up individual mail accounts.  But everything else in the system is shared.

  • Is there any table in data dictionary has all clients and their email ids?

    Is there any table in data dictionary has all clients and their email ids?

    Hello,
    KNVK-ADRNP_2
    use this to pass to the bapi BAPI_BUPA_ADDRESS_GETDETAIL. this is function module & will return the address details in diff itabs..
    You can also try the Table ADR6 field SMTP_ADDR where ADDRNUMBER = KNVK-ADRNP_2.
    *************Reward points,if found useful

  • If the user doesn't have their email address defined

    Hi,
    If some users doesn't have their email address in fnd_user table, then will the work notification goto the user? What should i do to make sure that the workflow doesn't throw an error in such a situation and still send a notification to that user?
    Thank you
    Kumar

    Hi,
    Email is completely optional, so Workflow won't throw an error if there is no email address found.
    In order to receive an email, you need the following:
    - Workflow user / role to be notified must have an email address set.
    - Workflow user / role to be notified must have a preference set to receive email.
    - Workflow mailer must be running for that particular item type, or a generic mailer needs to be running.
    Without all of those, you won't see any emails - but you won't see any errors, either :)
    HTH,
    Matt
    WorkflowFAQ.com - the ONLY independent resource for Oracle Workflow development
    Alpha review chapters from my book "Developing With Oracle Workflow" are available via my website http://www.workflowfaq.com
    Have you read the blog at http://www.workflowfaq.com/blog ?
    WorkflowFAQ support forum: http://forum.workflowfaq.com

  • I have an iphone 4, and unable to send texts to one number, when they text me it comes through as their email address?

    Hi
    any one any suggestions as to why i am unable to text one particular number uless connected to WiFi?
    When this number texts me it comes through as their email address, even though they are in my contacts with the phone number. I have deleted the number and re input ....
    Thanks

    Sounds like a setup problem on their end.

  • Recently my iPhone 4 has started to delete the content of messages as soon as I open them and also is changing the names of some of my contacts from the name that I give them to their email addresses and all of this is without any input from me help!

    My iPhone 4 has started to delete the content of messages automatically as soon as I open them and is also changing some of my contact names from their names to their email addresses. Help!

    I've had the same problem with the names being changed to email addresses.Did you ever find out how to stop this ?

  • After downloading ios7 when someone texts me it comes up with their email address and no number??

    After downloading the new ios7 when someone texts me it comes up with their email address and no number how do i get it just the number and no email address?

    The sending person needs to go their settings go to Messages go to send & receive  and select your phone #

  • Protecting users and their emails after FA-P2T on Cloud and on-premise environments

    Hello everyone,
       I would like to share this helpful article to let you know how to protect user's emails after a FA-P2T(production to test) procedure on-premise environments, and make it possible for Cloud(thru SRs, if approved, of course).
    thiagoleoncio: Protecting users and their emails after FA-P2T on Cloud environments
    I hope it helps,
    Thiago Leoncio.

    I had exactly same issue. And it was hard for me to troubleshoot too. Here is what I did,
    Forced "Outlook Anywhere" even when users were in internal LAN. The issue did not appear. This gave me the idea that since Outlook Anywhere is encrypted (HTTPS) connection there was no interference with
    traffic between Outlook and Exchange. This tells me that some other network devices were interfering with this traffic.
    In my case, it was WAN Acceleration (Riverbed). Riverbed did acknowledged this issue and pointed us to their KB article. Good luck convincing your network guys though. If HTTPS work, keep using it. It
    will eventually irritate the network guys as they cannot compress encrypted traffic ( if you don't provide them the certificate). 
    I know this is shot in the dark as I don't know your network.
    Exchange server reboot could be completely different issue. I have no idea why.
    I hope this helps.

  • My IPhone4s (cell phone) and my SIM card have destroyed.now I have lost all phone book number. I have just an mini-ipad2 ,it contain just contacts name which I had their email address in my yahoo  Bookmark. how can I restore and reassume my phone numbers?

    The best regards
    DearSir/Madam
    My IPhone4s (cell phone) and my SIM card have destroyed.now I have lost all phone book number. I have just an mini-ipad2 ,it contain notes and just contacts name which I had their email address in my yahoo  Bookmark. how can I restore and reassume my phone numbers?
    Please help me because I need to much to my phone Directory.
    Thank you so much
    Mehran

    mehranheidari wrote:
    Yes I have failed,unfortunately .
    Then from where did you think you could recover your data?

  • I'm new Help user, and i just asked a question, had to go to email and confirmed email address to start the account, now how do i find the question/answer i just asked?

    I'm a new Help user, and i just asked a question, had to go to email and confirmed email address to start the account, now how do i find the question/answer i had just asked/posted?

    Thanks!!! Things are so easy when you know how.

  • I created an Apple ID for my daughter with her own gmail address, but I want her Apple ID and primary email address to be an iCloud email address. How can I do this? I can't set up an icould email address for her without first creating an Apple ID?

    I have created an Apple ID for my daughter with her own gmail address as the primary email address, but I want her Apple ID and primary email address to be an iCloud email address. How can I do this? I can't set up an icould email address for her without first creating an Apple ID right?
    I'm not good with computers so please explain in simple way...:)
    I also wonder what the best way is to set up accounts for children in a family. I dont want them to be able to purchase apps etc through the parents accounts, also some things we like to share as a family and others we don't want to share. Is there any good. clear, simple explanation from Apple Support about these issues? Or best to go to Apple store and go to genius bar or one to one advise?
    thanks

    You can set up an iCloud account which makes the iCloud email address you choose the Apple ID and thus the login for it:
    https://discussions.apple.com/message/22283348#22283348
    though I have to say I think it's more sensible if the ID is another address, both for security reasons (so people don't know what the login is) and as a contact address from Apple if the account were to stop working and they needed to contact you. So personally I would to to System Preferences, enter the GMail address which is an ID, and then choose a nerw @icloud.com address.
    If she has her own iCloud account she will need either her own computer or her own user account on your Mac to be able to make use of it. You should note that under Apple's terms of use Apple IDs are only available to children of 13 and over.
    As to purchasing apps, this is nothing to do with iCloud: it's iTunes, and the login can be different. So you can all sign into the same iTunes account but have different iCloud accounts. Or she can have her own iTunes account if she is of suitable age (credit card needed for purchasing apps).
    If you have other children you should be aware that any one Mac or device can create only three iCloud accounts - this is tied to the serial number, not the user account, and once reached cannot be bypassed. You can of course sign into an iCloud account created on another device.

  • How do you create two apple ids for one email address.

    I bought two i pads for my kids. Since we have just one email address, everytime I try to create a new apple id it says I already have one. They need separate ids so their friends can facetime with one and not the other. Can't figure out how to create two apple ids with one email address.

    Donnathemom wrote:
    Well any ideas on how to solve this problem? When my daughter does facetime with someone it says she's Wyatt. She's not real happy about that. 
    Get her an email address, even if she never uses it.  They're free and available almost everywhere.  The only requirement is that the address be a valid one.
    Edit...
    You can even use an "alias" of yours.  That's a fake address that actually sends everything to you.  Check with your current email supplier.

Maybe you are looking for