Report that can take the system: (users, utilization, T-CODE)

I need a report that can take the system:
How many times a user logged into the system in the last month
Most used transactions
Changes passwords.
Etc., all you have to do with a user-level tuning.
thanks,
VLopes

Hi
If you Activate the audit log you can keep track all information,
have a look at   -successful and unsuccessful dialog and RFC logon attempts
                         --successful and unsuccessful transaction and report stats ...
                         how many times a user logged -in and all .yah you need to count
                         the number of times a user logged based on the report.
Once you activate....every day transaction details are recorded for every user
who tries to log in.keep an eye on the below parameters
In RZ10
rsau/enable :set to 1 to activate audit logging
rsau/local/file   :to specify name and location of audit log file
rsau/max_diskspace/local :To specify maximum space for audit file say if
                                            max.size is reached auditing stops
Hope that helps.
regards
Manjula .U

Similar Messages

  • R/3 report that can show the inventory aging

    Hi Gurus,
            Pls adv whether there is any R/3 report that can show the inventory aging. We know there is a BW report RDD861 can serve this purpose but we would like to have same report pulled from R/3.
    please advice asap and do the needful.
    Regards
    KRISHNA

    Not sure exactly what your complete requirements are but you could try the following standard reports to see if any fit your needs.
    Real-Time
    MC50 - Dead stock
    MC46 - Slow-moving items
    MC44 - Inventory turnover
    LIS Reports
    MC.2 - Receipts/issues
    MC.3 - Inventory turnover
    Regards

  • Report that can display the installation date of an application or program

    Hi,
    Would like to ask if anyone knows a built-in report in SCCM 2012 that can display the installation date of an application or program, either it was through deployment with SCCM or through manual installation?
    Thanks in advance!

    Got this to give me the report that I wanted but eliminating some entry on the SQL Query that
    Peter van der Woude gave. Here's the Query I used to display the computer name, name of software, date of installation and day since installation of the software.
    SELECT TOP (100) PERCENT
    dbo.v_R_System.Name0,
    dbo.v_GS_ADD_REMOVE_PROGRAMS.DisplayName0,
    dbo.v_GS_ADD_REMOVE_PROGRAMS.InstallDate0,
    DATEDIFF(Day, CONVERT(date,dbo.v_GS_ADD_REMOVE_PROGRAMS.InstallDate0), GETDATE()) AS [days since installed]
    FROM
    dbo.v_R_System INNER JOIN
    dbo.v_GS_ADD_REMOVE_PROGRAMS ON
    dbo.v_R_System.ResourceID = dbo.v_GS_ADD_REMOVE_PROGRAMS.ResourceID
    WHERE
    (SELECT ISDATE(dbo.v_GS_ADD_REMOVE_PROGRAMS.InstallDate0)) = 1
    GROUP BY
    dbo.v_R_System.Name0,
    dbo.v_GS_ADD_REMOVE_PROGRAMS.DisplayName0,
    dbo.v_GS_ADD_REMOVE_PROGRAMS.InstallDate0,
    DATEDIFF(Day, CONVERT(date,dbo.v_GS_ADD_REMOVE_PROGRAMS.InstallDate0), GETDATE())
    Thanks
    Peter van der Woude!

  • What I would like from Cisco is the meaning of all level 3 or lower email messages my Router can send to me. So, that I can take the appropriate actions.

    v\:* {behavior:url(#default#VML);}
    o\:* {behavior:url(#default#VML);}
    w\:* {behavior:url(#default#VML);}
    .shape {behavior:url(#default#VML);}
    /* Style Definitions */
    table.MsoNormalTable
    {mso-style-name:"Table Normal";
    mso-tstyle-rowband-size:0;
    mso-tstyle-colband-size:0;
    mso-style-noshow:yes;
    mso-style-priority:99;
    mso-style-qformat:yes;
    mso-style-parent:"";
    mso-padding-alt:0in 5.4pt 0in 5.4pt;
    mso-para-margin-top:0in;
    mso-para-margin-right:0in;
    mso-para-margin-bottom:10.0pt;
    mso-para-margin-left:0in;
    line-height:115%;
    mso-pagination:widow-orphan;
    font-size:11.0pt;
    font-family:"Calibri","sans-serif";
    mso-ascii-font-family:Calibri;
    mso-ascii-theme-font:minor-latin;
    mso-fareast-font-family:"Times New Roman";
    mso-fareast-theme-font:minor-fareast;
    mso-hansi-font-family:Calibri;
    mso-hansi-theme-font:minor-latin;
    mso-bidi-font-family:"Times New Roman";
    mso-bidi-theme-font:minor-bidi;}
    My Small Business Router has been sending me email messages. This is a RVS-4000 version 1.
    I just want to understand what my Router is emailing me or telling me...
    The last message I received from my RVS-4000 was:
       Oct 30 13:44:09 - IPSEC EVENT: KLIPS device ipsec0 shut down.
    IPSEC EVENT sounds important. Whatever it is... And what is a KLIPS device ipsec0 shutdown????
    I have Log Levels 0-3 selected...
    Log Level
    Setting which level log Router should recorder. Level from 0 ~ 7 means:
    0: LOG_EMERG(system is unusable)
    1: LOG_ALERT(action must be taken immediately)
    2: LOG_CRIT(critical conditions)
    3: LOG_ERR(error conditions)
    4: LOG_WARNING(warning conditions)
    5: LOG_NOTICE(normal, but significant, condition)
    6: LOG_INFO(informational message)
    7: LOG_DEBUG(debug-level message)
    So, when I get any messages... I'm a little concerned. Because the RVS-4000 thinks it's an Error or better.
    What I would like from Cisco is the meaning of all level 3 or lower email messages my Router can send to me. So, that I can take the appropriate actions.
    I know Cisco inhered these Small Business Routers. When they bought Linksys. However, they have not discontinued them totally and they are still for sale. And Cisco has released a new version 2 of the same Router. So I believe Cisco should support them as well.
    Yes, I'm a pain to Cisco. However, I think you understand I'm being scared by my Routers messages to me... And would like some relief.
    Bruce

    Great suggestions. Problems is this is not the forum for your "wish list" as Apple does not read these USER forums.
    Send your feedback to http://www.apple.com/feedback/iphone.html

  • How to create a user that can login the LDAP?

    I want to create a user that can login the OID/LDAP. I know how to create a user, it is allowed to login OIDDAS, but I also want the user to grant access to ldap directly. How do i do that?
    And how can I give it read rights and or update/delete rights on a specific tree?
    Regards
    Eelco

    Eelco,
    did you see the OiD developers guide? Here you find some examples how to create users in OiD using pl/sql or java.
    http://download-west.oracle.com/docs/cd/A97329_03/manage.902/a95193/smplcode.htm#637294
    how to use directory access control can be found in
    http://download-west.oracle.com/docs/cd/A97329_03/manage.902/a95192/access.htm#1054232
    --Olaf

  • Hey guys, i need HELP !!!My iphone 6 just gave stolen .... But i hope that can take all the photo back... Total is almost 3000 pc ... But my icloud storage just 5gb only ... If there have any ways to let me get back those photo ? Those photo really m

    Hey guys, i need HELP !!!My iphone 6 just gave stolen .... But i hope that can take all the photo back... Total is almost 3000 pc ... But my icloud storage just 5gb only ... If there have any ways to let me get back those photo ? Those photo really mean a lot to me .... Have alot of memory with family ... It's very meaningful !!! Please kindly help me !!! Thanks           

    Please please help me, if you know how.

  • Is there a USB "Mixer" that can take control of the channel levels in garage band?

    Im just looking for something like a USB "Mixer" that can take control of the Channel faders in garage band. Sort of like a digital Mixer, but not for recording.
    many Thanks, Hammie

    What you are looking for is called a Control Surface. M-Audio made one specifically for Garageband called the iControl but it was discontinued a few years ago. Many surfaces can work with many different DAWs but I don't know off hand any that work with Garageband.

  • Schedule Send Execl Report by E-mail to System User

    Hello:
       I need to schedule send Excel Report by E-mail to system user internet address. If only define the job by Reprot Agent? Do we have other method?
    Hope this clear!Can you give some advice?
    Regards&Thanks
    zagory

    Hi zagory,
    i forgot one tech issue to be setup: The internet Mail gateway needs to be setup if you want to send proper e-mails.
    presupposed all tech. issues are solved, I agree with my colleague. Setup is fairly easy to handle, as soon as you know the customers demands like
    - who is allowed to send
    - who will do it in the future
    - who are the recipients
    - when should the precalc. take place/when should the Workbook be executed (Timepoints, after dataupdate ...)
    for authorisations check out object: s_rs_bcs.
    also make sure that the executor has permissions for the backgroud user (serach in TRC SU21, i can not remember.)
    if all is known = approx. 2-3 days until go live, depending on the complexity of the existing scheduling and the authorisation concept.
    Not to mention the training for all that and the tchnical setup.
    hth
    cheers
    Sven

  • PO reporting that can capture PO number, PO value and cost center

    Dear SAP expert and gurus,
    Would like to seek for your professional advise and consult on which report in MM that can capture the PO number, PO value and cost center.
    Kindly advise.
    Thank you
    Regards
    Leonard Tan

    ME80FN is a good report that captured the PO number and amount. However, the cost center is not being captured here. is there any suggestion?
    ME2K is not an ideal report to user cause, user requires the data to be shown in one line instead of 2 to 3 line.
    Is there any report like ME80FN can be captured PO number, PO value and Cost Center.
    Thank you
    Regards
    Leonard Tan

  • How to find out whether the system user is a vendor or a purchaser

    Hi,
    I am working in SRM 5.0. I have a requirement that some fields of Bid invitation can be visible by purchaser but not to bidder.
    How to find out whether the system user (user id though which system logged in) is a vendor or a purchaser. Kindly help me to resolve this issue.
    Sushmita Singh

    check his role.
    is surrogate bidding available for that bidder.
    via surrogate bid , purchaser can submit bid on behalf of the bidder.
    masa is correct
    pposa_bbp - search via user . so he might be  a purchaser.
    maintain business partner -supply your bidder bp number -edit
    go to bidder data .Under bidder data you must flag "PERMIT PROXY BIDDING"
    regards
    Muthu
    br
    muthu

  • How to use the SYSTEM user in hana cloud

    Hello guys, I started with HANA cloud trial, but I havent been able to activate any projects due to an error with permissions,
    Repository operation failed
    Repository request failed. Cause: Repository: User is not authorized to execute specified operation;User 'DEV_7UKVVFEAC54C2E59OZZQSHXEN' has no authorization, privilege: 'REPO.EDIT_IMPORTED_OBJECTS', package: 'hello'!, code: 40,156, argument:
    Now I believe the problem is obvious is that I dont have enough privileges, I went to the Users view and tried to add permissions to my user but I found out other error:
    SAP DBTech JDBC: [7]: feature not supported: grantor and grantee are identical
    Now I saw in several threads that if we want to add more privileges we should add them using SYSTEM user, but I just dont know how to log in with the SYSTEM user or how to switch to that user.
    Any ideas or steps on how to do it?
    Greetings!

    I just tried performing the exact same steps as described in the tutorial and I can confirm that I get the same error. I get the same error from the Web IDE when trying to activate folders created via the sharing wizard of the Studio.
    The problem would seem to be with the Studio version that is currently available from the HANA Tools update site.  When packages are created from the project explorer (either directly or through project sharing), they are marked incorrectly as foreign projects (the little blue arrow on the icon).
    However if you create the packages via the Content folder of the Systems view (as I did above for the hello package) or via the Web IDE; they are created correctly. I was able to setup a project in the Studio by pre-creating the package in such a way and then creating/sharing the project into the existing package.  I still got an error on the .settings sub-folder, but I could ignore it and still activate the other objects.
    Therefore I would suggest this approach or using the Web IDE.

  • Want my JFrame to be the *only* one that can end the program when closed

    Hi all,
    I have an application that is essentially a launcher for other applications -- it's a holder to allow us to demo our work and other Java examples (not necessarily our work). The launcher will either run methods to launch an application or will find a class's main method and invoke that.
    In all cases, the other applications open up their own JFrames, separate from my launcher (this is a good thing). The problem is that, in general, the other JFrames are set to EXIT_ON_CLOSE. This means that if the user closes the second window, everything will close.
    Is there anyway to prevent this from happening? I'd like either a way to say that my JFrame is the only one that can exit the program when closed, or to say globally that JFrames can't exit on close, and then re-work my initial frame so that it is still able to exit.
    Note that changing all the other applications so that they do not include the EXIT_ON_CLOSE line is not an option (several of the applications we have the right to use, but not the right to modify, for instance).
    Any thoughts?
    Thanks,
    Sam

    Darryl.Burke wrote:
    I have a similar launcher application and this is how I tackled the issue....
    Window[] windows = Window.getWindows();
    This seems like a great work-around. The only problem is that Window.getWindows() is only 6.0, and unfortunately I can only assume 5.0. I can't see another method in the Window class that will return unowned windows -- is there another method that you know of?
    Edit: I found I can use Frame.getFrames() instead, but unfortunately I've discovered this doesn't solve my problem. One of the applications is listening to window closing and is calling System.exit(0) itself, and is not using EXIT_ON_CLOSE as I previously thought. So I think that launching a new JVM may be the only option.... Any advice on how to do this? I'm a little stuck with the ProcessBuilder stuff above.
    >
    edit In future (not this time), Swing related questions should be posted in the [Swing forum|http://forums.sun.com/forum.jspa?forumID=57]
    I guess I was thinking this as a process-oriented question (I had already been thinking of the "different JVM" tactic), but the other option was to think of it as a pure-swing problem, like your solution above. Guess I should have just cross-posted -- everyone loves that! ;-)
    Edited by: Asbestos on Dec 18, 2008 12:32 PM

  • Roles for the System user

    Hi All,
    Currently, I am working on AII 5.1 Slap and Ship Outbound scenario and got the document from the service marketplace under http://service.sap.com/rfid -> SAP AII 2007.
    Under Activating HTTP Services(Page no: 9 - 9th step) section , we have to provide the System user. May I know what all roles we have to assign for that user?
    Regards
    Sara

    Hi Sara,
               We need to use a System/Communications User in there. Though there is no clear thought on what authorizations are required for the same.
    You can ask your basis guys to give a Systems user for restrictive access. This might be based on the policy of the basis team of what auths are generally given for a System user for a restricted use. You can use the same.
    If this causes problems you can assign the user, the AIN related admin roles mentioned in the same document. This will work.
    I have created a user called ALEREMOTE which is of the type Communications data with profile assigned SAP_ALL. This works for me perfectly.Though if you want you can give in a restricted access to as i have already mentioned.

  • How to create a new user in OWB that can only view other user's mappings

    Hello Everyone,
    I am new to OWB and want to know if possible to create different users that can only view other user's mappings without making any changes. Do you know if possible each user can have his own password?
    Thank you for your help!
    Jennifer

    A good starting point would be this blog posting:
    https://blogs.oracle.com/warehousebuilder/entry/build_up_multi-role_development_environment_in_owb
    I seem to recall as well from the OWB Admin class that existing objects in the repository would need to have the security updated if the additional restricted roles are created after tables/mappings/etc. so that they reflect the new security model.
    Also, for individual logins to OWB, each developer would require a separate database login.

  • I have a late 2012 iMac and a late 2009 mac mini.  I want to know if I can take the 8 GB of ram from the iMac and install it in my mac mini.

    I have a late 2012 iMac and a late 2009 mac mini.  I want to know if I can take the 8 GB of ram from the iMac and install it in my mac mini.
    According to Cruicial my mac mini could use:
    Module Size: 8GB Kit (4GBx2)
    Package: 204-pin SODIMM
    Feature: DDR3 PC3-8500
    Specs: DDR3 PC3-8500 • CL=7 • Unbuffered • NON-ECC • DDR3-1066 • 1.35V • 512Meg x 64
    Also According to Cruical my iMac uses:
    Module Size: 8GB Kit (4GBx2)
    Package: 204-pin SODIMM
    Feature: DDR3 PC3-12800
    Specs: DDR3 PC3-12800 • CL=11 • Unbuffered • NON-ECC • DDR3-1600 • 1.35V
    I want to increase the ram in both computers. 
    So,  can I put the iMac ram in my mac mini and then I'd only have to buy ram for my iMac?  Naturally the ulitmate test will be when I actually install it,  but having an expectation of success or failure will allow me to plan on what to spend money on.
    Thanks,
    Bear

    Thanks for the responses.  I probably wont even try as my priority is Ram for the mac mini.  2 is not enough.  8 for my imac is okay for now. 
    Somewhere I thought I'd heard that faster Ram would simply clock at the lower speed.  It seems that I am incorrect.
    Thanks,
    Bear

Maybe you are looking for

  • Calendar Sync for Palm won't install Conduit

    Hi, I'm trying to install Calendar Sync for Palm 10.1 on Windows 2K. Installation proceeds with no errors, but the conduit does not appear in the Hotsynch conduit list. It does remove the default conduits for Calendar, Date Book and To-Do. I've tried

  • Using HP f4500 on Windows 8.1

    Hi, I have just replaced my old laptop which ran on Windows 7 with a new laptop running Windows 8.1. Previously my Deskjet All in One F4500 allow me to scan and print wirelessly. I have managed to get the new laptop to print via the USB, but I want t

  • Error in code page mapping for Source system whil loading the data from ECC

    HI Gurus, I am working in a implementation project, Recently our BI sand box is up, when i am doing my load from 0comp_code_attr it is throwing an error "Error in code page mapping for source system"(This is my first load from ECC). In details tab it

  • HT201209 Cannot access the iTunes Store in iTunes.

    Cannot access the iTunes Store.  I have downloaded iTunes 8, but still cannot access the iTunes Store.  It shows my Apple ID once I login, but no error message and no right-hand column (or anything) under the iTunes Store window.  Any ideas?

  • VISA and Enet/100/1000 hangs

    I am running 50 Enet/1000 /100 controllers from one PC windows7 server. Each controller ruins 4 instruments configured the same way. It is essential that all measurements starts at the same time so my main LabVIEW OOP code submits 50 reentrant backgr