Active reports in past 1 year

I need to know the list of active reports that are active ( some one running and using this report) in the Discoverer in the past one year?
could you please let me know is there any query for this task?
Thanks for your help

Hello
Try this:
SELECT
QPP.QS_DOC_OWNER WORKBOOK_OWNER,
QPP.QS_DOC_NAME WORKBOOK_NAME,
QPP.QS_DOC_DETAILS WORKSHEET_NAME,
QPP.QS_CREATED_BY RUN_BY,
TRUNC(MAX(QPP.QS_CREATED_DATE))  LAST_USED_DATE,
COUNT(QPP.QS_ID) TIMES_USED
FROM
EUL5_QPP_STATS QPP
WHERE
QPP.QS_CREATED_DATE >= ADD_MONTHS(SYSDATE, -12)
GROUP BY
QPP.QS_DOC_OWNER,
QPP.QS_DOC_NAME,
QPP.QS_CREATED_BY,
QPP.QS_DOC_DETAILS
ORDER BY 1,2,3;
If you have set up a naming standard with your company, you can usually ignore any Workbook Name that begins with Workbook. These are the ad-hoc workbooks created on a one-off basis. To exclude these you can amend the query as follows:
SELECT
QPP.QS_DOC_OWNER WORKBOOK_OWNER,
QPP.QS_DOC_NAME WORKBOOK_NAME,
QPP.QS_DOC_DETAILS WORKSHEET_NAME,
QPP.QS_CREATED_BY RUN_BY,
TRUNC(MAX(QPP.QS_CREATED_DATE))  LAST_USED_DATE,
COUNT(QPP.QS_ID) TIMES_USED
FROM
EUL5_QPP_STATS QPP
WHERE
QPP.QS_CREATED_DATE >= ADD_MONTHS(SYSDATE, -12)
AND QPP.QS_DOC_NAME NOT LIKE 'Workbook%'
GROUP BY
QPP.QS_DOC_OWNER,
QPP.QS_DOC_NAME,
QPP.QS_CREATED_BY,
QPP.QS_DOC_DETAILS
ORDER BY 1,2,3;
You can also further amend the query to join it back to EUL5_DOCUMENTS to only report workbooks that currently exist as a saved workbook. Here is that query:
SELECT
QPP.QS_DOC_OWNER WORKBOOK_OWNER,
QPP.QS_DOC_NAME WORKBOOK_NAME,
QPP.QS_DOC_DETAILS WORKSHEET_NAME,
QPP.QS_CREATED_BY RUN_BY,
TRUNC(MAX(QPP.QS_CREATED_DATE))  LAST_USED_DATE,
COUNT(QPP.QS_ID) TIMES_USED
FROM
EUL5_QPP_STATS QPP,
EUL5_DOCUMENTS DOC
WHERE
QPP.QS_CREATED_DATE >= ADD_MONTHS(SYSDATE, -12)
AND QPP.QS_DOC_NAME NOT LIKE 'Workbook%'
AND DOC.DOC_NAME = QPP.QS_DOC_NAME
GROUP BY
QPP.QS_DOC_OWNER,
QPP.QS_DOC_NAME,
QPP.QS_CREATED_BY,
QPP.QS_DOC_DETAILS
ORDER BY 1,2,3;
Best wishes
Michael

