How to see the log that the account logons sap system?

hi, all
I want to know that how many times  does  the account(eg,sapuser)  log on sap system in one month.
and, when did log on in every time?
thanks and Regards.

To Deepak Agrawal:
    thanks very much for your answer.
    SM04 will show current users who are logged into system   ,  i know  it.
    but  now i  don't want to get the  current logon information.
    I want to get the logon information of the account(eg.sap*)  at yesterday , or at the day before yesterday. ............
Thanks and regards

Similar Messages

  • How to see Exceptions Logged in the Tomcat Server

    Software Installed
    jakarta-tomcat-5.5.2
    Windows 98SE
    IE6.0SP1
    Requirement
    There is a long Exception appearing when I start the Tomcat Server by running startup.bat.in the Dos Console Window Everything is scrolled out and so I am not able to see the real Exception.
    How to read the real Exception.I have heard that the Exceptions are logged in the %CATALINA_HOME%\logs Folder But I can't find anything.
    Is there any change required in the server.xml file for logging the Exceptions
    Thanks in advance
    CSJakharia

    Right click on the title bar of the DOS command window. Select properties. Set the "Screen Buffer Size" Height to 1000. This should allow you to view the entire Exception stack trace in the DOS window.

  • My iMac is connected to a Brother printer. I have Snow Leopard 10.7.3 As of yesterday, when I try to print a PDF it prints as a blank black page. Does anyone know how to correct this so that the PDF will print as I see it on screen?

    My iMac is connected to a Brother printer. I have Snow Leopard 10.7.3 As of yesterday, when I try to print a PDF it prints as a blank black page. Does anyone know how to correct this so that the PDF will print as I see it on screen?

    If you are running Mac OS X 10.7.3 then you have Lion installed, not Snow Leopard. It's probably not important to this discussion, but something you should be aware of.
    What application are you printing the PDF files from? Have you tried opening the PDF file using the Preview application that can be found in the Applications folder? Does the issue still occur? Have you tried other PDF files from a different source?
    Another poster in the following discussion thread reported that this method resolved their black blank PDF issue when viewing (and presumably printing) PDF files from Safari.
    https://discussions.apple.com/thread/3890509?start=0&tstart=0
    This solved my question by mcbuffy  on Apr 20, 2012 11:29 AM 
    There's a solution if you want to see the PDF inside Safari's window :
    Go to the folder : Your Hard Drive / Library / Internet Plug-ins.
    If you see a file with PDF in its name drag it to the trash.
    Quit and restart Safari to test with a PDF.
    If it works you can empty the trash.

  • HT5616 I have an apple id; but when I try to sign in to iCloud, I get the msg that the apple id is not an iCloud account.  However, apple was able to bill me for my non-existent iCloud account.  How does that happen?

    I have an apple id; but when I try to sign in to iCloud, I get the msg that the apple id is not an iCloud account.  However, apple was able to bill me for my non-existent iCloud account.  How does that happen?

    If you didn't create an iCloud account on an iOS device or Mac, you don't have one.  You can't create an account on a PC.  If you were charged for an iCloud storage upgrade without having an account, contact the Apple online store at the bottom of this page for a refund.

  • TS1702 When trying to opdate I get the message that my account is not in the uk store but the french.How do I get back to the french store after a visit to uk ?

    Hello,
    When trying to opdate some of my apps I get the message that my account is not in the UK but  a French account. I have just been to London and I have not asked for an UK account but how do I get back to my French account ? I have tried to download a new app from Apple France but it did'nt wotk. I did'nt get it.
    Can you help me please ?
    Best regards
    Lisser

    Settings > iTunes & App Stores > Apple ID: > View Apple ID > Country/Region...change here.

  • When I do a package my adobe-id is sign in and is the default account. How can I fix so that no account is sign in when creating package. Regards Daniel

    When I do a package my adobe-id is sign in and is the default account. How can I fix so that no account is sign in when creating package. Regards Daniel

    Moving this discussion to the Enterprise Deployment for Creative Cloud, Creative Suite forum.

  • HT5114 I lost my iphone 5 without signing out my account but I have bought another one. How can I make sure that the person in possesion of the phone is not using my account to make purchases? ?

    I lost my iphone 5 without signing out my account but I have bought another one. How can I make sure that the person in possesion of the phone is not using my account to make purchases? ?

    Thanks for your prompt response... will changing my password also stop the authomatic download of my new applications and music from downloading to the stolen phone?

  • I have different apple ids for my ipad and iphone - how do i sync so that the apps appear on both devices, e.g errands

    I have different apple ids for my ipad and iphone - how do i sync so that the apps appear on both devices, e.g errands

    If both accounts are authorised on the computer's iTunes that you sync them to, and the relevant apps are on that computer, then you should be able to sync them to both devices. The apps will be tied to the account that originally bought/downloaded them, so only that account will be able to download updates to them.
    If you log into the other account on a device and re-download its apps onto them then you risk tying the device to that account for 90 days (and similarly redownloading on a computer's iTunes) : http://support.apple.com/kb/HT4627

  • How can I get my ES2 loops to play correctly? I keep getting the message that the audio is not found when I drag the loops from my audio browser even though they play fine in the preview.

    How can I get my ES2 loops to play correctly? I keep getting the message that the audio is not found when I drag the loops from my audio browser even though they play fine in the preview.

    It's exactly as I stated. Whenever I try to drag these kinds of loops (ESX24 / software instrument loops? the ones marked in green with the white music note next to them) from the loop browser into the timeline a message comes up saying Audio Not Found for that loop.  And a new track is created automatically when loops are dragged into the timeline, so I'm not creating some other random / synth instrument track so I'm not sure  what the deal is... But perhaps I'll try creating a software instrument track first and then drag the loop into that track and see what happens - maybe there's something with the default settings that automatically creates audio tracks whenever loops are imported?

  • How many users have logged in the Enterprise portal

    Hello Expert,
    Please suggest..
    Feature required to monitor as how many users have logged in the Enterprise portal 7.0(Portal is Implemented with MDM), so that utilization can be known.
    Regards,
    Vidhanshi

    Hi,
    You can wirte the following code to get the logged in user's ID
    try {
          IWDClientUser wdClientUser = WDClientUser.getCurrentUser();
          IUser sapUser = wdClientUser.getSAPUser();
          IUserAccount[] acct = sapUser.getUserAccounts();
          String str = acct[0].getDisplayName();
          wdComponentAPI.getMessageManager().reportSuccess("user "+ str);
         } catch (WDUMException e) {
         // TODO Auto-generated catch block
         e.printStackTrace();
         } catch (UMException e) {
         // TODO Auto-generated catch block
         e.printStackTrace();
    You need security api for using it make sure that is present.
    [Find out who is login into the Portal|http://forums.sdn.sap.com/thread.jspa?threadID=1723807]
    Hope This is Help full for you!!!
    Best Regards
    Vijay K

  • When i Place a PSD in Indesign it comes in at 200+% while the image frame is considerably smaller. How do i place so that the image and image frame match?

    When i Place a PSD in Indesign it comes in at 200+% while the image frame is considerably smaller. How do i place so that the image and image frame match?

    Peter,
    The screenshots tell you everything.
    The second one tells you how the image frame is automatically set up after a one-click place. It's the blue stroked rectangle with the eight control points at each corner and mid-way along the line. This image frame is generated at a proportionally correct height and width for the image it contains.
    Now, if you look at the third screenshot (click on it to see it at a larger size), you will see I've used the direct selection tool (white arrow) to click on the image within the image frame. This CLEARLY shows the image (within the image frame) is substantially larger than the frame generated to contain it. This is indicated by the yellow stroked rectangle with the eight control points at each corner and mid-way along the line.
    Notice that the blue and yellow rectangles are vastly different sizes.
    In InDesign CS5.5, when i clicked to place the image, the image would fit perfectly within its image frame. the blue and yellow rectangles would match.
    I had no need to go click on the proportional fill and centre buttons like i need to do now in CC.
    I have a keyboard shortcut to place. I can't do File > Place for the amount of images i need to place.
    So to reiterate: How do i place an image so that the image and image frame match?

  • I am not able to download any application from the App Store it is showing the the message that your account is not for US store to download the application switch to Indian store

    I am not able to download any application from the App Store it is showing the the message that your account is not for US store to download the application switch to Indian store

    This article explains how to change the iTunes store country on your phone: http://support.apple.com/kb/ht1311.

  • When I try to reply to an e-mail, Iget the message that the recipents e-mail address was rejected by the server because it does not allow relaying. How do I fix this?

    When I try to reply to an e-mail, I get the message that the recipents e-mail address was rejected by the server because it does not allow relaying. How do I fix this?

    Try this. Sometimes this is all that you need to do to fix that issue. Check the outgoing mail server setting. Make sure that your username and password are in there.
    Settings>Mail, Contacts, Calendars>Your email account>Account>Outgoing mail server - tap the server name next to SMTP and check in the primary server and make sure your username and password are entered and correct - even if it says that the password is optional.

  • Hallo My system runs slow. how can i reorganize the date, that the pc runs faster? In the window world i hade to delete some fils. how it work in the apple world?

    Hallo My system runs slow. how can i reorganize the date, that the pc runs faster? In the window world i hade to delete some fils. how it work in the apple world?

    See these:
    Switching from Windows to Mac OS X,
    Basic Tutorials on using a Mac,
    Mac OS X keyboard shortcuts,
    Anatomy of a Mac,
    MacTips,
    Switching to Mac Superguide, and
    Switching to the Mac: The Missing Manual, Mountain Lion Edition.
    Additionally, *Texas Mac Man* recommends:
    Quick Assist,
    Welcome to the Switch To A Mac Guides,
    Take Control E-books, and
    A guide for switching to a Mac.
    Once you get familiar with the Mac, see:
    Mac Maintenance Quick Assist,
    Mac OS X speed FAQ,
    Speeding up Macs,
    How to Speed up Macs, ,
    Macintosh OS X Routine Maintenance,
    Essential Mac Maintenance: Get set up,
    Essential Mac Maintenance: Rev up your routines,
    Maintaining OS X, 
    Five Mac maintenance myths and
    Myths of required versus not required maintenance for Mac OS X for information.

  • I keep getting the message that the calendar cannot be synced because the sync server failed to sync the ipad. How can I fix this?

    I keep getting the message that the calendar cannot be synced because the sync server failed to sync the ipad. How can I fix this?

    Have you previously synced photos to your iPad ? If so try deleting the photo cache from your computer and then re-try the photo sync and see if they then copy over - the location of the cache, and how to delete it, is on this page http://support.apple.com/kb/TS1314
    In terms of iOS5, what version of iTunes have you got on your computer ? You need iTunes 10.5 to be able to download iOS 5

Maybe you are looking for