Sap BW Statistic Report - 0TCTUTIME key figure

Hi
Im trying to have a report avaiable to display the # of hits per user for a given BW Bex report.
The proposed solution is to display the # of hits by using characteristic 0TCTUTIME. Is this the right characteristic to use to the diplay the # of hits for the users?
The requirement we have is to display the # of hits for example
For a given report for a given period of time X person executed the report 6 times, Y person executed the report 10 times, etc.
I urgently need a reponse, appriciate the help!
Thanks!

Hi!
The stat report source system is 0TCT_C02. What is the difference between this cube and the multiproviders you specify above?

Similar Messages

  • InfoSet in SAP BI 7.10 and Key figure aggregation

    HI SAP Gurus,
    I am new in SAP BI area. I have my first problem.
    I want to create a report for the profit of goods. 
    The cost of goods(cogs) are constant for each material for one month.
    The formula to calculate the profit of goods = sales turn over u2013 cogs of month *sales amount.
    I have defined in BW time dependent infoObejct with attribute cogs.
    I have 2 info Sources.  InfoCube for transactional sales data from R/3 and material cogs master data loaded from csv file each month to infoObject.
    The info Provider for report is InfoSet (transactional Cube and cogs infoObject) .
    My problems are
    1) When I create an InfoSet, SAP BW create automatically new technical name for all characteristics and key figures and the first technical name should be alias fr each InfoCube and InfoObject in the InfoSet.
    2) The new technical name infoSet erased my aggregation references characteristic (=calmonth)
    3) In the report the key figure cogs was aggregated for each customer sales and customers,    that means the value of cogs is not constant, when it is aggregated according to customer sales order.
    Thanks a lot for your support
    Solomon Kassaye
    Munich Germany

    Solomon find some code below for the start routine, change the fields and edit code to suit your exact structure and requirements but the logic is all there.
    4) Create a Start Routine on the transformation from sales DSO to Profit of Goods InfoCube.
    Use a lookup from the the COG DSO to populate the monthly COG field in the COG DSO.
    **Global Declaration
    TYPES: BEGIN OF I_S_COG,
    /BIC/GOODS_NUMBER TYPE /BIC/A<DSO Table name>-/BIC/GOODS_NUMBER,
    /BIC/GOODS_NAME TYPE /BIC/A<DSO Table name>-/BIC/GOODS_NAME,
    /BIC/COG TYPE /BIC/A<DSO Table name>-/BIC/COG,
    /BIC/PERIOD TYPE /BIC/A<DSO Table name>-/BIC/PERIOD,
    END OF I_S_COG.
    DATA: I_T_COG type standard table of I_S_COG,
    wa_COG like line of i_t_COG.
    *Local Declaration
    data: temp  type _ty_t_SC_1.
    *move SOURCE_PACKAGE[] to temp[].
    temp[] = SOURCE_PACKAGE.
    select /BIC/GOODS_NUMBER /BIC/GOODS_NAME /BIC/COG /BIC/PERIOD  from
    /BIC/A<DSO Table name>
    into corresponding fields of table i_t_COG for all entries in
    temp where /BIC/GOODS_NUMBER = temp-/BIC/GOODS_NUMBER.
    sort i_t_COG by /BIC/GOODS_NUMBER.
    loop at SOURCE_PACKAGE assigning <source_fields>.
    move-corresponding <source_fields> to wa.
    loop at i_t_COG into wa_COG where /BIC/GOODS_NUMBER =
    <source_fields>-/BIC/GOODS_NUMBER and /BIC/PERIOD =
    <source_fields>-/BIC/PERIOD.
    modify SOURCE_PACKAGE from wa transporting /bic/COG.
    endloop.
    endloop.
    5) Create an End Routine which calculates Profit using the formula and updates the result set with the value in the Profit column.
    Given your requirement for the profit calculation
    profit of goods = sales turn over u2013 cogs of month * sales amount
    Write a simple end routine yourself
    *Local Declaration
    loop at RESULT_PACKAGE.
    <result_fields>-profit = <result_fields>-sales turn over - <result_fields>-COG * <result_fields>-sales amount.
    modify RESULT_PACKAGE from <result_fields> transporting profit.
    endloop.
    As the above start and end routines are used to enhance your sales DSO, your fields for customer number and the sales order should already be in your DSO for drilldown.
    Let me know how you get on.

  • Report Painter - Key Figures in Lead Column

    Hello -
    I am trying to create a report painter report.
    I would like the key figures in the lead column, but right now, I can only choose characteristics.
    Anywho know how to be able to select a key figure in the lead column?
    Thanks

    Hello,
    You have to activate key figure in the library you are using. Use transaction GR22. To activate key figure, juct mark the checkbox.
    Hope this would help.
    regards,
    Jhero

  • Combine two reports in query designer using key figure with sap exit

    Hi experts,
    i want to combine two reports in query designer using key figure with sap exit
    in the report 1 key figure calculation based on the open on key date(0P_DATE_OPEN)
    to calculate due and not due in two columns
    in report 2 key figure calculate in the time zones using given in variable Grid Width (0DPM_BV0) like due in 1 to 30 days, 31 to 60 days...the due amount based on the open on key date(0P_DATE_OPEN)
    to calculate in 1-30, 31-60, 61-90, 91-120, 121-150 and >150 days in 6 columns
    now i have requirement like this
    not due, 1-30, 31-60, >60, due,1-30, 31-60, >60 in 8 columns
    or
    not due, due, 1-30, 31-60, 61-90, 91-120, 121-150 and >150 in 8 col
    thank you

    Hi Dirk,
    you perhaps know my requirement,
    for the management to make used in one report,
    we have in reporting finacials Ehp3.
    Vendor Due Date Analysis - which show due, not due
    Vendor Overdue Analysis - show only due and analysis in time grid frame
    i want to combine in one report that show NOT DUE, DUE, DUE time frames in grid.
    krish...

  • Key figure comparision between current year and previous year

    Hello collegues,
    I have created a WEB Intelligence report with key figure ROI (return on investment which is calculated out of three other key figures (capital, revenue and costs). I would now like to calculate the percentage period (year) differences between key figure ROI - between current year (month) and previous year (month).
    Do I have to add coding within a key figure formula within WEBI Rich Tech client or within universe builder.
    The key figures were extracted from SAP BW and added to a universe which is basis for WEBI rich tech client report.
    thanks and regards,
    Christian

    Hi Stratos,
    so I see - i have to use the variable Editor and then define a measure and add coding in the formula field. Do you have an e-mail address ín order to send you the report and explain in more detail what I would like to see - here it is not possible to upload a report...
    thanks and regards,
    Christian

  • Key Figure displays as rounded in BEx

    Hello,
    I have a report that is based off of InfoProvider/Object: 0MATERIAL.
    When I run the report, the key figures are displayed as rounded values, for example 15.000 LB, 0.000 LB, 2.000 FT3. 
    I would like to get 3 decimal places for example 15.255 LB, 1.531 FT3.  When I look at the Master Data for 0MATERIAL in RSA1 I see values with greater accuracy then the rounded number obtained in reporting.
    Details below...Can someone help?
    For infoObject 0MATERIAL, I have the attribute 0NET_WEIGHT key figure.
    0NET_WEIGHT has the following properties
    Type: QUANTITY
    Data type: QUAN - Quantity field, points to a unit field with format UN
    Unit of measure - 0UNIT OF WT
    Aggregation/Exception Agg: Summation
    Cumulative Val
    Decimal Places: 0.000
    Display "in 1"
    Bex Descript: Short description
    In BEX under 'Number Format' I have
    Scaling factor: (From Key Figure: 1)
    Number of Decimal Places: (From Key figure: 0.000)
    Thanks,
    Nick
    Message was edited by:
            Nick Bertz

    Hello Jaya,
    When I looked at the T006 table for the following units I obtained the value 0 in field ANDEC
    FT3
    LB
    When I look at tx: CUNI and I set the selection to 'Mass' > then I click on 'Units of Measurement' > Then I select 'LB' and click on 'Details' I see no value for 'Decimal pl. Rounding'
    When I look at tx: CUNI and I set the selection to 'Volume' > then I click on 'Units of Measurement' > Then I select 'FT3' and click on 'Details' I see no value for 'Decimal pl. Rounding'
    What i see in CUNI on BW matches what I see in CUNI on R3.
    None the less, on our development system I made the change via CUNI setting 'Decimal pl. Rounding' to 3 and it seems to be working now.
    I could have go to RSA1 > Source Systems > RC'd on my Source System > Chose 'Transfer Global Settings' > Selected the checkboxes for 'Units of Measurement' and then for mode selected 'Update tables' This updates the T006, T006A, T006B, T006C, T006D, T006I, T006J, T006T tables.
    But since on R3 the CUNI table had the same information, it wouldn't have helped.  That is why I went and updated CUNI directly on BW. When I saved the changes it prompted for a transport which will make it easy to transport to BW Production.
    Thanks for the Help!
    Nick
    Message was edited by:
            Nick Bertz

  • Which calculation should not be done in calculated key figures

    Which calculation should not be done in calculated key figures?

    You can be more specific.
    CKF are defined to do the reporting on Key figures which are not existing in Infoprovider.Ideally all the calauculations are to be defined as CKF(Global)/Formula(Local)
    Wel,you may have to do few things in conditions like...finding TOP 10 Customers etc..
    hope this helps you
    Sriman

  • Filter by Key Figure or Calculated Key Figure?

    Hi,
    Is it possible to filter a report on key figure or calculated/restricted key figures? If yes, then how?
    Here is an example of my problem:
    I have a restricted key figure for invoice – that picks out the last invoice value between two dates (variable), for instance 2004-01-01 and 2004-12-31. Now, in my query I would like to EXCLUDE materials which don’t have any invoice values between those dates:
    Now:
    Material A 1000 USD
    Material B
    Wanted:
    Material A 1000 USD
    Best Regards
    /Daniel

    Hi Daniel,
    you would use Conditions to achieve this! You can create them in the Bex Query designer.
    Regards,
    michael

  • How to get round off values in key figures

    Hi,
    My report has key figure which is showing as 6.64033 and I want it to be 6.64.
    If it is showing 6.64677 I would like to be shown as 6.65.
    Please suggest.
    Thanks...

    Why don't you try this. In the Query Designer, set your key figure properties as follow:
    Display Tab > Number of Decimal Places > 0.00

  • Crystal reports on SAP-BW 3.5 query - problem w. properties of key figures

    Dear experts,
    Creating a crystal report on a SAP-BW 3.5 query we have the following problem:
    In SAP-BW query we defined a restricted key figure with property
    'Calculate single value as Ranked list (olympic)'.
    Within SAP-BW it works correctly; in Crystal Reports we see the
    key figure without the defined property.
    Example
    SAP-BW
    Customer     Revenue 
    4711            1
    4812            2
    4913            3
    Crystal Reprts
    Customer     Revenue 
    4711            500 EUR
    4812            300 EUR
    4913            100 EUR
    Could anyone give us an advice to solve this?
    Thanks a lot in advance.
    Hagen

    Edited by: Hagen Kunze on Feb 12, 2010 3:22 PM

  • Report Painter - Characteristic cannot be combined with key figures

    Hi,
    I have added a new field (ZZABTEI) to the report structure CCSS and using that field as a characteristic in the report. But when I execute the report, it is giving the error "Characteristic ZZABTEI cannot be combined with key figures". Can anyone help me to solve this issue.
    Thank you,
    Rekha

    There no code for this. I had to add the new field to CCSS structure. Then there were some configuration to be done. Then this message is got when the report in the report painter is executed. The details of this error message is as follows :
    Characteristic ZZABTEI cannot be combined with key figures
    Message no. GR410
    Diagnosis
    Characteristic ZZABTEI is being used in a report with a key figure that does not match this characteristic.
    System Response
    The system cancels generation.
    Procedure
    Check the report definition: the key figures used must be compatible with characteristic ZZABTEI. For examples of useful combinations of characteristics and key figures, see the SAP standard reports.
    Technical explanation: The Report Writer table assigned to the report is defined as a view with multiple database tables (somewhat similar to Report Writer table CCSS) and a key figure used in the report refers to a database table which does not contain characteristic ZZABTEI.
    Example 1 for table CCSS: If the 'cost' or 'quantity' key figures are used in a report (referring to tables COSP and COSS), you cannot use the 'Statistical key figure' (only occurs in table COSR) characteristic in the rows. On the contrary, using the 'Cost element' (tables COSP and COSS) characteristic is not permitted for the 'Statistical quantity' (table COSR) key figure.
    Example 2 for table CCSS: If a report only displays line item data (key figures IE... or PE...), you cannot use the 'PERBL' characteristic, because it is only valid for summary data. You have to use the 'PERIO' characteristic for line item data.
    Thank you,
    Rekha

  • Multiple key figures in a report painter or writer

    I would like to bring GL account balances  in the form of a P&L and also bring statistical key figues. I need to perform a formula of dividing the dollar value by the SKF. Is this achievable? The column in the painter does not permit more than one key figure type, currently I have object currency.

    Yes it is possible.  If I understand your question correctly, I think you want to define statistical key figures within the rows of a report and have their corresponding key figure in the same column as the amounts for the G/L accounts.  To do so requires that you create a new section within the report (Edit > Sections > New Sections) which can reference a different key figure than the object currency used by the G/L accounts.  In the new section, or in its own section, you can then create a row formula which combines the amounts and key figures.
    Best regards,
    [Jeffrey Holdeman|http://wiki.sdn.sap.com/wiki/display/profile/Jeffrey+Holdeman]
    SAP Labs, LLC
    BusinessObjects Division
    Americas Applications Regional Implementation Group (RIG)

  • Table fields used for basic key figures in report writer/report painter

    Does anyone know how I can find which <u>table field</u> is actually being used for SAP defined <b>basic key figures</b> in report writer report? For example, <b>HSL</b> is a basic key figure for income statement, library 0F1, report 0F-GUVV. It only shows data is coming from table GLFUNCT. How does the report writer program knows which fields to select? What is the logic behind the basic key figures?
    Any advice is appreciated!!
    Minami

    I have now resolved this issue.
    I had to manually update TablesT804B and T804F. 
    I've added entries to T804A in the past without the need to update T804B or T804F manually so it appears that the way these tables work together has changed following an upgrade or application of support packs.
    Regards
    Mel

  • Problem with displaying key figures in report

    Does anyone have experience with SAP Report Designer for Release 7.0. I want to display key figures in the following manner: 1'500 (Which means 1.500.000) For a billion the value displaye should be 1''000 (1.000.000.000).
    1000 =     1.000
    0'010 =     10.000
    0'100 =     100.000
    1'000 =     1.000.000
    0''010 =     10.000.000
    0''100 =     100.000.000
    1''000 =     1.000.000.000
    Thus the report always shows 4 digit figures. The problem is that I don't know how to include the apostophe as a separator for the million.
    Additionaly to that I want to have the font changed to a smaller number, if the figure is to large for the column. Is there a possibity to change the display of the figure with the scaling? And is there a possibility to change the font? These two parameters have to be decided when running the report. (The scale of the numbers can differ within one column.)

    there is two way to display the values , one is globally, where u do it the keyfigure and another way is on the query designer level
    in keyfigure go to aggregation , there u will get the number display format , u can change there and another way is in the query designer right click on the key figure and select properties and select display format

  • Trade Funds report to update Settled key-figure for rebate scenario

    Dear Experts,
    We have a scenario where we are triggering rebate creation in ERP from Trade Promotion in CRM.
    The rebate accruals are generated over a period of time based on sales orders.
    Now we have 3 standard SAP Trade Funds reports which helps us in extracting the accruals data from ERP rebates and updates "Accrual Balance" key-figure of the Fund associated with the Trade Promotion.
    Now in ERP once the rebate settlement is created, is there any standard SAP report which will update the "Settled" key-figure in the Fund.
    Please advise.
    N.B. Our scenario has TPM integrated with Trade Funds & we are using CRM 7.0 EhP1
    regards
    Animesh.

    Many thanks for ur replies!
    problem here is that, since i had declared this  particular fileld as a integer type key figure, it is not allowing me to enter characteristic values in  update formula .
    and venkat, how can i change that key figure to char? is that possible? they have specifically told to write as a key figure. and in this model we have only one key figure ( this particular field ).
    that infoobject is not available in BW as of now. so i had created it as a key figure as was told by them.
    Thanks,
    Ravi

Maybe you are looking for

  • IPOD Nano experiences error when downloading music from iTunes

    To make a long story short, my new Nano wouldn't fully download all songs from my iTunes library. I received an error about a missing file. As I followed the Apple suggestions to fix the problem I eventually got to a point where the Nano was frozen a

  • Website URL changes after I hit enter

    Steps: I enter "wowt.com" (that's a local TV station web site) into the address bar. When I do this, I get suggestions of sites that I have visited before (that's ok). As soon as I hit "Enter" on the keyboard, it takes me to "woot.com". This is not a

  • Lotus Organizer and Windows Vista

    I have the new Nokia E75 and I want to synchronize with a PIM on my PC. I use now Thunderbird and Lightning but Nokia doesn't support them so I'm looking for a different PIM. Outlook only comes in Microsoft Office and it's very expensive (I use Openo

  • Amira LUT in AFX

    Hi, I'm trying to decide the best way to color grade my prores footage that was shot on an Arri Amira. I *think* what I want to do is do a general pass in Speedgrade, then send to AFX to do masking, etc, preferably without having to export to move fr

  • I bought somthing in an app but didn't get it and still got charged what should I do?

    i Was buying a VPN subsription and it wasn't working or jsut loading so I tried to buy it again but instead it charged my card a bunch of time for the same item, how dp I get my money back?