Full Name SAP User ID

Hello Experts,
I have a list that contains first and last names of people.  I need to determine their SAP user IDs.  What is the easiest way using the system to determine this?
Is there several methods?   IF so please list, I don't want unauthorized permissions to stop me from retrieving this data.
THANK YOU!!

Hi Lucas
Go to transaction SE16 and type USER_ADDR . Give the list of first names and last names in the respecitive fields and execute.  The user field will give you the list of SAP user id's .
Thanks
Aparna

Similar Messages

  • How to show full name of user in crystal report

    Hi. I am using Crystal Report 2008. I need to show full name (first name and last name) of the user logged in. Currently I am using "currentceusername" but it shows the user id that a user uses to login.
    Is there any way to show the full name of the user in crystal report?
    Thanks in advance.

    Hello,
    Not you H4... Can I suggest if someone replies to actually add something of value!!!!
    Cr does not have the ability to query your AD Server. What you would have to do is use a AD query tool or Export Option and export the user info from the log on ID into a Excel or an Access table or something CR could report off of. Then you can add a subreport to get the name from the ID and insert it into the main report.
    Check with your IT department, they should have tools to get the info. I'm not sure if there is a DB connector that would allow you to query the AD server directly but if there is one and it supports ODBC then you can use that as your subreport Data connection.
    Typically names do not change that often so rather than running the Query every time the report is generated it would be better to export the info to a text type file and simply use it for your report. IT can put a rule on to export if the Names change.
    Thank you
    Don

  • Include agent name/SAP user name of recipient in notification - SWNCONFIG

    Hi,
    May I know if it is possible to personalize the notification message (via SWNCONFIG) to include the name or user name of the recipient, for the notification sent ?
    Example : The leave notification will have the content with the name of the recipient on it :
    Dear Mr <u><b>ABC</b></u>,
    You have outstanding workitem pending your approval ....
    Thanks.
    Regards
    Kir Chern

    I think you will have to write your own class for message construction. I am not sure exactly which of the classes is responsible for putting the prolog into the message. I thought CL_SWN_NOTIF_WORKFLOW when I wrote the text below, but it seems to be more on an individual item level (not for collective messages).
    It could be the category handler CL_SWN_CATEGORY since this is where granularity is set. It could even be the message template handler (e.g. CL_SWN_MESSAGE_STD). It could even be the BSP that is referenced by the message template handler.
    Some debugging should help you along the way... Sorry I can't be of more assistance.
    The class CL_SWN_NOTIF_WORKFLOW implements interface IF_SWN_NOTIF which has the method GET_BODY (among others).
    Write your own class, inheriting from CL_SWN_NOTIF_WORKFLOW - no wait, the bright people working for SAP decided to make the class FINAL.
    Write your own class, implementing IF_SWN_NOTIF. Simplest workaround is probably to have a private attribute of type CL_SWN_NOTIF_WORKFLOW and just pass the calls on. The implementations of protected methods will of course have to be copied.
    Hmmmm... it is probably a lot easier to create a <u>copy</u> of CL_SWN_NOTIF_WORKFLOW, there are a lot of protected attributes as well.
    Anyway, in your implementation (which will now just be a change of the copy) of method GET_BODY you can use the protected member variable M_USER_REF to find the name that you wish to include in your greeting.

  • Changing Full Name

    I am trying to change the "Full Name" under Users and Groups. When I type in my actual full name, it says "Name is used by another User. So I had to enter another name that I do not want to use.
    FYI,  In the left column, the only user is the one I described above and Guest User which says OFF. How can I change "Full Name " to what I want it to be?
    Thanks!

    When I type in my actual full name, it says "Name is used by another User. That means that your name already exists on the system (probably from a previous installation)
    Back up all data. You must be sure that you can restore everything.
    You can use the utility "dscl" (directory services command line utility) to make modifications to the system directory, including finding out that your  chosen name is already in the system  and " used by another User.".  With this utility, first confirm that the directory contains the  entry for the "another User"  that has the account username you want to use, by running the following in the Terminal:
    sudo dscl . list /Users
    With this command entered, the utility will ask you for your password, and then will output a list of all the users on the system.
    You will see a number of them with underscores before their names; ignore these, as they are system accounts for running various services.
    At the end of the list you will see the local usernames listed, so confirm that the home name you noted earlier is present before moving to the next step.
    With the account name confirmed, now you can remove the s account directory entry from your system by running the following command in the Terminal:
    sudo dscl . delete /Users/ACCOUNT
    In this command, replace the word "ACCOUNT" with the account name you found and confirmed in the previous Step .
    After the account is removed, the user's home folder will still be on the disk in the /Macintosh HD/Users directory.  You can use the directory as the home folder. Doing this will refresh the account on the system, which may fix the account if errors were just in the directory entry for it and not in the account's home folder itself. To re-create the account and use the existing home folder, leave the folder on disk, and then go to the Accounts System Preferences and create a new account. Use the same name as the previous account (it should be the same name as the home folder), and when you do this the system will detect that a folder with this name exists on the system. It will ask you if you would like to use the existing home folder, and if you do so then all the previous account setting and data will be associated with the new account.

  • Full Name(USR_FULL_NAME) is not showing up in User Defn of  "OID Process"

    I have made the "Full Name" (USR_FULL_NAME) field visible under section "Basic User Information" by going to OIM-UI -> Advanced -> User Configuration -> User Attribute. Note that this 'Full Name' field is not same as out of box 'Common Name' or 'Display-Name'. This is not based on First-Name & Last-Name combination, but a user editable field.
    When I configure pre-pop adapter or "OID User" process, I do not see this field in "User Definition" drop-down list. I see all the corresponding fields of USR except this one field. What could be going wrong here ?
    Thanks!
    Kabi

    Thank you all.
    Note that, I can see the "Full Name" in create user screen and able to enter data for this field. However, I do not see this field in 'User Definition' drop down list when I try to map it in a pre-pop (or oidMODIFYUSER) adapter.
    I checked the attribute lists of all OOB 'Authorization Policy' involving "search user" permission and found the 'Full Name' is already selected. What else I should be looking for ?
    Thanks!
    Kabi

  • Displaying user's full name with content

    How would I best set up an attribute to display the user's full name with a published item?
    The default 'author' attribute only displays the login name.
    I have an idea how to set up a custom attribute of the PL/SQL type, but am unsure if there already exists a procedure to fetch the current user's full name.
    Thanks

    For any item type, define an item type procedure. Pass the author attribute to the procedure. The procedure will need to call the WWSEC_API.PERSON_INFO(P_USER_NAME) function, which returns a record containing all the columns in the WWSEC_PERSON table.
    In pseudocode, your procedure will:
    declare a record based on wwsec_person%rowtype
    call wwsec_api.person_info to populate the record
    use htp.p to display the wwsec_person.first_name and wwsec_person.last_nameTo show the results of the item type procedure, display the "Associated Functions" attribute in the region properties.
    Regards,
    Jerry
    PortalPM

  • How can I konw , Which computer name or IP Address make SAP User lock

    Dear all,
    I have one issues about SAP user lock,
    Now I don't know which computer name or IP Address make user lock.
    How can I check it or Can you tell me about the table that keep information about the ip address or computer name?
    I can see the computer name when I use t-code al08 or sm04.
    But I don't know the table that keep data from this t-code.
    Pls suggest me for this issue.
    Regards,
    Pannee

    In SM21
    If you double click on the message "User XXXXX locked due to incorrect logon"
    You'll see under details the name of the terminal
    Terminal............ XXXXXXXXXXX
    for IP address just ping the terminal.
    Regards
    Juan

  • Report that gets full name from the users id in the computer name

    I don't even know if this is possible, but I am finding that quite often of late I am needing to get the users full name from the computer name.
    We have a standard where a computer name is in this format XXXXXXXUSERID.
    Is there a way to get the Full name from the USERID that is in the computername (not last logged on user).
    I am fairly sure that I might be able to work it out in SQLSMS but I really need it on the web reports form SCCM.
    If anyone has any ideas please let me know.

    Thanks, I want to add it to most my reports but this is the main one that I am using right now due to an audit. 
    SELECT DISTINCT
    CS.Name0 AS 'Computer Name', CS.Domain0 AS 'Domain', CS.UserName0 AS 'User', BIOS.SerialNumber0 AS 'Bios serial',
    SE.SerialNumber0 AS 'System Enclosure serial', CS.Manufacturer0 AS 'Manufacturer', CS.Model0 AS 'model', OS.Caption0 AS 'OS',
    RAA.SMS_Assigned_Sites0 AS 'Site', RAM.TotalPhysicalMemory0 AS 'Total Memory', SUM(ISNULL(LDisk.Size0, '0')) AS 'Hardrive Size',
    SUM(ISNULL(LDisk.FreeSpace0, '0')) AS 'Free Space', CPU.Name0 AS [CPU Name]
    FROM dbo.v_GS_COMPUTER_SYSTEM AS CS RIGHT OUTER JOIN
    dbo.v_GS_PC_BIOS AS BIOS ON BIOS.ResourceID = CS.ResourceID RIGHT OUTER JOIN
    dbo.v_GS_SYSTEM AS SYS ON SYS.ResourceID = CS.ResourceID RIGHT OUTER JOIN
    dbo.v_GS_OPERATING_SYSTEM AS OS ON OS.ResourceID = CS.ResourceID RIGHT OUTER JOIN
    dbo.v_RA_System_SMSAssignedSites AS RAA ON RAA.ResourceID = CS.ResourceID RIGHT OUTER JOIN
    dbo.v_GS_X86_PC_MEMORY AS RAM ON RAM.ResourceID = CS.ResourceID RIGHT OUTER JOIN
    dbo.v_GS_LOGICAL_DISK AS LDisk ON LDisk.ResourceID = CS.ResourceID RIGHT OUTER JOIN
    dbo.v_GS_PROCESSOR AS CPU ON CPU.ResourceID = CS.ResourceID RIGHT OUTER JOIN
    dbo.v_GS_SYSTEM_ENCLOSURE AS SE ON SE.ResourceID = CS.ResourceID
    WHERE (LDisk.DriveType0 = 3)
    GROUP BY CS.Name0, CS.Domain0, CS.UserName0, BIOS.SerialNumber0, SE.SerialNumber0, CS.Manufacturer0, CS.Model0, OS.Caption0, RAA.SMS_Assigned_Sites0,
    RAM.TotalPhysicalMemory0, CPU.Name0
    What I really want to do is add another column called owner that just has the UID in it, I will then try to pull the users full name into another column.. hopefully I am not biting off more then I can chew with this but i have thousands of records and i
    will be forced to export to excel or something then look up all the names if I can't do this...

  • Table for user's Full Name

    Hello everyone, this is my first post in this great forum, well my doubt is about full name for any user, for example mi id is cventuro , where can i fin my full name (Carlos Venturo), in wich table, i looked in usr* with no success.
    Thanks in advance.
    pd. sry for my "english" =p

    Hi Carlos,
    Welcome to SDN.
    For your user's name you need two tables.  The first is USR21, from which you get PERSNUMBER and ADDRNUMBER, which you then use to read table ADRP.
    You could also use function module BAPI_USER_GET_DETAIL.
    Regards,
    Nick

  • Import user full name

    Hi, I am using ZCM10.3 in win2003. Now I would like to create a ldap import task to import the user full name according to the login name field in ZCM.
    Key: name\account=loginname\device
    mapping:displayname\user-->desplayname\user(ADF)
    However, I cannot successfully import the information and I check the manual and it mention "All workstation-based LDAP fields can be mapped only to the ZENworks Inventory fields belonging to a Device class. Similarly, all user-based LDAP fields can be mapped only to the ZENworks Inventory fields belonging to a User class".
    Maybe my mapping is not correct but it make me confused because ZCM classified login name as workstation that cannot be import. Does anyone know how to fix this problem?
    HK

    Unfortunately the LDAP import isn't really useful, IMO because of the restrictions between user/user and device/workstation.
    The only thing I can think of is to use a Bundle to write a registry key that will populate the full name (possibly) pulled from AD/eDir and then use the Data Collector in Asset Inventory to populate maybe "Entered User" with the full name?

  • Output a user's full name in SCCM

    All,
    I am looking for a way to output our users' Full Name in a query that I am writing.
    So for instance, I can compose a query which shows the computer name, memory installed, processor installed, version of windows, last logged in username, etc ... but I would like to also output not just the user's username, but their Full first and last name as well.
    Does anyone know how to do that?
    Thanks,
    Systems Admin

    Hello Bree08,
    Thank you for posting.
    This forum is focus on management questions of Windows Server system. From your description, it seems that demand can be achieved by SCCM. For better and accurate answer to the question, I would like to suggest you initial a new thread in one of our System Center Configuration Manager forum. The support professional and community members there are more familiar with it and can help you in a more efficient way.
    System Center Configuration Manager
    http://social.technet.microsoft.com/Forums/en-US/category/configurationmanager
    Hope this can be helpful.
    This posting is provided "AS IS" with no warranties, and confers no rights.

  • 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

  • User´s Full name is displayed when sending email from Blackberry device

    Dear readers
    Im working with BlackBerry_Enterprise_Server_for_IBM_Lotus_Domino and the problem is that  
    When I am sending email to other users outside, the reciver sees the full name not the email adress.
    . I mean, when I am sending email to other people my details goes like Peter White/Director/Company not with my e-mail [email protected]
    Please..can anyone help me
    Best regards

    Right, I may have misunderstood what you meant by download to desktop. When I click the attachment, I can either "Open with: Text Edit (drop-down menu)" or Save. But save doesn't save to desktop. I can "Open with: Microsoft Word" fine.
    When I compose an email, I click attach. I select the file that is in a .docx format. It appears to load to the email correctly, and if I click that extension, it opens correctly in Word out of the pre-sent email. After being sent, it appears in god knows what format and wishes to open from TextEdit.
    Was I doing something wrong when you wanted me to download to desktop?

  • User creator is not registering full names. Any ideas?

    On our setup, the helpdesk admin (me) enter the names manually through the settings page.  I will set this up in the helpdesk, settings, user accounts page.

    Whenever someone submits a ticket through our servers, some people have their names entered in the form of emails rather than their full name. For example, in the picture attached, Aaron and Maureen have their first and last name automatically filled out. (I covered their last name for confidentiality) and then for lweston@(company email), it does not automatically fill in their full name.
    Would anyone have any idea how to fix this? I apologize if this question may seem confusing
    This topic first appeared in the Spiceworks Community

  • Deleted User Full Name

    Hi,
    I could get past histroy of deleted user using SUIM using user SAP_ID.
    But I need FULL Name ( First, Middle and Last ) of the user id I am looking for.
    Is there anyway to the full name as it was in User master record after deletion?
    Thanks,
    Sam

    Hi Sam,
    Try this thing out. Recreate the user id in SU01. You will get the message that Address Data for the user id already exisits. Do you want to continue. Go for this option and user id address data will be automatically filled. Here you can find his full name.
    Please award points for useful answers.
    Regards.
    Ruchit.

Maybe you are looking for

  • Oracle DB to MS SQL Server via SSL ODBC

    Is it possible to connect an Oracle 11.2 box to a MS SQL Server box with SSL ODBC? If not; then with 12c? If not SSL, would the two be otherwise compatable with a different form of encryption? TNS perhaps? The MS SQL Server side would be read only. A

  • Strange inserts in attachement file

    Hi, I am making a program with send an email with attachement file. Everything works well except data in the attachement file. Code: REPORT  ZTEST.   DATA: DOCUMENT_DATA   LIKE SODOCCHGI1 OCCURS 5 WITH HEADER LINE.   DATA: PACKING_LIST    LIKE SOPCKL

  • Dynamic Format mask for attribute in a JTable

    I've a JClient app. I need to define format and color of a field at runtime depending on some row informations. I've the same problem in a Form and In a JTable. Could someone suggest how can I do that ? TIA Tullio

  • Duplicate files showing

    Hello All, I have my music files on three different harddrives and it seems that Itunes in most cases are showing doulble if not triple of the same songs. Is there anyway of telling Itunes to look only in one directory in stead of all 3. I have over

  • How can I set some space between buttons on the buttonbar

    I want to set some empty spaces between buttons on the button control bar? Thank you. Scott