Last login details to a transaction

Hi
  Is there any table or any function module which stores the last login details of a user into a particular transaction code. For ex. i want to know the last login details of a user to the transaction code SBWP or SO01.
Regards
Haritha

You can check the stats with RSSTAT20 or RSSTAT26. You can view the details by giving the username in the selection screen.It will display the program , screen number , and when accessed ,etc.,
You can find out other information from user table USR02 trx SU01, or from statistic logs (trx. STAT).
You can use transaction code ST03N.
1. Go to tx code - ST03N
2. Under "Workload" you can select your "Instance or Total" so that it expands and shows you Days, Week, Month.
3. If you want to look at the transactions executed for a particular day, lets say, then double click on any day.
4. At the bottom left you get "Analysis Views"
5. Select & expand "User and Settlement Statistics"
6. Double click on "User Profile"
7. On the right side of the window you get a list of all the users
8. Double click on a particular user you want to view the details of.
9. The new screen will display the "Transactions/Reports Utilized by User XXX"
If you wanna track which users executed a particular transacation then follow this:
10. In "Analysis Views" expand "Transaction Profile"
11. Double click on "Standard"
You can view the list of Transactions and Reports.
12. Double click on the Tx Code or Report you wanna check and it will show the Use of it.
This will help you.
You can check user logon date via T code SUIM.Or you can check SE16 t-code table USR02 Or if you check history like T code used particular date or period you used Tcode ST03N.
Regards
vasu