Similar Messages

  • Why is my Ipad asking to be activated when it has been activated for the past 2 years?

    I restarted my ipad and now it is asking to activate.  The ipad attempts but with no success since last night.  It keeps telling me that the serve is down-but since last night?  I connected to itunes but it does not recognize the device.  Please advise.

    Did you recently restore or update your iPad?
    Do you have the app Cydia on your iPad?

  • BEx Report: How to get Inactive Customers from past 2 years

    Hi Gurus,
    Our requirement is to  develop a BEx report to display inactive customers (Customers who does not have any sales from past 2 years)
    We have a Multi-provider which has Invoice Cubes with all transaction data. the Multi provider does not contain Customer master info object, It Contains only Invoice cubes for Euro and North America.
    Now we need to build a report on top of this Multi provider and achieve the inactive customer logic.
    I request anyone who have worked on this kind of report, please help me with this.
    Please note that we are using BI 7.
    Thanks and Regards,
    Rama.

    Thanks all for you replies,
    Rahul, We have Customer infoobject in the invoice cube, but not the customer master data infoobject itself separately.
    So we have to use the customer infoobject included as part of the invoice cubes.
    there is a similar concept called Slow moving Material.. which can be achieved in a similar way..
    There is an example in Sap help portal on this. Not sure how we can do that for Inactive customers..
    Any more ideas welcome.
    Thanks and appreciate all your efforts to contribute to this..
    Regards,
    Rama.

  • Portal Activity Report

    Hi,
    I am working on EP 7.0 SP 18. I have created an Activity Report iView to track which users have used my WebDynpro application.My Wedynpro application is on a page and the Monitor User property of the page is also turned on.
    I am able to see the data for some days but it does not show any data for the later days.
    What could be the problem? The raw data gets saved in the portal database.Is there any limit to the data that can be stored.I configured my Service to save data every 5 minutes.
    Pls Help.
    Warm Regards
    Saurabh

    Try taking the report every hour or so Rather than every 5 minutes .. as far as i know there is No limit to the amount of portal activity that you can store other than the actual size of the database ..
    other than that i am pasting a few links which you might know but might still be of some use to you . ..
    http://help.sap.com/saphelp_nw70/helpdata/EN/47/873c9dc84a199ce10000000a42189d/frameset.htm
    In the link below this topic has already been discussed but not the detail you are requesting ...
    Portal Actvity reporting
    and
    http://help.sap.com/saphelp_nw04/helpdata/de/b5/c652070d474533a18a930112a4b926/frameset.htm
    Regards ,
    Manthan.

  • I have been using a Lightroom 5 including recent upgrades on my Mac Pro laptop for the past 1 year. This was purchased as an upgrade from Lightroom 4 for which I have a serial number. Today I purchased a new Macbook pro and loaded my Lightroom 5 however i

    I have been using a Lightroom 5 including recent upgrades on my Mac Pro laptop for the past 1 year. This was purchased as an upgrade from Lightroom 4 for which I have a serial number. Today I purchased a new Macbook pro and loaded my Lightroom 5 however it is asking for my serial number which I have misplaced. I am unable to trace my serial number anywhere. I have even checked my adobe membership to locate my serial number but it does not seem to have any record which is strange as I have been using this software for over a year now and the previous versions since 2009. Could someone help me in my predicament.

    Contavct Adobe support thru chat:
    Serial number and activation chat support (non-CC)
    http://helpx.adobe.com/x-productkb/global/service1.html ( http://adobe.ly/1aYjbSC )

  • Activity Reporting X Activity Data Collector

    Hi,
    there are two types of activity reporting in SAP Enterprise Portal, Activity Data Collector and Activity Reporting. The SAP documentation for the Activity Data Collector
    (http://help.sap.com/saphelp_nw70/helpdata/EN/47/8ac2e51b141e1ee10000000a42189d/content.htm) specifies that the "Directory Name" property can be either a relative path or an absolute path on the server (<drive>:\dir).
    However, the SAP documentation for the Activity Reporting (http://help.sap.com/saphelp_nw70/helpdata/en/45/74eeda9ba26975e10000000a114a6b/frameset.htm) does not explicitly specify that the "Directory Name" property can be an absolute path on the server.
    I've started the Activity Reporting for KM documents, but I don't have permissions to re-start the server anytime in order to test all the possible configurations. For now, the "Directory Name" is an absolute path. Can the "Directory Name" property of Actitity Reporting (KM) be an absolute path on the server? In order to start the Activity Reporting (KM), is it required to first start the Activity Data Collector?
    Thanks in advance,
    Daniel

    Hi Daniel,
    I don't think you need to activate the first Active Data Collector you mentioned,
    there are two ADC releases - one for Portal and one for KM
    Does your requeriments specify you must use an absolute path? Otherwise I'd
    suggest using a relative path (/usr/sap/<SID>/...) - haven't tested absolute paths though.
    so I don't know if that'd work.
    There is How-To guide at SDN with detailed explanation of these topics, search and
    elearning pages isn't working for me atm else I'd paste you the link but look for it:
    SAP Enterprise Portal Usage Reporting (or Portal Activity Reporting)
    by John Polus, Jan 14th, 2009
    PDF 1.04Mb
    regards,
    Rafael

  • Asset History Sheet Report older than two years

    When trying to execute an Asset History Sheet Report (S_ALR_87011990) with a report date (BRDATU) older than two fiscal years the system would not display any information.
    can anyone give me a technical reason why the system would not show this information to such date?
    thanks

    Thank you all.
    I have found OSS Note 1433686. has anyone ever implemented it
    It says:
    Summary
    Symptom
    In reporting of Asset Accounting, you can make evaluations in closed fiscal years only for the last day of a fiscal year.  If you enter a mid-year report date as the report date for a closed fiscal year, the system issues the following error message: AU 116 - "Report date & is invalid for this report".
    Other terms
    DBADAF05, FORM BUKRS_CHANGE, FIAA_CHECK_REPORTING_DATE, AU116, AU 116, AU172, AU 172, ANLB, ANLBZA, ANLC, reporting, mid-year, report date, closed fiscal year, fiscal year, end of period
    Reason and Prerequisites
    You require an enhanced function.
    Solution
        1. Perform the following manual tasks.
        2. Implement the source code corrections.
        3. The program changes enable you to create an asset report (for example, asset history sheet, asset portfolio, and so on) with a mid-year report date in a closed fiscal year.
        When you execute an asset report, the system informs you that it is a reporting period from a closed fiscal year (information message AU 172).
        If the report date is at the fiscal year end, the system outputs the saved annual values (table ANLC) in the asset report.  The asset values are not recalculated in this case.
        If the report date is not at the fiscal year end, the system recalculates the depreciation and the net book value up to this report date with the currently valid depreciation term defined.
            Depreciation terms (table ANLB)
                        In this table, the currently valid depreciation terms are defined.
            Time-dependent depreciation terms (table ANLB)
                        With Release ERP 2005 (ECC 6.0), when you activate the EA-FIN extension set, the system automatically activates the "new" depreciation calculation in Asset Accounting. The new depreciation calculation enables you to specify time-dependent depreciation terms in the asset master records.
                        If time-dependent depreciation terms are defined, the system takes these time-dependent depreciation terms into account for the depreciation calculation (for more information, see Note 1366920).
               Note the following:
               In the mid-year asset report (report date not at the fiscal year end), the depreciations or net book value may have different results in the historical calculation and in the current calculation on the report date.  This is due to the asset-related depreciation terms that may have been changed, for example, depreciation key, useful life, and so on.
    Manual Pre-Implement.
    VALID FOR
    Software Component   SAP_APPL                      SAP Application
    Release 46C          All Support Package Levels
    Release 470          All Support Package Levels
    Release 500          All Support Package Levels
    Release 600          All Support Package Levels
    Release 602          All Support Package Levels
    Release 603          All Support Package Levels
    Release 604          All Support Package Levels
    Release 605          w/o Support Packages
    New message: Message class: AU  Number: 172
    Use transaction SE91 to create the new message.
    Message class:    AU
    Message number:    172
    Message short text:
    The report date is in a closed fiscal year.
    Enter the following long text (Ctrl+F7):
    Diagnosis
    The report date is in the past.
    The report date can be the year end or any mid-year end of period.
    System Response
    In a mid-year asset report (report date at a mid-year end of period) in a closed fiscal year, the depreciations or net book value may have different results in the historical calculation and in the current calculation on the report date.  This is due to the asset-related depreciation terms that may have been changed, for example, depreciation key, useful life, and so on. In this case, the asset values are recalculated with the currently defined depreciation terms of the fixed asset.

  • ISE Guest activity reports configuration

    Hi All,
    I am trying to obtain guest activity report pertaining to the websites accessed by the guests. I have a standalone ISE deployement (1.1.2) running all personas. I am following the instructions on this document in a way:
    http://www.cisco.com/en/US/products/ps6128/products_configuration_example09186a0080ac2fda.shtml#asac
    I have configured the sysloging on my ASA gateway this way:
    logging on
    logging list WebLogging message 304001
    logging trap WebLogging
    logging facility 21
    logging host inside <ISE-ip-address> 17/20514
    I also configured http inspection:
    policy-map global_policy
    class inspection_default
      inspect http
    service-policy global_policy global
    Accounting is configured on the WLC and pointing to the ISE node.
    I am using CWA for guest access. This is working as expected. The Sponsor creates the account then the guest logs in successfully using the account created. I only need to have the guest activity reported. So far no luck and the activity report is empty. Any pointers are greatly appreciated.
    Fadi

    Hi Fashour:
    I will began test to generate this kind of reports soon (I need to wait por authorization to get access to ASA and change current config) I have some questions:
    Did you configure something in the ISE to enable it as syslog server?
    Can it be possible that you paste an image with the report results as a sample? I like to show my company and my customer what kind of reports we should expect ..
    Regards.

  • Help!! I'm using a Mid 2012 MBP retina. for the past 2 years my write speeds has been consistently on 400MB/s via black magic test. but now it only have 100MB/s going down to 80MB/s. what should I do???? getting slower...

    Help!! I'm using a Mid 2012 MBP retina 2.3Ghz i7 with 8GB of ram 256SSD. for the past 2 years my write speeds has been consistently on 400MB/s and up via black magic test. but now it only have 100MB/s going down to 80MB/s. what should I do???? I have already cleaned and even restored my MBP still it's on 100MB/s. please help. I have to finish tasks on a timely manner.

    No. This requires completely repartitioning the SSD. You can do that only by using the Network Recovery method or the method I outlined. My method preserves all your data and doesn't require doing a slow Network Recovery. But if you wish to do that instead. The purpose of the whole exercise is to "clean" the SSD of garbage collected during use that tends to cause the SSD to slow down as you've described.
    Install OS X Using Internet Recovery
    Be sure you backup your files to an external drive or second internal drive because the following procedure will remove everything from the hard drive.
    Boot to the Internet Recovery HD:
    Restart the computer and after the chime press and hold down the COMMAND-OPTION- R keys until a globe appears on the screen. Wait patiently - 15-20 minutes - until the Recovery main menu appears.
    Partition and Format the hard drive:
    Select Disk Utility from the main menu and click on the Continue button.
    After DU loads select your newly installed hard drive (this is the entry with the mfgr.'s ID and size) from the left side list. Click on the Partition tab in the DU main window.
    Under the Volume Scheme heading set the number of partitions from the drop down menu to one. Click on the Options button, set the partition scheme to GUID then click on the OK button. Set the format type to Mac OS Extended (Journaled.) Click on the Security button. Set Zero Data - one-pass, click on the OK button. Click on the Partition button and wait until the process has completed. Quit DU and return to the main menu.
    Reinstall OS X: Select Reinstall OS X and click on the Install button. Be sure to select the correct drive to use if you have more than one.
    Note: You will need an active Internet connection. I suggest using Ethernet if possible because it is three times faster than wireless.
    This should restore the version of OS X originally pre-installed on the computer.

  • Wagetyes for the past one year from Cluseter

    Hi all,
    Is there any FM in sap for getting the wagetypes for the past one year from the cluster for a particular pernr
    Thanks & Regards,
    Giri.

    Hi,
    I don't know about your Requirement,but you can make use of wagetype reporter(Tcode S_PH9_46000172 in ECC6)
    which is sap Standard Report.
    In this report youu can get the wagetypes,amounts for a particular empoyee and period.
    cheers,
    Krishna Kishore.

  • Activity Report download is saved without extension and unreadable

    Hello,
    The Portal Activity Report iView has a button which enables the user to download the report to his PC.
    The problem is that when the user clicks on that button and saves the file it is being saved by this default name: com.sap.portal.activityreport.frontend.DownloadableActivityReport
    The main problem is that it is being saved by default without any extension and after saving the user needs to manually add the .xls suffix.
    Another problem is that once I open the report with Excel The Object Name column is unreadable.
    Is there any way to resolve these issues?
    Roy

    Hi Roy,
    > if it wasn't supported there
    > or you would still consider it as a bug?
    The feature in general of course was supported, but what I cannot say is if it was a known issue that it didn't work correctly. As I dont't use the ActivityReport, I also have no experience if it didn't work at some time and maybe now is working.
    The wrong filename I don't expect to be corrected in the meanwhile, as said, that's a problem in some places. So at least for this you could open an OSS message. And maybe combine this with the problematic column issue.
    But if upgrading to SP18 would be an option for you, maybe you could first test that.
    Hope it helps
    Detlev

  • No data in Portal Database tables for Activity Report

    Hi experts,
    I've developed an Activity Report application in SAP Portal 7.0, which went live but the report shows no data.
    We are pulling data from 2 portal database tables: WCR_WEBCONTENTSTAT and WCR_USERPAGEUSAGE
    In non production environment there is data in the report but there is no data in the production environment.
    The Activity Report service is already activated/started and set to true.
    What could have caused this? And what should we check now?
    What other configurations/setup should be done?
    Regards,
    Greg

    Hi Greg,
    Those are the aggregated tables. If they are not filled with data although the Portal Activity Report is activated, you should check whether the aggregation finished successfully.
    In the older SPs there were some problems that were fixed in later SPs of 7.0.
    In order to have the latest version of Portal Activity report, you can check SAP note 1084379 - Portal Activity Report - Latest Version (SDA file).
    You can compare the SP via the MANIFAST file, as it contains the version and SP number.
    In order to troubleshoot problems in Activity Report, you can follow SAP note: 1690023 - Portal Activity Report - Component-specific Note
    Some basic checks that you can do:
    Run query on the raw data tables to check since when there is data in those tables:
    select min(timestamphour) from SAP<SystemID>DB.WCR_WEBCNODESTAT;
    If there is too much data from long time ago, then you should delete the old data, and leave only the new data (there is anyways retention time for the data to be kept).
    If there is no data, then it means that the Portal Activity Report does not collect data, and not really activated (usually this is not the case).
    The aggregation runs every top of the hour, so you can check in the default traces for an error during that time.
    In most of the cases something went wrong while aggregating the data.
    As a result the aggregation is not finished, so the transaction is not being committed, and the aggregated tables stay empty.
    If there is a DuplicateKeyException in the trace, you can follow SAP note 1054145 - Duplicate Key Exception.
    If you have any more questions, please don't hesitate to ask.
    I hope this information helps,
    Thanks & regards,
    Michal Zilcha-Lang

  • HT201272 I have purchased 17 books from iTunes in the past 6 years and I can't locate them in my purchased items. They show up in my purchase history but I lost one of the books and would like to download it again. Help!!!!

    In the past 6 years I have purchased many books from iTunes. I lost one of them and would like to download it again, however it is not showing up in my purchased screen. All of my music, movies, and shows are showing but none of my books. They do show up in my purchase history, how can I get them back? Help!

    Welcome to the Apple Community.
    So far as I am aware, books haven't been available for 6 years, so I'm wondering if you mean audiobooks.
    Audiobooks are not currently part of the content that can be re-downloaded.

  • AP Invoice Aging Report for past date

    hi guys,
    I am running R12.
    my requirement is to run AP invoice aging report for past dates (same like AP Trial Balance Report), but the seeded invoice aging report has no option to do so.
    would appreciate some help
    thanks in advance
    Ravi

    Hi Senthil,
    I am running R12.
    my requirement is to run AP invoice aging report for past dates (same like AP Trial Balance Report
    if u have any solution to this , please suggest me how to resolve this requierement.
    thanks in advance
    Ravi
    mail:[email protected]

  • How to list the documents in the Portal Activity Report?

    Hello,
    In the Portal Activity Report I would like to see the documents list with number of uploads, number of downloads and the username who have accessed the documents for monthly. Can any one help me where to mention all the details regarding this one. I didn't found anything regarding this in the Portal Activity Report.
    Thnx in advance.
    cheers,
    Murali

    Hello,
    Can anyone help me solving this problem.
    Thnx in advance
    cheers
    Murali

Maybe you are looking for

  • How Do I Share picture library with several users on my imac

    I would like to share the picture library between all users on my IMac. How is this possible?

  • Bug in Page source view

    In Page Source view in 32-bit Firefox 3.6 under Windows, if there is a URL in the source code that is erroneously not closed with a quote, for example: <a href="http://mozilla.com>The Mozilla' site</a> (Note absence of quote after .com) And you reloa

  • Non-genuine charger - dangerous?

    I bought a desktop cradle for my N95 8GB off of Ebay, and it works well. My only concern is that the charger it comes with is not a genuine Nokia product, and obviously I don't want to fry my battery. It charges normally, and when full the phone says

  • Compare Indicator

    Hi there ! I'm a pure beginner in LabView. My question are: 1. Is it right if I make a text file by writing the data directly using Notepad program. In this case I just write down the number (0,1,2,.....n) and each number end by carriage return (ente

  • [SOLVED] fat32-partition weirdness

    Hi arch-folks! I've got a 1TB (~931 GiB) external hdd of which 731 GiB are NTFS-formatted (for interoperability with win) and 200 GiB FAT32 (for macs). The data on the fat-partition was all ok and could be read in linux. After I once booted Win, all