Is there a Report detailing who has logged into SAP ECC 6.0 over 24hours

I am looking for a report that would detail who has logged into SAP over a 24hour period?
Even logs would be good.  This is very important as we are trying to trace the events leading up to a problem
Regards,
Maria

You need to activate Auditing for this purpose. This will, however, not track the transaction called in the past.
I wonder what you want to do with that information because you won't be able to tell, what the user has actually done.
If I start VA01, enter "TA" and press enter - I have started that transaction but I haven't done anything. Do you count that in your wanted-statistic as "has done VA01" or "has not done VA01"?
You can use STAD to see what is exactly happening on your system but not for 24h because the amount of data would be so big, your system would literally explode (depending on the number of users and activity on your system of course).
Markus

Similar Messages

  • Report on who has logged into the portal

    Hello everyone..
    Anyone know a way to get a report of which users have logged into the portal recently?

    Hello Craig,
    Check the Help portal under
    http://help.sap.com/saphelp_nw04/helpdata/en/58/728ea01cf64fff996b827f2a06f9b1/frameset.htm
    regards
    Mahesh

  • How  to find out list of users who has logged into webtools

    Hi All,
    From a database administration and monitoring traffic point of view we want to know who has logged into our web tools web site for a given period.  Is there a easy way to have this information. basically user ID , date and time are info we need. (need all users - with or without orders)
    any ideas welcome.
    Regards
    David

    Hello,
    The easiest way to accomplish this is by creating a report.
    Use the SQL query
    SELECT     UserID, LastVisitDate
    FROM         Users
    ORDER BY LastVisitDate DESC
    And a template that looks something like this:
    <html>
    <head>
    <title>%%ReportName%% - %%Today, {0:d}%%</title>
    %%StyleSheet%%
    </head>
    <body>
    <center>
    <h1>%%ReportName%%</h1>
    <table width=800 cellpadding=1 cellspacing=0 border=1>  
    <tr>
    <td><b>User ID</b></td>
    <td><b>Last Visit</b></td>
    </tr>
    <section name="uservisit">
    <tr>
    <td>%%UserID%%</td>
    <td>%%LastVisitDate%%</td>
    </tr>
    </section>
    </table>
    </center>
    </body>
    </html>

  • How to capture the user who has logged into the portal.

    Hi,
    How do I capture the user who has logged into the portal.
    HOw do I retrieve the first name and last name of the logged in username.
    Could someone provide me a related link or PDF to work on this.
    Thanks,
    Suvarna

    Hi suvarna,
    Check the following code
    ISearchResult rst = UMFactory.getUserFactory().getUniqueIDs();
                      IUserFactory usf = UMFactory.getUserFactory();
                      IUser iuser = null;
                      IUserListElement userElement = null;
                      int i = 0;
                      while (rst.hasNext()) {
                            iuser =
                                  UMFactory.getUserFactory().getUser(rst.next().toString());
                            String email = iuser.getEmail();
                            String fname = iuser.getFirstName();
                            String lname = iuser.getLastName();
    regards
    Anil Dichpally

  • Who has logged into SharePoint 2007 in 2014?

    We are going to be decommissioning our SharePoint 2007 server (running on Windows Server 2003 SP2 machine) very soon. There aren't a lot of people that use our 2007 instance any more but I will need alert all of the users who do still use it that
    we will be decommissioning it that way they can make sure their pertinent data is moved or saved elsewhere.
    I have tried using the Usage Summary to get a list of all of the users who have used SP 2007 this year but I am not finding it very helpful. I have checked the Event Viewer >  Security logs, but it is a lot to go through and the native filter is
    not dynamic enough.
    Can somebody recommend what I should use to compile a concise list showing who has logged in and when?
    Thank you in advance!

    within LogFiles is a subfolder for each IIS web application. Match the webapp ID to the subfolder. Each log file will include the HTTP request (specifically the HTTP GET request), and the authenticated username (if any).
    You should be able to pull a log file into Excel relatively easily (columns are separated by spaces).
    Scott Brickey
    MCTS, MCPD, MCITP
    www.sbrickey.com
    Strategic Data Systems - for all your SharePoint needs

  • How do I delete photo ALBUMS from my iPHONE 4? I sync via icloud and I can not see any folders selected in itunes. I searched the internet and basically there is no one who has the answer to how you delete the iphone photo library and misc albums

    how do I delete photo ALBUMS from my iPHONE 4?
    I sync via icloud and I can not see any folders selected in itunes.
    I searched the internet and basically there is no one who has the answer (so far)
    to how you delete the iphone photo library and misc albums
    I have also had every iphone and I am not stupid.
    charles altman

    Replying to my own post - heh. I downloaded iExplorer (http://www.macroplant.com/iexplorer/) which allowed me access to the files on the phone and there was the phantom movie in the DCIM folder. Deleted it, and all is well - although I still have 0.65gb of Other in iTunes.....

  • How do you assign the user who has logged in current session ?

    Hello,
    in oracle forms , you could assigned user who has logged in to any field , e.g field_name := USER_ID;
    I need to assign the user who has logged to a field in jdeveloper 12 . How do you do that please ?
    Thanks.

    Try this: https://www.google.com/search?q=adf+get+current+user
    CM.

  • Is there any way to see if any other FaceTime id or iCloud account has logged into my personal iPhone and iPad

    Is there any way to see if any other FaceTime id or iCloud account has logged into my personal iPhone and iPad

    If you are concerned.  
    Log off all iCloud and Apple ID accounts on your devices.
    Change you password for Apple ID and iCloud.
    Please read so you don't get stuck!
    http://support.apple.com/kb/HT5621

  • Determining wether a User has Logged into an NTDomain

    Does anyone have any suggestions as to how I can determine, programmatically,
    wether a user has logged into an NT Domain, from a Win95 PC.
    From an NT workstation, I can simply check the USERNAME andUSERDOMAIN environment variables. Is there possibly a Win32 API
    call that I can make ?
    Thanks,
    -Carl
    Carl Schei
    Technical Forte Consultant
    South Africa
    +27 31 3641765 (w)
    email : [email protected]
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    Does anyone have any suggestions as to how I can determine, programmatically,
    wether a user has logged into an NT Domain, from a Win95 PC.
    From an NT workstation, I can simply check the USERNAME andUSERDOMAIN environment variables. Is there possibly a Win32 API
    call that I can make ?
    Thanks,
    -Carl
    Carl Schei
    Technical Forte Consultant
    South Africa
    +27 31 3641765 (w)
    email : [email protected]
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

  • Why does my android message me that someone has logged into my account? how do I make it stop.

    Don't know what I pressed but everytime I log in to Firefox (which is about 100 times a day) My phone gives me a message
    that someone has logged into my account. Make it stop.

    Hi arsthegreat:
    I don't understand what happened. Clarification please:
    # What do you mean by "log in to Firefox". Do you mean login to your Firefox account? or do you mean log in to some other site. If it's not a Firefox account than it's probably not a Firefox issue.
    # What do you mean by "My phone gives me a message that someone has logged into my account.". Do you mean text message? or an email? or someting else
    # Any further info on what version of Firefox, what version of Android and what you did, what happened, what you expected would be super helpful.
    Cheers!
    ....Roland

  • UPC fonts in crystal runtime reset after fresh logging into SAP B1 desktop client?

    Dear Experts,
    I have a client who has SAP version: Business One 8.82 (8.82.069) PL: 06 Hotfix2 and Crystal Reports version: 12.1.0.892 Product Type: Full.
    They have a shipping report that is printed from production module. They needed UPC barcodes on the report. The achieved that through IDAutomation Fonts. The crystal report uses the IDAutomation Function that takes the field and converts and the font is IDAutomation Font that shows the fields are barcodes.
    This repeated works when logged into SAP server using specific id.
    IDAutionation is installed on SAP Server.
    Here is the problem?
    The shipping users have a desktop which has SAP B1 client. That desktop also has IDAutomation fonts installed.
    Shipping personnel logs into SAP B1 with the same id that worked on SAP Server, the report prints okay just the first time after it was saved in SAP Server through crystal report edit and save. Next time they log out of SAP client and log back in with same shipper ID, the report does not pick up the UPC IDAutionation fonts. It comes out as some stange text.
    The fonts are present in control panel fonts on both server and desktop.
    I called IDAutiomation support, they could not help besides saying, put the fonts on both server and client, which I have already done. He also said, there were crystal report runtime issues with fonts?
    Could someone help me out here. What am I missing? I even tried installing full crystal report on the desktop and it did not get resolved. Customer is quite desperate to get this resolved.
    Thank you,
    Syed

    After removing every xf86-video-* package except  xf86-video-nouveau, xf86-video-vesa and  xf86-video-nv plus installing nouveau-dri and rebooting, it works. Thanks karol!

  • Setting required to create Business partner record in SAP GTS for the customer who transferred from the SAP ECC system

    Dear Experts,
    Can you please suggest me list of activities require to automatically  create Business partner record in SAP GTS for the customer who transferred from the SAP ECC system .
    i.e If I create the customer master record and transfer the same CMR to SAP GTS , what are the setting requires to maintain in SAP GTS sytem to automatically create the Business partner .
    Ram

    Hi Raghu,
    Below are the main settings required to enable you to transfer Customer Master Data to SAP GTS. Please note that their is a difference between, Customer Master Record and Customer Master Data in terms of data and for GTS, we transfer Customer Master Data. Hence, below are the settings required:-
    In SAP ECC system:-
    Activate the change pointers for Customer Master Data apart from enabling basic connection settings.
    Schedule a job to run at regular intervals to transfer all the customer master data for the available change pointers to the SAP GTS system
      2.  In SAP GTS system:-
    Maintain the Mapping for ECC Customers to SAP GTS Business Partners in the General settings area of the SPRO in SAP GTS system
    Ensure that the Number range is maintained for those GTS  Business Partners.
    Also, some time you may be required to maintain the organisational structure to ensure full working.
    I hope this will be helpful to you.
    Regards,
    Aman

  • Inactive Customer Report/ Customer who has done transaction

    Hi All.
    I need to created report for customer who has done any transaction in last 2 years, please suggest me way to achieve this
    Thanks
    Prem

    Hi ,
    which is the Idea given by our collegue it is ok,
    But there you can keep all the objects data.
    so you can try in this way
    take the info object ( ocustomer) and take the cube ( where you are getting the transactional daat of that customers)
    keep left side the 0customer object and right side info cube and create teh infoset with left outer  join
    here you can get the all the customer detials based on the masetr data , and which are c ustomers are done business for thenm transactional data will come.
    now in query where the  value <0 condtion , you can keep , it shows onle who are not done businees .
    Thansk & Regarsd,
    sathish

  • Folders/reports and who has access

    I want to create a report/export of all folder and reports that are in the folders.  And who has access to them.  Is there a way?  Do I need a SDK program if so does anyone have a program that does this?
    BOE XI R2 SP5

    I did not get your question clearly but here is the answer on the base of my understanding.
    Are you trying to schedule a report or reports?
    If you are trying to schedule multiple reports at the same time it is not possible. You will have to schedule one by one. (If I am wrong let me know)
    Are you trying to give access to a folder or folders?
    Are you trying to export folders... Such as from one environment to other?
    Yes it is possible. You can use Life Cycle Manager to do this.
    Bashir Awan

  • Is it possible to find out all of the computers from which MY iChat account has logged into?

    I think one or more people have been using MY iChat (mac.com) account to send out emails (pretending they are me). I've changed my password so it won't happen again, but Is there a way for me to see which computers have logged into/used MY iChat account?

    Hi,
    I am not aware of any way you can get iChat to reveal this info directly.
    You could use iChat with another Screen Name and Little Snitch.
    Little Snitch is a Utility that will tell you what IPs and Ports an App is trying to use.
    This way you add your old ID as a Buddy.
    If they are On line then send them a Video Invite.  You do not have to go the whole way but just enough for Little Snitch to tell you the IPs involved (A Public and possible a LAN IP).
    Once you get that far past the Little Snitch Pop ups you can end the chat
    Little Snitch will keep a running record in its Application Interface for you to fully note down the details (the ISP will also be listed)
    I would also contact Moblieme about this.
    If you can get hold of any of the email I would also look at the Full Header info
    In Mail you can set this in Viewing (Preferences).
    This will also list the ISP (Servers) it has passed through.
    You can also generally see if the name has been spoofed.
    10:57 PM      Wednesday; July 27, 2011
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb( 10.6.8)
     Mac OS X (10.6.8),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

Maybe you are looking for

  • Image will not display in browser

    I have saved an image from online. When I insert the image into Dreamweaver, everything looks fine. However, when I display the page in a web browser (Explorer and Firefox), only the alternate text shows up. The image file is a jpeg. I have tried thi

  • HOW to set the value attribute of FORM INPUT data to a variable in a JSP

    eg. Registration.jsp The data is accessed from an hidden field called course for example, if I have "Java programming" in the field course, and I use an expression to access the value from the hidden field. **My problem is that the data gets truncate

  • Can't boot SL 10.6.3 in normal mode, works in Safe Mode

    I took receipt of a new i7 MBP with high-res screen a few days ago, and have been struggling to get it to work right. I swapped my 256 Samsung SSD from my previous MBP (Unibody with replacable battery, 14 months old), which seems the main reason for

  • Scrap and rework qty stock

    Dear ALL, IN MY SCENARIO I AM DOING THE PRODUCTION CONFIRMATIONS IN CO11N USING MAIN OPERATION IN THE ROUTING.I AM USING AUTO GR FOR HEADER MATERIAL(101)MOVEMENT IN THE FINISHED GOODS LOCATION OF THE CONCERNED SHOP & GI FOR THE COMPONENTS AS PER BOM

  • How To Install Visual Composer

    Hi, this may sound stupid, but I am stuck: How to install Visual Composer? I have a Portal 7.0 and KM. Is it just an additional package? On which install CD is it? Can I install it now, after the regular portal is up and running? I have seen the inst