How to get email ID fo a SAP user

Hi Experts,
How can i get (From database tables) the email id of a SAP user.
Thanks
Yogesh Gupta

From USR21 you can get the PERSNUMBER & ADDRNUMBER. Goto table ADR6 and get the email address for that PERSNUMBER & ADDRNUMBER (if maintained).
Hope this is helpful.
Thanks,
Pavan

Similar Messages

  • How to find email id for given SAP user ID's

    Hi,
    please any one tell me how to get the email id for a given SAP ID?
    any tcode or any table or any BOR ?
    advance thanks
    regards
    pavee

    Check the below Program :
    REPORT ZSAI1.
    parameters : p_user like usr01-bname.
    data : i_BAPIADSMTP like BAPIADSMTP occurs 0 with header line.
    data : BNAME like BAPIBNAME-BAPIBNAME.
    data i_ret2 like bapiret2 occurs 0 with header line.
    start-of-selection.
    bname = p_user.
    CALL FUNCTION 'BAPI_USER_GET_DETAIL'
      EXPORTING
        USERNAME             = bname
    IMPORTING
      LOGONDATA            =
      DEFAULTS             =
      ADDRESS              =
      COMPANY              =
      SNC                  =
      REF_USER             =
      ALIAS                =
      ISLOCKED             =
      TABLES
      PARAMETER            =
      PROFILES             =
      ACTIVITYGROUPS       =
        RETURN               = i_ret2
      ADDTEL               =
      ADDFAX               =
      ADDTTX               =
      ADDTLX               =
       ADDSMTP              = i_bapiadsmtp
      ADDRML               =
      ADDX400              =
      ADDRFC               =
      ADDPRT               =
      ADDSSF               =
      ADDURI               =
      ADDPAG               =
      ADDCOMREM            =
      GROUPS               =
      SYSTEMS              =
    loop at i_bapiadsmtp.
    write:/ i_bapiadsmtp-e_mail.
    endloop.
    I am able to get email id ..
    Looks like email id is not maintaining at User profile ..
    Goto SU01 Transaction -> enter user id -> click on display ->see the address tab -> look at internet email ,if it is blank then you will not get it,please maintain email id there and see the results.
    Thanks
    Seshu

  • How to get business partner name from sap user

    Hello,
    We want to get in the code the business partner name from sap user.
    What function modules should we use to perform it?
    Thanks in advance,
    Sergey

    HI,
    You can use the FM:CRM_CENTRALPERSON_GET
    pass the input parameter IV_USERNAME as the user name
    You can get the result in the export parameter EV_NAME as user's first name last name
    regards,
    PP

  • Problem in File dialog Box ,why it is hidden how to get it on top of sap

    It is hidden how to get it on top of sap

    I am having a similar problem. However, the fileDialog only shows up behind SAP occasionally. I am running each ona  separate thread and have tried passing a blank form as the parent (as was suggested), but the problem persists.
    private void ThreadMethod()
               Form1 f = new Form1();
                f.TopMost = true;
                f.ShowInTaskbar = true;
                System.Windows.Forms.OpenFileDialog op = new System.Windows.Forms.OpenFileDialog();
                op.InitialDirectory = "c:
                if (op.ShowDialog(f) == System.Windows.Forms.DialogResult.OK)
    This is called from a button click
    if (pVal.ItemUID == "BT00")
                        System.Threading.Thread newThread = new System.Threading.Thread(new System.Threading.ThreadStart(ThreadMethod));
                        newThread.SetApartmentState(System.Threading.ApartmentState.STA);
                        newThread.Start();
    Anyone got ideas?

  • How can get emails on all devices?

    How can get emails on all devices? When I read an email on my mac, my iphone doesn't download it. How can I change that setting?? I need to have all emails and all my devices!

    It sounds like your using a POP3 email account versus IMAP. With a POP3 account if you do not have the settings configured to leave email on the server the problem you describe will occur. With Outlook 2010 (on a PC for example) you can go into the account settings and configure to leave email on the server. That way both devices will see the email. Check help for your Mac email program for instructions...
    http://www.serverintellect.com/support/email/outlook-leave-on-server/
    A better solution is if your email provider uses IMAP. IMAP sync email folders between multiple devices. Meaning any device will receive the email, all sent email can be seen on the devices. If you delete email from one device the email is deleted from all the other devices. Check with your email provider to see if they offer IMAP services.
    If they do not your choices are to 1) configure email on the Mac as illustrated in the link above or 2) change email providers to something like Gmail or Outlook.com (as examples).
    Also see this for the iPad...
    Using a POP account with more than one device - Apple Support
    FWIW I use Cox IMAP email and fully sync email between a Win 8.1 Update 1 laptop, a Win 7 desktop, an iPad 4, an iPhone 4 and an iPhone 5S.

  • To send an email from outlook to SAP user in SAP

    Hi,
    Is it possible to send an email from outlook to SAP user in SAP?
    Regards,
    Mizan

    Hi Mizan......
    Yes off course it is possible.
    Generally how we put the CC to our ionternal users like you have to put their email address while sending mail through SAP viq outlook.
    The mail will go from SAP but via. outlook and user will receive the mail in Outlook Integration and not inside B1.......
    If you want it in B1 then instead of sending mail you can send the same by choosing option Int......
    Regards,
    Rahul

  • How to get the Useru2019s position when the user doesnu2019t have CP relation

    We have a custom program which will add / delete attributes (In transaction PPOSA_BBP). It is working fine for users which were assigned with CP relation But it fails for users which doesnu2019t have CP relation (since we are getting the position of users form HRP1001 then we are retrieving the existing attributes based on the position after that updating the attributes) as we are getting the position from HRP1001 it fails for users were no CP relation.
    Help us how to get the Useru2019s position when the user doesnu2019t have CP relation. Suggest us any function module or how to query the HRP1001 or some other table if exists
    Regards
    Paul

    Hi Paul,
    Have a look at these tables.
    Using table BUT000 the central business partner data are stored, f.e. partner type, partner names, partner number, partner guid, person number, etc. In table BUTBKK the bank data to a business partner are stored.
    Central business partner address data
    The table ADRC is used for the address of a business partner. Table BUT020 links the business partner number with the address number. Using table BUT021 several addresses to a business partner with different usages (modes), f.e. correspondence or delivery address, can be stored. The personal data of a business partner person are stored with key person number in table ADRP. The person number is assignd to a business partner person in table BUT000. Communication data of business partners as e-mail, telephone, fax, etc. are stored in the tables ADDR1 u2013 ADDR12. The business address of a contact person or an employee consists of the organization address (company resp. org.-unit) and of an address addition, which describes f.e. a building, a room number, etc. The address addition is stored in table ADCP and is identified by the keys address number of the organization address and person number.
    Relationships between business partners
    Table BUT050 contains the relationships between a business partner organization and a business partner person using relation types. The relation types are defined in table TBZ9, f.e. the relation type u2018has employeeu2019 corresponds to identifier u2018BUR010u2019, the relation type u2018has contact personu2019 corresponds to identifier u2018BUR001u2019. Table BUT051 stores communication data of a contact person relationship (compare to table ADCP). Table BUT052 stores several address numbers to one business partner relationship (including a standard flag).
    Hope this helps,
    Kind Regards,
    Matthew

  • How to find out the cost of SAP user for a particular user id

    Dear All,
    I got one issue like how to find out the cost of SAP user, i mean for a particular user id.
    Could you please advice me regarding this.
    Raghu

    Hello Raghu,
    I got one issue like how to find out the cost of SAP user, i mean for a particular user id.
    Could you please advice me regarding this.
    I think you need to reach out to BASIS consultant to check out the Cost involved for User ID for the SAP application.
    Regards,
    Sarthak

  • How to know login history/events of  Sap user from server

    how to know login history/events of  Sap user from server without operating users computer.
    Am using B1 2007A PL47 Forthshift(FSE version 8.5 SP03PL05)

    Hi,
    Check the thread
    Re: User login history SAP Business One
    *Close the thread if issue solved.
    Regards
    Jambulingam.P

  • How to get mail from Outlook to SAP GUI (workflow)

    Hi All ,
    How can we get a mail from outlook or personal mail into SAP GUI .
    can it be used as an event for 'wait for event step ' in workflow . ?
    Thanks ,
    Naval bhatt

    Hi Naval,
    I just want to clarify some areas from your question:
    1. Will a workflow be triggered because of the email from Outlook to SAP? Does it always have to start from the Outlook side?
    The integration of SAP Workplace (thru Workflow) and Outlook is possible using the Extended Notification (tcode SWNCONFIG). Here, you can send an email from SAP to Outlook then execute a function from your Outlook message and then you will be directed to the tcode of SAP side (SAP GUI).
    Regards,
    Reymar

  • How to get emails on iphone and mail on my computer?

    Hi there,
    I use mail on my Mac to get my emails and since getting my iphone i also use this. the problem is when i have mail on my computer open i only get emails sent to it. when i dont have it open i only get them sent to my iphone.
    how do i set it up so i will receive all emails on both my phone and computer?
    thanks.

    It sounds like you are using a POP3 mail server. POP3 was designed to have only one client, so when a message is downloaded to the client by default it is deleted from the server. This dates from the time when it was considered inconceivable that anyone would have more than one computer to read mail. There is a solution and a workaround. The Solution is to switch to an IMAP mail server. IMAP was designed to support multiple clients; the master copy of each message remains on the server, and the clients sync to it.
    The workaround is to change the settings of the mail clients (mail.app and the iPhone) to leave messages on the server. This is not as convenient, because you have to delete them manually, but if you don't have an IMAP server it is the best you can do.

  • How to get email audio attachments to ipod/itune

    When I send a song ( m4a) as an attachment to
    an iphone it plays in the mail app. ok...
    but
    How do you then transfer it to your ipod/iphone library from mail?
    I would think this would be super easy..
    Just like photos are sent to iphoto..
    Looked all over forum and cant find..
    feeling frustrated like I am missing something easy
    anyone?
    Thanks in advance

    How to get email attachments and save them to disk?
    u got the Source code which works fine if yes then please help me out, i am looking for the same

  • How to get the folder ID of SAP Inox folder

    Hi
    I want to access the document(mail) which is there in one of the shared folders of SAP inbox through program.
    Can anyone suggest me, how to get the folder ID?

    Hi,
    Try the FM SO_FOLDER_ROOT_ID_GET for your requirement.
    Hope it will help you in hetting the folder ID.
    Best Regards,
    Deepa Kulkarni

  • How to get email id's by using position ID

    Hi friends,
    I have position ID with me.
    please guide me how to fetch email id or users available in that position ID.
    any function module.
    Thanks,
    Yogesh

    Hi
    name of the field
    regards
    Shiva

  • How to disable web service authentication by sap-user string in url

    Hi Experts,
    I am publish some RFC function as webservice for my SAP AS ABAP, i set the authentication as basic. I can using http basic authentication to call the service and get the result. But it also accept passing user/password through the url string: http://localhost:8001/sap/bc/soap/wsdl11?services=BAPI_PO_CHANGE&sap-client=100&sap-user=myId&sap-password=myPassword
    I want to disable this, make it no user/password through url string. Can anyone tell me how to do it, thanks.
    Best regards,
    Peter

    Well, it's not a backdoor - but (extremely) bad style: an URL should never contain any authentication data (like UID & PWD) nor should it ever contain any (security) session ID (which, if valid, would allow to skip authentication).
    So, I agree with you / your customer: it should be (made) possible to configure the system to discard / ignore any authentication data which is contained in the URL.
    I recommend to submit a customer message to SAP (using message component BC-MID-ICF). You might refer to this SDN posting (by providing the URL) in the support ticket.
    PS: Basic Authentication is not much better but at least the information (UID & PWD) is not sent in the clear (although simply Base64-encoded) and not in the URL (but in the http header). Sending cleartext data in the URL is really the worst. The best is: use stronger authentication mechanisms (e.g. X.509 client certificates, Kerberos, Biometric authentication mechanisms, etc.).

Maybe you are looking for

  • How to keep original file name in File- Soap- Soap- File scenario?

    Hi Gurus, I have a requirement as bleow: There are two PI landscape for two different company and they are communicating using Soap adapter. We need to pass a flat file cross the two PI now, and need to keep the original file name.Anyone could shed s

  • Export Settings for iPod iTouch

    Does anyone know the best settings for exporting video directly from Premiere CS3 to play on my iTouch? Quality? Size 640 x 480? Frame rate 30 fps? Bitrate etc, etc? I have exported a video to QuickTime but the file won't sync. I've looked on iTunes

  • Safari gmail problems

    Just started having problems with Safari v5.0.5 and my gmail web account. When I get new email i will open it. That's fine. But the email will stay as new even after I've read it or deleted it. If I open gmail with Google Chrome this doesn't happen.

  • How do I change the settings when my fonts on printer are too small?

    Epson XP410 All in one printer Windows 8 system

  • Do these stack trace results offer any insight?

    I have two scripts that have been running happily for a couple of years.  The last couple of days they have thrown "The request has exceeded the allowable time limit Tag" -- one for a cfquery and another for a cfftp.  Can anyone tell me if these cfdu