Find log on user employee number

HI,
How i can find employee number of user logon.
in the system the user logon and employee num are diff.
I try in SU01 with employee logon name but i don't find the number.
Regards

Hi,
Check the infotype PA0105 or FM  HRWPC_BL_GET_USER
Function module              HRWPC_BL_GET_USER
  Import parameters               Value
  USERNAME                        KA51151    ---- user logon id
  DATUM                           11-11-2008
  Export parameters               Value
  USR_PERNR                       00800841   -------- Pernr 

Similar Messages

  • How to find logged in user from Windows Registry?

    Hi,
    am developing a windows store 8.1 app using C# and xaml.
    In my app i want to find logged in user name from Windows Registry. 
    How can i get that from C# code?
    Anybody please help me.
    Regards,
    Santhosh

    from aa store app you don't have access to the windows registry.
    Microsoft Certified Solutions Developer - Windows Store Apps Using C#

  • Find Logged in Users on Previous day or any Particular date

    We would like to know if there is a way to find out <b>which users have logged in to portal on a particular day</b>. The Standard Activity report in User Administration <b>just mentions that of the current day.
    </b>
    Firstly, is there a configuration available to do so?
    Secondly, Is there an API available for this if there is no configuration.
    If these dont work, there exist some WCR tables which we can query..... I just want to know if any table stores the daily logged in details of a user in seperate records? Or does it update the same record...

    Hi Bharat,
    Security.log  is created on portal server for logging import security events such as successful and failed user logons, and creation or modification of users,groups and roles. Location in file system: <J2EE-installation>\j2ee\cluster\serverX\log\system\security.log
    Entries in the log file has the following format [TIME STAMP][SEVERITY][ACTOR][EVENT][OBJECT TYPE]=[OBJECTID][OBJECTNAME][DETAILS]   for Ex:  Oct 09,2007 3:47:25 PM | Info | <UserLogon> | LOGIN.OK | USER = ...| ......| TestUser01?
    TIMESTAMP values can be used to get the logged in user information during specified period
    Thanks,
    Madhu.

  • Finding logged in users

    Hey all i have a requirement to show who is on and offline within an JSF application. Seeing as SessionContext getIds() is now deprecated can anyone give me a pointer as to how to obtain this same data within the JSF framework?

    Rather communicate through the attributes of the ServletContext.
    HttpSessionListener:ServletContext servletContext = httpSessionEvent.getSession().getServletContext();Backing bean:ServletContext servletContext = (ServletContext) FacesContext.getCurrentInstance().getExternalContext().getContext();

  • Employee number in Master header

    Hi all,
    My client wants to display the portal users' employee number next to his or her name in the portal masthead. A picture named 'employeenumber'.jpg is available on a local file system of the portal server. This also needs to be displayed in the portal masthead.
    I've been thinking how to fix this:
    -Call function module HRWPC_AP_GET_EMPLOYEE_FOR_USER, which gives me back employeenumber of portal user. Promblem is that I don't know how to call this RFC enabled function module from jsp. Also, this would trigger a lot of bapi calls when multiple logins occur.
    -Create webservice from function module. This is an option, but I need the employeenumber as a variable to display photo using html img tag. Also SSO for webservices seems to be difficult.
    -Copy database table PA105 and do a query....
    Currently I'm stuck. Any help or suggestions would be greatly appreciated!

    Hello Ballemans,
    The first option is right, and yes it will trigger many calls to the BAPI.
    The other option is (workaround):
    If you are using the UME database for user base, re use one of the field that you may not be using currently i.e. Job Title etc etc... and use ask the User Administrator to enter the employee number there.
    Then you can use the UME API to retrieve this value. In terms of performance its better.
    The API can easily be used in the masthead jsp.
    Hope this helped.

  • How to find number of logged in users on NW04s?

    Ah, the fantastic search on sdn!!!
    I'm sure this has been asked before but I can't find it... (either the question or the answer)
    We have a J2EE application on NW2004s and I want to find how many users are logged on to the system.
    (it's not EP)
    Any quick answers will be appreciated and awarded.
    thnx
    kev

    Hello,
    to get list of active user in J2EE start telnet
    telnet <host> <telnet port>
    log in as j2ee_admin, administrator or with any user with administrator priviledges.
    to get list of available server nodes use command LSC.
    You can choose any node by using jump command followed by node id.
    execute for each node following commands:
    add servlet_jsp
    http_sessions full
    List of telnet commands:
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/4e/6e723964c11d45ad3aeca71482f084/frameset.htm
    Drabik Radovan

  • Queries: user id and employee number ,and reponsibility and menu exclusions

    Hi,
    I have two different queries that are requested and I do not have a document to guide me in the tables relationships.
    Query 1:
    need to represent the reponsibility name asscociated with the name of menu and the functions excluded from that menu in the responsibility.
    i was only able to retrieve the reponsibility name and the menu name, i do not know what is the table that contains the menu exclusion and how can i link it to the responsibility.
    Please help, my query so far is as follows:
    SELECT DISTINCT e.application_name, a.responsibility_name
    --,a.LANGUAGE,
    --,b.responsibility_key
    , c.user_menu_name
    ,c.DESCRIPTION
    ,fme.prompt, fme.description
    ,fme.MENU_ID,frf.ACTION_ID
    FROM apps.fnd_responsibility_tl a,
    apps.fnd_responsibility b,
    apps.fnd_menus_tl c,
    apps.fnd_menus d,
    apps.fnd_application_tl e,
    apps.fnd_application f,
    apps.fnd_menus_tl apm,
    fnd_menu_entries_tl fme,
    FND_RESP_FUNCTIONS frf
    WHERE a.responsibility_id(+) = b.responsibility_id
    AND b.menu_id = c.menu_id
    AND b.menu_id = d.menu_id
    AND e.application_id = f.application_id
    AND f.application_id = b.application_id
    AND a.LANGUAGE = 'US'
    and apm.menu_id = fme.menu_id
    and fme.MENU_ID(+)=c.MENU_ID
    and b.RESPONSIBILITY_ID=frf.RESPONSIBILITY_ID
    Query 2 :
    It is required to represent the employee info associated with their associated reposnsibilities.
    i could not link the employee number to the user id.
    how can i join the two tables: fnd_user and per_all_people_f
    PLEASE HELP ME.

    Hi,
    need to represent the reponsibility name asscociated with the name of menu and the functions excluded from that menu in the responsibility.
    i was only able to retrieve the reponsibility name and the menu name, i do not know what is the table that contains the menu exclusion and how can i link it to the responsibility.See these documents.
    Note: 948512.1 - Checking Functions Associated with a User Menu or a Responsibility
    Note: 468013.1 - Code Snippet for querying responsibilities and users in 11i Applications
    Query 2 :
    It is required to represent the employee info associated with their associated reposnsibilities.
    i could not link the employee number to the user id.
    how can i join the two tables: fnd_user and per_all_people_f Refer to the following docs for the requested query.
    Note: 227103.1 - How Do I Find Person_Type Information in 11.5
    Note: 332904.1 - How to Find Employees Who Have Logged In
    Note: 332794.1 - Employee & User E-mail Syncronization
    Regards,
    Hussein

  • OIM 11gR2 - Identity console - Search Users Page.  Need to add employee number by default.

    Hi,
    I am new to oim 11gR2.  I have a requirement , to add the employee number field in the user search box. I do not want to use the Add Fields button to add the employee number search field.
    When any user goes to the search page, they must find the employee number field in the search box in addition to the other default fields like lastname, firstname, etc.  Is it achievable? Thanks in advance.  
    If possible.... can you please provide the steps to achieve it?.. thanks

    Karthik Perath
    Thanks for the answer....... but I guess you misread the question.  I am able to add new fields as columns to the search results table.  My problem is I want to add the searchable field to the query form.  Also, I do not want to use the Add Fields button (because that is a part of Saved Search which is Personalization and limited only to the creator) , I want the newly added searchable field. for example Employee Number ( which is not there by default)  to be made available to all the end users of Identity Self Service system..... Hope you got the problem... 

  • How to find out the users currently logged into ODI

    Hi all,
    How to find out the users currently logged into ODI Work Repository?
    Thanks.

    Hi,
    It stores all the final queries in work rep table i.e "SNP_SESS_TXT_LOG" and the column is "TXT".
    Here u can find all the ODI bkp process queries.Pls specify the SESS_NO for purtivular task u want to check which u can get this in ODI operator.
    I dont think so that it will keep the substituted value(because its implicit and temporary process) but it will keep all the default values in the table SNP_VAR_SESS and the column is "DEF_V".
    Thanks,
    katukota

  • Query or Profile Option to find Current logged in user in oracle apps R12

    Query or Profile Option to find Current logged in user in oracle apps R12.
    I want to get value of current user who is logged in to that particular session, based on the value of user_id or user_name returned i have to do a Forms Personalization.
    Plz help.
    Regards,
    Sadiya P.

    Hi Sadiya,
    do you have the answer for this? please send it to me because i am also have same requirement. so plz post it here....

  • Is there a way to find out the GUI version of a logged in user

    Hello all,
    SAP provides a method in CL_GUI_FRONT_END_SERVICES called GET_GUI_VERSION. This works fine for supplying the version information for the logged in user.
    Unfortunately, it doesn't have any input parameters to specify "ANY"  user name.
    I'm looking for a way to find out the gui version of all logged in users.
    Tables USR41 will give me a list of the logged in users
    I can then use USR21, ADR6 and ADRP to get more user info.
    But, I can't find a way to determine what GUI version each of the users is using.
    Does anyone have any ideas?
    Thanks
    Ed Baker

    We have done in a different way. ie we have used userexit SUSR0001 and coded using
    * Collect SAPGUI info of the user logging on
    call function 'RFC_SYSTEM_INFO' destination 'SAPGUI'
      importing
        rfcsi_export = i_rfcsi.
    Here i_rfcsi-rfcsaprl contains the version info of SAPGUI
    and updated this info in a custom table.

  • Impact on roaming profile accounts if we Change User logon Name to Employee Number format in Active Directory for all User accounts

    I want to understand if we change User logon Name to Employee Number format in Active Directory for all User accounts, then what would be the impact on existing profile. Whether we need to change it manualy or it will connect to same profiles in terminal
    session.
    As i observed it create new profile after logon name changed to employee number where existing users profile settings get fails to load and prompt for new settings (such as outlook reconfiguration, share drive mapping etc.).
    Kindly let me know the proper process to overcome with this, how to connect same existing roaming profile with employee number format change.

    Hi,
    What if we change the user name of user account, will it have impact on roaming profiles.
    Yes, it will affect roaming profiles. Please rename the roaming profile folder as the new user account name, in addition, change the profile path in ADUC.
    Here is an related article below for you:
    How to Rename a Windows 7 User Account and Related Profile Folder
    http://social.technet.microsoft.com/wiki/contents/articles/19834.how-to-rename-a-windows-7-user-account-and-related-profile-folder.aspx
    Best Regards,
    Amy

  • Identity User( Find Current Logged in User) Windows Forms

    I have implemented dummy code for logging in to a windows Forms Application using Identity (Owin Auth). part of my code is as follows:
    private bool validateuser()
    bool isAuthorised = false;
    Login1 log = new Login1();
    if (DialogResult.OK == log.ShowDialog())
    Splasher.Show(typeof(frmSplash));
    userC = log.usernameTextBox.Text;
    PassC = log.passwordTextBox.Text;
    if (userC == "" || PassC == "")
    count++;
    //isAuthorised = false;
    if (count > 0) log.LoginStatus.Text = "Empty passwords or usernames are not allowed. please try again";
    if (count == 2) MessageBox.Show("You have one try remaining");
    if (count == 3) { MessageBox.Show("You have exosted your tries application will now close"); Application.Exit(); }
    validateuser();
    else
    var userStore = new UserStore<IdentityUser>();
    var userManager = new UserManager<IdentityUser>(userStore);
    var user = userManager.Find(userC, PassC);
    if (user != null)
    var userIdentity = userManager.CreateIdentity(user, DefaultAuthenticationTypes.ApplicationCookie);
    isAuthorised = userIdentity.IsAuthenticated;
    userIdentity.AddClaim(new Claim("FullName", user.UserName));
    userIdentity.AddClaim(new Claim("User_Id", user.Id));
    return isAuthorised;
    else
    count++;
    //Application.Exit();
    if (count > 0) log.LoginStatus.Text = "You may have entered a wrong password or username. Please try again";
    if (count == 2) MessageBox.Show("You have one try remaining");
    if (count == 3) { MessageBox.Show("You have exosted your tries, application will now close"); Application.Exit(); }
    validateuser();
    count = 0;
    return isAuthorised;
    When the code works fine and is able to authenticate from the database. In the current form, I'm able to get the current user by using user.UserName or id by using user.Id
    How do I get to retrieve the name or Id of the current logged in user from another form. Please Help
    Thanks
    My ASP

    Type in c.Type is giving an error. could I be missing any important reference?
    My ASP
    Hi,
    Looks from Aram's code, I found a blog from Leandro Boffi.
    http://leandrob.com/2012/02/claims-identity-c-4-0-dynamics/
    Some similar code like Aram's. You should install
    Windows Identity Foundation and the companion
    WIF SDK
    Best regards,
    Kristin
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to find the current users logged in.

    Hi,
    I have a problem in finding the current users logged into the database and the operations they are doing.
    If u know pls help me........
    Thanks.
    K.Vijay Choudary Reddy.

    hi vijay,
    this is the OracleAS Portal Content Management forum. Please post your database related question in the Database Forum:
    General Database Discussions
    thanks,
    christian

  • How to find already logged on user

    Hi,
    Can any one suggest an apporach to find the already logged on user.
    Does any other table store info on users other than v$session.?
    Thanks

    Try this
    Thsi you get to know the user, the box they are running on and the program are in use by the user
    select
    substr(a.spid,1,9) pid,
    substr(b.sid,1,5) sid,
    substr(b.serial#,1,5) ser#,
    substr(b.machine,1,30) box,
    substr(b.username,1,10) username,
    substr(b.osuser,1,8) os_user,
    substr(b.program,1,30) program
    from
    v$session b,
    v$process a
    where
    b.paddr = a.addr
    and
    type='USER'
    order by
    spid;

Maybe you are looking for

  • Meeting Forward Notification issue: server sends multiple MFNs to organizer

    Hi, Exchange 2013 CU7 on Server 2012 R2. We have separated the roles into mailbox server and front end.  Mailbox servers are installed on physical servers, front end is virtualized.  We still have Exchange 2007 SP3 Rollup 10 in the environment but no

  • What happened to my safari/internet?

    What happened to safari/internet? I don't really know whether the problem is with my safari OR internet, but this thing suddenly just popped out of nowhere, at first it didn't really bother me.. But this thing has been annoying now, it will popped ou

  • 2008 Macbook pro having battery issues.

    Battery Information:   Model Information:   Serial Number:          SMP-bq20z951-395d-33dd   Manufacturer:          SMP   Device name:          bq20z951   Pack Lot Code:          0000   PCB Lot Code:          0000   Firmware Version:          002a  

  • I want to add memory to my CM2320nf printer

    I have a CM2320nf HP color laserjet MFP running under Windows 7 64-bit, and I want to add memory to it, but I cannot find any specs for the memory in my manuals, or online on the HP site.  does anyone have any specs for this memory?  Most SO-DIMMs th

  • Removal of alternate apple ID

    How to remove an alternate apple ID from my iCloud account?