Activity reports for actual activity

I like the new reports feature of the VLM, but would it not be cool if it was able to trend the actual programming activity of the users, and not just how long the license was checked out? 
Let's say that if there was no activity (defined for example as not even a mouse movement in any of the IDE's windows) for n minutes, then the system would unregister the license as in use (license-wise it could still be checked out, but not as in activity).
Sure, we could use other tools for this, and some people might want to make it optional - but as long as the report feature is there already, would not this little change make it quite a bit more interesting?
MTO

Thanks for your feedback! I agree that this data would provide a potentially interesting report for admins. This would be a feature of the application software itself (like LabVIEW, CVI, etc).
I will record this idea as a suggestion for those teams.
- Michael

Similar Messages

  • Create an Activity Report for Current Week

    I would like to create a activity report for the current week. The trick is that if the weekday is Wednesday or earlier (Sunday being the first day of the week), the report shows last week's activities; but if the weekday is Thursday or later (Saturday being the last day of the week), the report shows the current weeks activities.
    I have a filter that works in Access but does not seem to work in Siebel. It does just what I explained above:
    Between CDate(Int((IIf(Weekday(Now())<=4,Now()-(6+Weekday(Now())),Now()-(Weekday(Now())-1))))) And CDate(Int((IIf(Weekday(Now())<=4,Now()-Weekday(Now()),Now()+(7-Weekday(Now()))))))
    Thank you,
    David
    Edited by: DavidE on Oct 7, 2008 4:17 PM

    David,
    try this:
    case DAYOFWEEK(CAST(Activity."Planned Start Time" AS date))when 1 then timestampadd(sql_tsi_day,1,CAST(Activity."Planned Start Time" AS date)) when 3 then timestampadd(sql_tsi_day,-1,CAST(Activity."Planned Start Time" AS date)) when 4 then timestampadd(sql_tsi_day,-2,CAST(Activity."Planned Start Time" AS date)) when 5 then timestampadd(sql_tsi_day,-3,CAST(Activity."Planned Start Time" AS date)) when 6 then timestampadd(sql_tsi_day,-4,CAST(Activity."Planned Start Time" AS date)) when 7 then timestampadd(sql_tsi_day,-5,CAST(Activity."Planned Start Time" AS date)) else CAST(Activity."Planned Start Time" AS date) end
    This gave me the sunday of the week. You should be able to modify this format for your purposes.
    cheers
    Alex

  • Activity Report for Collaboration Rooms

    Hi,
    Is there some kind of Activity Report only for Collaboration Rooms ? Like we have Portal Activity Report for entire portal.
    Please give me your suggestion. Helpful answer are appriciated.
    Regards
    Prakash T

    Hi Prakash,
    You can run the room usage analysis to check how often particular rooms have been used in a specific period. Please check out the following page on help.sap.com:
    http://help.sap.com/saphelp_nw70/helpdata/EN/44/512abdba4b1193e10000000a155369/frameset.htm
    You might also have a look at the Room Inventory List which is linked on the page mentioned above.
    kind regards,
    Ursula

  • How run the run the BI Publisher report for current/active/selected record

    Hi,
    I have one requirement to generate a BI Publisher report in Siebel, which will run on SR's List view. Report should fetch the active SR and its audit trial entities. I know this was achieved easily using Actuate (simply setting "current Recrod only" to true), but I need how to achieve this in BI publisher.
    This report we are creating is in Siebel-BI Publisher integrated environment, not connecting to database. Can body give share your valuble inputs.
    Thanks,
    Ravi

    In my experience with Siebel 8.1.1 and BI Publisher 10.1.3.4.0 when you generate a report from a Siebel View the report will show all data visible on the view. If you wish to have only a few particular records in the report you must query for them first in Siebel then generate the report again. There is useful article describing how to generate the report for the current record but it does require some config on the applet.
    [http://siebel-essentials.blogspot.com/2009/05/siebel-bi-publisher-integration.html]
    -Fred

  • Issue running a User Activity Report for Lync

    When trying to run a User Activity Report, I am receiving the below error
    An error occurred during client rendering.
    An error has occurred during report processing. (rsProcessingAborted)
    Query execution failed for dataset 'CallList'. (rsErrorExecutingCommand)
    @_Endtime is not a parameter for procedure CdrP2PSessionList.  
    Any ideas on this error?

    If this is happening after applying CU6 then follow
    FIX: Monitoring Server Reports experiences poor performance in Lync Server 2010
    http://support.microsoft.com/kb/2703324
    if it gives any error when trying to update the backend database (in enterprise pool) then provide the -databasepaths parametr as explained at the end in this article
    http://technet.microsoft.com/en-us/library/gg399044.aspx
    DatabasePaths
    Optional
    String
    Specifies the drives and folders where data and log files can be stored; for example: -DatabasePaths "D:\Logs","E:\Data". 
    Gautam.

  • NON-COMPLIANC REPORT FOR QM ACTIVITY

    AS A ADMINISTRATIVE I JUST WANT TO CHECK THE QM ACTIVITY (NON COMPLIEANCE REPORT) FOR BELOW TRANSATIONS
    QA32, QE11, QE01, QE17, QE12, QA11, QA12
    I WOULD BE HELPFUL IF ANYBODY ANSWER THIS QUESTION
    AYK

    Hello,
    I couldnt understand your requirement . But if you looking capturing of defects, rejection etc please go through the following tcode
    inspection characteristics - MCXB, MCXD,
    defect -  MCXX,
    inspection lot -  MCXA, MCXC
    Usage decision - MCXE
    Please revert with your feedback to give you better solution
    Regards
    gajesh

  • Activity reporting for document explorer

    Hi All,
    I am looking into various options of activity reporting inside document explorer iView. We have various folders and subfolders inside /document folder where a lot of users are accessing the documents (Read or edit) on reguloar basis. Is there any possibility of finding the usage of each folders inside /document folder i.e. how many users read/edited the documents/folders in fix time frames.
    Any inputs on this will be highly appreciated.
    Many Thanks,
    Vishal

    Hi,
    You can try and play with the example shown in this tutorial:
    <a href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/7d28a67b-0c01-0010-8d9a-d7e6811377c0">https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/7d28a67b-0c01-0010-8d9a-d7e6811377c0</a>
    It creates a report which displays documents statistics.
    Best Regards,
    Avishai Zamir

  • Portal Activity Reports for multiple groups

    Hi,
    Can the report display the count of users belonging to multiple groups or would it have to be created seperately for each group. I have tried to use wild cards and commas and nothing worked, the field does not accept more than one valid group name to be entered. Any ideas how to work around this without having to create a different report for different groups?
    Thanks

    Hi EAmin,
    You can only show information about users who belong to a specific group and not multiple groups. But if you want to show users in multiple groups, you can create a new group (say temp) and add the other groups to temp. Now, configure the report to display users in group temp.
    Rajiv

  • PS report for Actual and commitment Balance

    Dear experts,
    Is there any report in PS where i can see list of projects has actual balance and commitment balance?
    Note: I want to see only the balance of actual cost ( which is not settled) and commitment balance (Open PO, PR etc..)
    Regard
    Vetrivelan

    Hi,
    For commitment- CJI5
    actual - CJI3 with correct layout as per you requirement.
    also try S_ALR_87013558 report & go to line item report for detail actuals(& you have to change the layout accordingly) & commitment.
    hope this would help you...
    regards,
    SL

  • Multi-year monthly CO report for Actual/Budget/Variance

    I have a requirement of creating a 5-year cost centre report for the following:
    Actual by month (5 years x 12)
    Budget by month (5 years x 12)
    % of the monthly amounts compared to the total (5 years x 12)
    Variance (5 years x 12)
    The request is at the cost element level, by month and for 5 years.  I am trying to decide which reporting tool is appropriate for this request.  If I use the conventional CO report format (report painter) of one column per month for actual/budget/actual %/variance, there will be a lots of columns for 5 years!
    I am familiar with reporting tools of report painter, drill-down and SAP query, although I am not sure if drill-down can be used for CCA.  Would appreciate any suggestion for: 
    1) Reporting tools for multi-year output; and
    2) Report format u2013 example of existing SAP-delivered report

    Do you intend to use a report with 240 columns? I am wondering what would be the purpose of such a large column report.
    Still if needed, you could try with painter itself, may be using page break perhaps. I am not sure of the limitation to the number of column.

  • Difference in S_ALR_87013557 Report and CJI3 Report for Actual Values

    Hi,
    I have created a Project & booked some cost on against WBS Elements. Now when see CJI3 report it shows correct values but in S_ALR_87013557 it shows different value for Actual-Overall. This value is slightly greater than the actual value.
    Please tell me how to resolve this issue?
    Thanks,
    Sandeep.

    Hi,
       CJI3 is a cost element report and S_alr......... is a Heirarchial report which will work on Value categories.
    This may be due inconsistencies in cost either by value categories or by some other way.
    Run CJEN and CJBN then check the report. still the problem persists.
    check the value categories in the IMG whether you have maintained all the cost elements that are used while posting to wbs and check whether there is any diplucation of cost elements by the transaction 'Check Consistency of Value Category' which is available in IMG.
    Navigation IMG>Project System>Costs-->Value Categories.
    Rgds
    Sudhir reddy

  • MCSI report for actual/normal sales and scrap scales

    Hi all,
         How do i can configure sales value and net value of the Scrap sales should be Zero in MCSI report(SIS)? because its not a actual/normal sales so it should not appear in the MCSI report or it should show Zero values and For Actual/normal sales MCSI report should show exact values as per the transation captured by the system.
    Please explain me in terms of Tables and fields and Configuration settings need to be changed in Pricing Procedure.
    Thanks and Regards
    Swamy HP

    I resolved it. Thanks for your valuable inputs.

  • Period Balance Report for Actual/ Commitment only

    Hi,
    Do we have any report for getting Periodic balance for cost Centre Actual and commitment Balances.
    Regards,
    Venkat

    If there is not a specific YtD report, then it is easy to create one: Using the report painter, copy the existinf report, and amend the columns to reflect not the current month, but from the 1st period to the current month.

  • Report for actual/planed sales

    hi everyone,
    I am ravi working as sap bw consultant
    can any one explain the step by step procedure to create a report to get
    actual/planed sales per month and per year.
    And also some real time errors and how to rectify them. please
    help me in this regard.
    Thanks all,
    ravi

    Hai,
    Ravi,
    You create one cube for plan data and create another cube for actual data.
    Create a multiprovider and give comparision report. this is betterway.
    Or you can also load actual and plan data in one cube but you need to maintain one character like version to seperate atual and plan data.(OR)
    Create a basic cube and transaction cube.Go to the transaaction cube Rght click on the cube select the Switch on the traction cube you get 2 radio buttons where u can load and planning on the cube .When u select on planing u can't load the data but wen u select the Load Radio button u load the data and compare with basic cube.To be presice it is the concept of BPS(Business Planning Simulation) part of SEM.
    Thanks,
    Subramanyeswar rao

  • Standard SAP reports for Actual / Budget

    Hi Friends ,
    Is there any reports available in standard sap with relevant to Actual / Budget . I found this tcodes:
    S_ALR_87013648     
    S_ALR_87013019
    In addition to above two, any other reports available ?
    Thanks in advance.
    Best Regards
    Ajay

    Hi Friends,
    Thanks you very much for your kind co-operation.
    Non of the above reports not exactly matching for my requirement. It seems some customized report has to be make , could any one let me know what are the tables get updated when do the transaction with relevant to Actual Vs. Budget?
    I mean from SAP transparent tables, where can I get the monthly , yearly data for "Actual" fig.?
    In the similar manner where can i get the monthly , yearly transacton data for "Budget" fig.?
    Please let me know the transparent tables ....
    Best Regards

