Is there any way to find out who accessed the BW reports in Portal

Hi! Experts
We have some BW reports which are published through SAP Portal and access given to only Team Leaders, now we want to see who are accessed or trying to access those reports other then Team leaders. Is there any way we can generate a LOG file etc.  to see  those user IDs. Any suggestions will be highly regarded with points
Syam

Hi Syam,
I reckon this SDN blog has all the information that you require:
/people/damian.reyesdiaz/blog/2005/11/11/documents-hits-count-km-activity-reporting
Hope it helps.
Thanks,
Michael

Similar Messages

  • Is there any way to find out who is accessing my find my iphone account ?

    Is there any way to find out who is accessing my find my iphone account ?

    No.  Go to id.apple.com, log in with your Apple ID & password, and immediately change your Apple ID password and security questions.
    Also, change the password to your associated emails counts as well.

  • My friend's friend found an iPod and deleted the data is there any way to find out who owned it before via serial number, bring it in somewhere, or other way?

    Is there anyway to find out owner

    - Some users have said that if you contact Apple, Apple will try to contact the previous owner. Apple will not give you that information.
    Apple - Support - iPod touch - Contact Us
    - You should also report it to the police and here
    Report Stolen iPod | Stolen Lost & Found Online

  • Any way to find out who delete my queries or dashboards?

    I found that one of my dashboard and some of queries were deleted by someone, but i don't know who did that, is there any way to find out who did?

    Hi ,
    check in  Sm37 with job name : BI_DEL*  click on the job log . you will knw thw user who deleted it..

  • Is there any way to find out a Tcode used by user in a particular interval.

    Hi
    Is there any way to find out a Tcode used by user between 10/8/2009 to 31/8/2009, in production?
    Satish.

    Yes i have been trying SE16N only. But i am unable to pull data based on dates (Aug/8 to Aug 21)... its showing list of users who have accessed the tcodes directly for entire month....
    Se16n ->Export mode->month->08/2009
      --->     Transacction profile -->Standard
    I want to find out only users who have used a particular tcode during those dates.....in august..
    Satish

  • HT5244 Is there any way to find out after(!) running die Update, if i have been infected?

    Is there any way to find out after(!) running die Update, if i have been infected?

    Run any one of these tools: http://reviews.cnet.com/8301-13727_7-57413811-263/flashback-malware-removal-tool -roundup/
    Or you can check manually: http://reviews.cnet.com/8301-13727_7-57410096-263/how-to-remove-the-flashback-ma lware-from-os-x/

  • Is there any way to find out where a standard text is used?

    Is there any way to find out where a standard text is used?
    We can see the text from SO10, but i want to find out where it is used.

    HI
    juct check out this thread
    How to find Standard Text
    a similar query is answered here
    hope this helps
    regards
    Aakash Banga

  • Is there any way to find out what brush is applied to a path?

    I'm trying to write a script: select some paths, run the script, then each path that has a brush applied to it is changed to use a random brush whose name is sufficiently similar to its current brush. The application is pretty obvious - draw a bunch of lines in, say, 'ragged marker 1', then give it some extra liveliness by having five or six 'ragged marker' brushes that get randomly chosen.
    The problem I'm running against is that as far as I can tell, Illustrator only lets Javascript set what brush an object is using with brush.applyTo (artItem), but I can't seem to find any way to find out what path a brush is currently using via JS.
    Am I just not looking in the right place of the Javascript reference, or is this really a thing that only has a setter, with no corresponding getter?

    Just like you said earlier
    3.  Re: Is there any way to find out what brush is applied to a path?
           imagecollection     Apr 7, 2015 6:01 PM  (in response to Silly-V)   
    The skill of scripting in Illustrator is to (due to necessity) find the most difficult way to achieve the simplest of tasks...
    so to retort I say this;
    “I suppose it is tempting, if the only tool you have is a hammer, to treat everything as if it were a nail.”
      ― Abraham Maslow, Toward a Psychology of Being

  • Is there any way to find out the serial number to an old ipod that i cannot find?

    theres a recall on the od ipod nanos the 1st generation ones and i purchased one and im not sure when and currently i am unaware of the whereabouts of the ipod. is there any way to find out the serial number without actually finding the ipod to confirm when i purchased it? thank you any help will be appreciated.

    iPod: How to find the serial number

  • Is there any way to find out what a specific line of data usage was for?

    There is a line on my bill for 97 MB of usage while I was bowling?  I was not using my phone.  How can I find out what it was doing for that specific charge?

    Just like you said earlier
    3.  Re: Is there any way to find out what brush is applied to a path?
           imagecollection     Apr 7, 2015 6:01 PM  (in response to Silly-V)   
    The skill of scripting in Illustrator is to (due to necessity) find the most difficult way to achieve the simplest of tasks...
    so to retort I say this;
    “I suppose it is tempting, if the only tool you have is a hammer, to treat everything as if it were a nail.”
      ― Abraham Maslow, Toward a Psychology of Being

  • My iPhone 4 is chewing through power and data, is there any way to find out if an app is causing this?

    My iPhone 4 is chewing through power and data, is there any way to find out if an app is causing this?

    call them, tell them you NEED a new battery installed, and they need to tell you when they can do it.  That is their job to help you! Give pushback if necessary.

  • Is there a way to find out who keeps signing onto my apple ID and changing my password?

    Is there a way to find out who keeps signing onto my apple ID and changing my password?
    Every so often I get an email saying my password has been changed (when I don't change it). Is there anyway to find out an IP address, or a phone number or something of who keeps signing into my account? It's really annoying.

    Change your password, and do not tell anyone the new password.

  • Is there any way to find out if my iPhone4 is factory unlocked or jailbroken....

    Is there any way to find out if my iPhone4 is factory unlocked or jailbroken....

    If they are not sure, then the answer is yes, your iPhone is jailbroken.
    What makes you question if your iPhone is jailbroken? What model
    is your iPhone (Settings=>General=>About and scroll down to Model)?
    What country did you buy your iPhone in? What wireless provider in
    what country are you using the iPhone with?

  • Is there any way to find out wn was a table deleted apart from using audit

    Is there any way to find out wn was a table deleted apart from using audit
    Oracle version 9.2.0.7

    SQL> SHOW USER
    USER is "SCOTT"
    SQL> CREATE TABLE test_delete AS SELECT * FROM emp;
    Table created.
    SQL> DELETE FROM test_delete;
    14 rows deleted.
    SQL> COMMIT;
    Commit complete.
    SQL> conn sys@orclsb as sysdba
    Enter password: ******
    Connected.
    SQL> ALTER SESSION SET nls_date_format='DD-MON-RRRR HH24:MI:SS';
    Session altered.
    SQL> BEGIN
      2     DBMS_LOGMNR.START_LOGMNR (
      3           starttime => '02-FEB-2011 17:51:00',
      4           endtime   => '02-FEB-2011 17:54:00',
      5           options   => dbms_logmnr.DICT_FROM_ONLINE_CATALOG+
      6                        dbms_logmnr.continuous_mine +
      7                        dbms_logmnr.no_sql_delimiter +
      8                        dbms_logmnr.print_pretty_sql
      9                                  );
    10  END;
    11  /
    PL/SQL procedure successfully completed.
    SQL> set line 10000
    SQL> SELECT scn ,timestamp
      2         ,commit_timestamp, username
      3  FROM v$logmnr_contents
      4  WHERE
      5   username = 'SCOTT'
      6  AND  TABLE_NAME='TEST_DELETE';
           SCN TIMESTAMP            COMMIT_TIMESTAMP     USERNAME
       2309736 02-FEB-2011 17:53:20                      SCOTT
       2309739 02-FEB-2011 17:53:20                      SCOTT
       2309769 02-FEB-2011 17:53:59                      SCOTT
       2309774 02-FEB-2011 17:53:59                      SCOTT
       2309774 02-FEB-2011 17:53:59                      SCOTT
       2309774 02-FEB-2011 17:53:59                      SCOTT
       2309774 02-FEB-2011 17:53:59                      SCOTT
       2309774 02-FEB-2011 17:53:59                      SCOTT
       2309774 02-FEB-2011 17:53:59                      SCOTT
       2309774 02-FEB-2011 17:53:59                      SCOTT
       2309774 02-FEB-2011 17:53:59                      SCOTT
           SCN TIMESTAMP            COMMIT_TIMESTAMP     USERNAME
       2309774 02-FEB-2011 17:53:59                      SCOTT
       2309774 02-FEB-2011 17:53:59                      SCOTT
       2309774 02-FEB-2011 17:53:59                      SCOTT
       2309774 02-FEB-2011 17:53:59                      SCOTT
       2309774 02-FEB-2011 17:53:59                      SCOTT
       2309774 02-FEB-2011 17:53:59                      SCOTT
    17 rows selected.
    SQL>

  • Is there any way to find out exactly when I bought my mac

    is there any way to find out exactly how old my mac is. I know I bought it in 2009 but I am trying to find the exact date.

    Enter the serial number here and it will tell you all that and more:
    http://www.appleserialnumberinfo.com/Desktop/index.php

Maybe you are looking for

  • CSV Lookup in PI mapping

    Hi, I have a requirement to lookup from an Excel/CSV file for a field. I have seen many blogs/threads but I need advice from somebody who has worked on this scenario and if its practical. If possible end to end. Regards...

  • Read a property file !

    Hi all, i have to read a property file; i put it under the directory WEB-INF/classes so i can read it using the classloader. This works fine under Tomcat, but when i put my webapplication under SunONE, i must put this file under the directory /server

  • Can't dowload - keeps saying it is interrupted

    can't install troubleshooter either

  • Deactivating Photoshop CS3

    I have just got a new laptop and want to install Photoshop CS3 on it, however it wont letme Activate the product until the copy I have on my old machine is deactivated. The problem is I cant deactivate the old copy as the Deactivate optionis not visi

  • ALE,EDI,IDoc,OLE and BAPI

    plsease give the detailed concept for ALE,EDI,IDoc,OLE and BAPI awaiting reply thanks Moderator Message: The long waiting ended... Edited by: kishan P on Jan 9, 2011 7:38 PM