Similar Messages

  • Last Login details of the user

    Hi Everyone,
      Is there any transaction code to find out last login details and the screens accessed by the user other than SM04, SUIM, RSUSR200,
    Rgds,
    Sailatha,

    Hi,
      Some of the server programs ( ZLayouts, report programs that are in production ) have been modified by user DDIC, when checked the layout attributes, the date & time are shown as today, not able to figure out the transactions accessed by the user as SUIM is not showing the login details correctly, how do we find out the screens, programs accessed by the particular user?,
    Rgds,

  • How to find the last login details of a Sharepoint SSRS user

    How to /where to find the last login details of SSRS sharepoint user. Is there any table where we can check the last login details of user. This is because we are facing an issue of Subscription failure due to Sharepoint token expiration. If user logs in
    before 24 hours of his last login time, he is able to get his report subscription. If not, below error is thrown.
    The permission granted to user 'domainname\username' are insufficient to perform this operation.

    Hi,
    According to your post, my understanding is that you want to monitor the last login user’s details.
    There is no out of the box way to achieve it in SharePoint.
    We can use cookie to be a flag for checking whether there is an user just log in. After the page loaded, if the cookie is null, it suggests that there is an user just log in our site, then we
    can get this user’s information using JavaScript Object Model and add the information into a custom list. With this list, we can monitor user’s login details.
    Refer to the following link:
    https://social.technet.microsoft.com/Forums/en-US/0cd4d531-cb61-4d90-aa70-413267f4a735/how-to-know-login-and-logout-details-of-a-user-in-sharepoint-online-2013?forum=sharepointdevelopment
    Besides, here are two similar posts for your reference:
    https://social.technet.microsoft.com/Forums/sharepoint/en-US/1a35283e-0f2a-49b8-b330-801a3cfcd890/programatically-get-all-current-logged-in-users-list-for-a-sharepoint-site?forum=sharepointdevelopmentprevious
    https://social.technet.microsoft.com/Forums/en-US/10953be3-cb1c-40c7-9454-545c8338b551/how-to-know-login-users-count-and-their-details-in-sharepoint-2010-web-application?forum=sharepointgeneralprevious
    Best Regards,
    Lisa Chen
    Lisa Chen
    TechNet Community Support

  • Last login details in Apps 11i

    Hi All,
    Is there a script to find the last login details of a User in Oracle Apps 11i ?
    Thanks,

    Afia wrote:
    Hi All,
    Is there a script to find the last login details of a User in Oracle Apps 11i ?
    Thanks,Query FND_USER (LAST_LOGON_DATE column) -- http://etrm.oracle.com/pls/trm11510/etrm_pnav.show_object?c_name=FND_USER&c_owner=APPLSYS&c_type=TABLE
    Also, see old threads for the similar topic -- https://forums.oracle.com/forums/search.jspa?threadID=&q=Connected+AND+Users&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • Info of Last login details of Users

    Hi
    I want to information of last login details of users using MAXL cmd....
    is there any such cmd in Maxl which will give out put of users last login..... if so can u any one help me in this
    Thanks
    SSS

    This is just one of several areas where MaxL fails to live up to its potential to completely replace Esscmd. Development of MaxL seems to have essentially stagnated after the inclusion of MDX. We still run a handful of Esscmd scripts (such as GetUserInfo so we too can get last login) simply because MaxL does NOT have a substitute for everything Esscmd offers.
    The prevailing response I always see is "well, gee, you can always write a Java API program to do ...." which is a fine response for a developer, but kind of weak for those whose primary responsibility is database administration with the occasional script thrown in for good measure. The complexity of System 9 and later releases is now making it virtually mandatory to learn and use Java to accomplish anything. Perhaps I am just pining for the good old days, but making simple things harder than they were before strikes me as a step backwards.
    Oh well, enough ranting. Time to make the cubes sing once more.

  • Need to display last login details to the user after they login into portal

    Hi All,
    As per our requirement ,we need to display to the user,the following things:
    1.Last login date and time will be maintained and displayed to the user after login.
    2.Last unsuccessful login date and time will be maintained and displayed to the user after login.
    3.No. of unsuccessful retrials before locking the user will be maintained and displayed to the user after   login.
    Therefore we are creating a webdynpro application wherein we are making use of the UME API and trying to retireve these information.
    The methods i am using are:
    IUserAccount.getLastFailedLogonDate() // To fetch the Last unsuccessful login date and time
    IUserAccount.getFailedLogonAttempts() // No. of unsuccessful retrials
    IUserAccount.getLastSuccessfulLogonDate() // Last login date and time
    But the problem is IUserAccount.getLastSuccessfulLogonDate() is deprecated and i unable to use it,and also i  am unable to get the value *IUserAccount.getFailedLogonAttempts() * I am only geting zero.Can anybody let me know alternative method to get this details.
    Request you to guide me and help me to resolve this issue.
    Thanks and Regards,
    Nishita Salver

    Hi,
    I hope you are trying to show your login date from SharePoint List.
    My suggestion is 
    1. by using ECMA Script ,retrieve values from that list and show the same in Master Page.
    2. If you are not comfortable with ECMA, develop Visual Webpart and add the Visual Webpart in master page by using SharePoint Designer.
    Please let me know ,if you need further guidance.
    Don't forget to mark it as an Answer if it resolves your issue and Vote Me as helpful if it useful.
    Mahesh

  • Wants delete user based on their last login details...

    Hi All,
    I have one question regarding oracle database user management. I have approx 300 users in my each Database and I know many of them are not actively used. I want to generate users report based on their last login information. I want to fetch list of users who is not logged in database since last 4 months and are eligible for delete operation.  Please guide me how to find this details.
    Thanks in advance...

    user12115, but really even if the logon time was not present and you only had the logoff time you know when the customer last used the system and relistically you could work with that.  Rather than audit user session connection due to the large number of connections/disconnects we have per day we created a database logon event trigger that updates an IOT for the username, logon_date of the OS user connecting.  If no row is updated we insert the username.
    Also keep in mind that many web based applications connect to the Oracle rdbms using an application username as not as the real end user.  In such a case auditing will not catch the real end user nor will the logon trigger unless the application uses dbms_application_info to post the real end username to Oracle.  If this is not true in your shop today it might be tomorrow so keep this potential issue in mind.
    HTH -- Mark D Powell -- 

  • Need to Apex App user login last login details

    Hi All.
    how will get the Apex App user login details ? is it have any table or please suggest me on this...

    Not sure what is your exact requirement, but did you look at "Monitor Activity" under "Administration" (you should be an Administrator to the workspace)?

  • How to Display last Login Details in MasterPage

    Hi,
    we have one requirement,i.e.When any user logged into the site, we need to display last login time for that user.
    We are getting last logged user date and time based on user id and updating that value into the list column(like this 4/3/2015 8:38:32 PM).But we need to add this into default master page.
    How to do this one ...can anyone suggest me ....
    Thanks...

    Hi,
    I hope you are trying to show your login date from SharePoint List.
    My suggestion is 
    1. by using ECMA Script ,retrieve values from that list and show the same in Master Page.
    2. If you are not comfortable with ECMA, develop Visual Webpart and add the Visual Webpart in master page by using SharePoint Designer.
    Please let me know ,if you need further guidance.
    Don't forget to mark it as an Answer if it resolves your issue and Vote Me as helpful if it useful.
    Mahesh

  • Displaying last successful login details of user

    Hi,
    I want to display last successful login details (timestamp may be) on Portal homepage.
    By configuration
    Is there any configuration that we can do to display it on Masthead area may be?
    By code
    I found following two links that talk about direct access of Portal table.
    http://wiki.sdn.sap.com/wiki/display/Snippets/DirectAccesstoDatabaseTables
    http://help.sap.com/saphelp_nw04/helpdata/en/48/6aa9429b930b31e10000000a1550b0/frameset.htm
    In this case, what query should I write to get the last login details of user?
    Please help.
    Thanks and regards,
    Amey

    Hi Ameya,
    Thanks for reply.
    1. I was wondering if there is any System admin level configuration we can do to show this info?.
    Is there any such facility?
    2. Through code, this is what I did: -
    I am getting the last logon timestamp by following code (inside JSPDynpage) : -
    import java.sql.Connection;
    import java.sql.ResultSet;
    import java.sql.Statement;
    import java.sql.Timestamp;
    import javax.naming.InitialContext;
    Connection con=null;
    Statement stmt=null;
    ResultSet rs=null;
    InitialContext ctx = new InitialContext();
    DataSource ds = (DataSource)ctx.lookup("jdbc/SAP/EP_PCD");
    con = ds.getConnection();
    stmt = con.createStatement();
    String connectedUser = _request.getUser().getUniqueName();
    rs = stmt.executeQuery("select MAX(TIMESTAMPHOUR) from WCR_USERSTAT where LOGONID='"+connectedUser+"'");
    int m = 0;
    while(rs.next()){
         m++;
           Timestamp ts = new Timestamp(rs.getLong(m));
         lastLoginString = ts.toGMTString();
    I guess selecting 'MAX' value of time-stamp would return the latest logon time.

  • SAP Login Details for audit.

    Hi All,
    I have one requirement in which I need to get login details of particular user or all.
    I have timestamp (from & to) username (KIRAN123 or ALL), keeping this I need to pick up the login details. To say the history of login done for that username.
    Please help me know how I can achieve this.
    USR02 table only has the last login details. My requirement is to get the history of login.
    Thanks in advance,
    Kiran.

    Hi,
    before creating your abap, check out if one of the standard report is sufficient. See tcode SUIM which contains several reports. maybe report RSUSR200 is already what you need.
    regards,
    bert

  • SCCM QUERY or VB SCRIPT to find Free Diskspace/ No of documents saved/last logon details (who and when)

    Can we please get a report showing all company laptops and the following information
    1. Disk space in use/Free and number of files/documents saved (doesn't matter if its Word or PDF, just give me the numbers)
    2. Whether they have any PST files stored on them
    3. The last login details (who and when)<o:p></o:p>
    I don't mind if its a VBscript or .batch file (but that should also extract the result in excel file) or i have SCCM 2012 server in place, and i can
    utilize this to get the result via querying.
    <o:p>I am Fairly new to SCCM2012 so please be nice if i ask any silly questions.</o:p>
    Thanks in advance,<o:p></o:p>

    1a: Disk space in use/Free: there are some default reports on your ConfigMgr 2012 site in the folder "Hardware - Disk"; those may be what you want.
    1b: number of files/documents saved: by default out of the box (unless you've changed it), "file inventory", also known as software inventory, is not enabled. This is for various technical and practical reasons.  However, if for your specific
    company you are required to scan for *.doc, *.xls, *.docx, *.xlsx, *.pdf, etc--you can certainly enable that feature.  Once enabled, you will be able to create custom reports to "count" the number of files on each computer.
    2: similar to 1b above, you could enable scanning for files which happen to be named *.pst.  This link is more advanced; but it's a more granular way of detecting who is using pst files, and where they are--whether or not they are local-->
    http://www.mnscug.org/blogs/sherry-kissinger/249-pstfinder
    3: "last login details who and when"--that is "sort of" recorded and available.  But I want to be cautious about telling you that it's available--because really it's your Active Directory domain controllers that *really* know when
    a username last logged in.  Remember, ConfigMgr is NOT meant to be an up-to-the-second reporting mechanism.  The reason last login details are recorded from a configMgr point of view is simply to assist in determining who the primary user of a machine
    is.  It's not, and is never meant to be, to help you see the exact time Bob logged into ComputerX.  It's more so that over weeks, the ConfigMgr Client can determine "hey, Bob is the one with the most console minutes on ComputerX, he's probably
    the primary user of ComputerX".
    Standardize. Simplify. Automate.

  • IP address wise login detail

    Hi,
    I want to know the last login detail in SAP for a particular IP address / terminal
    How can i get this information?
    Regards
    Kalpesh

    You can get that information from SM20 Security Audit Log.
    Regards
    Juan

  • Regarding last 15 days User login details and transports

    Hi guy's
    If any one found the report to display all login detials for the perticula user with in last 15 days
    like take a example.I want to enter my login name I want to see all login details (login time and logout time) and how many transports I have created like that for last 15 days ..
    Please any one found SAP standard report or custom report or any tables if get data .pls help me.
    Regards,
    Mahesh

    Hi Sudhakar,
    Fogot to wish you...Welcome to SDN.
    Here is a sample code to get details of the transports of a user with a given date.
    REPORT z2 NO STANDARD PAGE HEADING.
    tables: e070.
    data: it_e070 like e070 occurs 0 with header line.
    data: lin type i.
    parameter: p_user like E070-AS4USER.
    select-options: p_date for E070-AS4DATE.
    start-of-selection.
    select * from e070 into table it_e070 where AS4USER eq p_user and  AS4DATE in p_date.
    check not it_e070[] is initial.
    describe table it_e070 lines lin.
    sort it_e070.
    loop at it_e070.
    write: / it_e070.
    new-line.
    endloop.
    skip.
    write:/ 'Total hits:', lin.
    Run this program as it is to have a better idea and then you can club it with the logic to get the login details of the user.
    Regards,
    Vivek
    PS: Award points if helpful

  • Last login date of a deleted user

    Hi there,
    Could you please let me know how to find the last login date of a deleted user in the SAP.
    Thanks
    Amit.

    Hi Bernhard,
    Thanks a ton for the reply.
    you are correct that they you cannot get the details of a deleted user from USR02 but they are ways in which you can still find the last login date of a deleted user.
    One of the ways is using of transaction SUIM but i have no idea why this is not working in my system.
    Anyways if you can find any relevant detail please let me know.
    Regards
    Amit

Maybe you are looking for

  • How to select LOV items from edit report / form?

    I'm new to ApEx 3 with very little web developer knowledge. I have a create record form (Page1) that uses single-select and multi-select LOVs and correctly inserts the data into a table. I have a basic report (tabular form) (Page2) that shows the rec

  • The wonders of screen sharing!

    I finally got it working after I realised that you have to deselect Firewall 'block all access'. Two Macs can share each other's screens - bizarre - see for yourself: http://homepage.mac.com/jmshaw/PhotoAlbum48.html

  • Hp Drive Encryption Recovery key

    Good day my hp probook needs a recovery key on the screen its written recovery key; hp Drive Encryption

  • I have a problem with a Slideshow

    I have checked the manual, sought help and I still have a problem    I can get photos to sync back on my phone from my computer but I have a problem getting a slideshow to sync.    I thought it might be the wrong format but my slideshow program has a

  • How does system status influence the crm transactions?

    Dear CRM Experts, Can you please clarify the use of system status in the crm transactions?how it's control or influence the crm transactions.can we link  the R/3 and CRM transactions using system or user status?how user status & system status are lin