Maybe you are looking for

  • How do we move PKG from One d/b to another d/b?

    Hi All, In general, i will creating all the packages in Dev environment and will send the pkg files to DBA team to deploy in QA environmnet. I would like to know, in general how do we move pkg's from one instance to another instance. Thanks, Anoo..

  • K7D Master L & Promise FastTrak SX4000 boot hang

    I am having major trouble getting a Promise FastTrak SX4000 RAID controller to work with a K7D Master-L (MSI-6501-030). I would appreciate any and all input, especially from those of you who have similar or identical hardware (same motherboard/chipse

  • Webobjects and C# web services on IIS.

    I've not been able to find any informationa about the level of interoperability of WebObjects and dotnet C# web services. Here's the situation: members of my programming group are writing an application as a web service. They come from a windows back

  • Calculating elapsed time (in minutes) from a TIMESTAMP field in a table

    I have a table of events that contains a field, CREATION_DATE, that is defined as NOT NULL TIMESTAMP(6), and the value is normally in the format 'DD-MON-YYYY HH:MM:SS.FFFFFF xM'. I want to SELECT only those rows where the elapsed time between the CRE

  • Photos folder not appearing using Home Sharing

    My photos folder has stopped showing up in my home sharing section on AppleTV - it seemed to work fine a week or 2 ago but now has stopped working :-/   Music and movie still show however. anybody have any ideas what may be the problem? thanks guys!