BW Statistics - OLAP Navigations

I am interested in getting stats out of the stats cube that show the number of times a query is executed. OLAP navigations include this but also include things such as drilldowns and filtering. Is there any way of getting just the number of times a query is executed out of the stats cube such as a key figure that I havn't found?
Any help much appreciated

Hi Ian !
To determine how often a query is called, at best use a calculated key figure. The calculated key figure refers to key figure 0TCTSTAUIK. Define an exception aggregation of type count. The following reference characteristics are possible for exception aggregation:
a) 0TCTSESUID - Determines the number of times a query is called.The number of navigations is not taken into account.
b) 0TCTNAVUID - Determines the number of navigations.
Hope it helps !
Bye,
Roberto

Similar Messages

  • How to write ABAP code behind, the OLAP navigation functions

    Hi SDN Community,
    We have created an artificial hierarchy within BEx, using order structure elements, or characteristic key figures as SAP calls them.
    Now, the only feature that dosent seem to be present within the OLAP, is to expand all hiearchy nodes.
    It allows you to expand one hierarchy node, but not all the structure element nodes.
    I have tried command sequencing by specifying the technical id's of the the structure elements found via RSRT2, but this dosen't work.
    I have seen that when the nodes are expanded, that there is indeed standard SAP ABAP code executing back in the datawarehouse.
    Hence, do you know
    - Where to make ABAP enhancements for OLAP functionality
    - How to execute this ABAP (will it be by using Web API and javascript enhancements)
    - Is this possible, or has it been done by anyone?
    Thank you.
    Simon

    Hi Thomas,
    I have been working with a brilliant ABAP'er, and together we
    implemented a solution in the START method, that makes use of the
    following methods and expands all the hierarchy nodes at start.
    And this class can be omitted in the Print all view we have formulated
    as only a collapsed view has been specified there.
    thank you.
    Simon
    I found this all in that class interface CL_RSR_REQUEST
    for N_R_REQUEST
    for N_R_DATA_SET
    Initial Value: Set Drilldown State of a Hierarchy
    Description: 'SET_DRILL_STATE'
    this looks like the method that gets executed. what do you think?
    can you code this in the program
    constants C_CMD_SET_DRILL_STATE type RSRCMDID
    value 'SET_DRILL_STATE'. "#EC NOTEXT
    methods SET_DRILL_STATE
    importing
    value(I_AXIS) type RRXAXIS optional
    value(I_POSITION) type I optional
    value(I_FOCUS_IOBJNM) type RSIOBJNM optional
    value(I_DRILLSTATE) type RRXDRILLSTATE optional
    value(I_TOGGLE) type RS_BOOL default RS_C_FALSE
    !I_R_PARAMETER type ref to CL_RSR_PARAMETER optional
    exporting
    !E_KEEP_LAST_LINES type I
    !E_KEEP_FIRST_LINES type I
    !E_NEW_LINES_FROM type I
    !E_NEW_LINES_TO type I
    !E_NODE_POSITION_FROM type I
    !E_NODE_POSITION_TO type I
    exceptions
    NO_PROCESSING
    X_MESSAGE .

  • 0BWTC_C02 BW Statistics - OLAP: Obsolete in 7.0

    Hi All
    We have recently upgraded but not the BI cockpit yet (problems setting it up).
    We want to reprt on things that were in the 0BWTC_C02 but this no longer collects data.
    Is there a way to report on this without having set up the new BI cockpit like does the data sit anywheere else or must we set up the cockpit.
    Cheers
    Andy

    Hi Andy,
    For more Insights -
    The new InfoProviders are:
    For more highly aggregated query-runtime statistics:
    0TCT_C01, 0TCT_VC01 and 0TCT_MC01
    These replace InfoCube 0BWTC_C02.
    For more detailed query-runtime statistics:
    0TCT_C02, 0TCT_VC02 and 0TCT_MC02
    These replace InfoCube 0BWTC_C02.
    For data manager statistics:
    0TCT_C03, 0TCT_VC03 and 0TCT_MC03
    These replace InfoCube 0BWTC_C03.
    For data-load statistics of process chains and processes:
    0TCT_C21, 0TCT_VC21 and 0TCT_MC21
    For data-load statistics of data transfer processes:
    0TCT_C22, 0TCT_VC22 and 0TCT_MC22
    For data-load statistics of InfoPackages:
    0TCT_C23, 0TCT_VC23 and 0TCT_MC23
    These deliver essentially the same information as InfoCube 0BWTC_C05 but they use the new InfoObjects. The remaining new InfoProviders also use the new InfoObjects.
    For the current data-load status of process chains and processes:
    0TCT_VC11 and 0TCT_MC11
    For the current status of requests loaded to InfoProviders, InfoObjects that have been updated flexibly, and PSA tables:
    0TCT_VC11 and 0TCT_MC11
    Regards,
    Anil

  • BW Statistics 0BWTC_C10 in BW 3.5

    We have the BW Stats multi cube(0BWTC_C10) which currently consists of six cubes.
    1. BW Statistics – OLAP                                              0BWTC_C02
    2. BW Statistics - OLAP, Detail Navigation                  0BWTC_C03
    3. BW Statistics - Aggregates                                       0BWTC_C04
    4. BW Statistics - WHM                        0BWTC_C05
    5. BW Statistics: Condensing InfoCubes           0BWTC_C09
    6. BW Statistics: Deleting Data from InfoCubes      0BWTC_C11
    We have the data in all except 0BWTC_C02
    Now I want to load the data in to it and want to develop some queries on the MultiProvider(0BWTC_C10)
    Can any one help me in how to load the data to 0BWTC_C02??
    Any help much appreciated.
    Kind Regards,
    BH

    Hi Sesh,
    1)
    0BWTC_C02 is replaced by 3 cubes: 0TCT_MC01, 0TCT_MC02 and 0TCT_MC03
    (here each mulitprovider is based on 2 cubes, one basic cube and one virtual cube.
    For ex, 0TCT_MC01 has basic cube 0TCT_C01 and virtual cube 0TCT_VC01, the naming convention is same for rest 0TCT_C* and 0TCT_VC*)
    Hope the above is clear
    0BWTC_C03 was referring to RSDDSTAT table before, but this table has become obsolete in BI 7.0. Corrections have made to the extractor in BI 7.0 SAP_BW SP 9 such that the extractor refers to RSDDSTAT_OLAP. So you can use this cube as the way you were using in BW 3.x if you are above or equal to SP 9.
    0BWTC_C04 - no migration is required, technical content 3.x is still valid.
    0BWTC_C05 - is replaced by 0TCT_MC23 (0TCT_C23 and 0TCT_VC23)
    0BWTC_C09 - no migration is required, technical content 3.x is still valid.
    0BWTC_C11 - no migration is required, technical content 3.x is still valid.
    2) There is virtual provider for all the replaced cubes, but the old cubes for which migration is not required dont have virtual cubes.
    3) The new multiproviders have virtual cubes alreday.
    Hope this helps.
    Best Regards,
    Rajani

  • BW Statistics 3.5

    Hi all,
             RSA1 t-code top displaying Data warehouse workbench and System component version is SAP NetWeaver 2004s, but all
    objects developed in 3.5 data flow. My doubt now i going to install BI Statistics whether i have to install below IC also. Please give
    suggestion on this.
    BW Statistics 3.5 (No Longer Install)     0BWTCT_STA_35
    BW Statistics - OLAP                          0BWTC_C02
    BW Statistics - WHM                          0BWTC_C05
    Regards,
    R. Saravanan

    HI Srinivas ,
                       Please give conformation below list cubes and MP i am going to install. I hope u know what i looking for. Please give
    conformation.
    BI Statistics                                                              0BWTCT_STA
    BW Statistics - OLAP, Detail Navigation                            0BWTC_C03
    BW Statistics - Aggregates                             0BWTC_C04
    BW Statistics: Condensing InfoCubes                            0BWTC_C09
    BW Statistics: Deleting Data from InfoCubes        0BWTC_C11
    Front-End and OLAP Statistics (Aggregated)       0TCT_C01
    Front-End and OLAP Statistics (Details)       0TCT_C02
    Data Manager Statistics (Details)                            0TCT_C03
    Process Statistics                                                 0TCT_C21
    DTP Statistics                                                 0TCT_C22
    InfoPackage Statistics                                                0TCT_C23
    Front-End and OLAP Statistics (Highly Aggregated)      0TCT_CA1
    Front-End and OLAP Statistics (Aggregated)       0TCT_VC01
    Front-End and OLAP Statistics (Details)      0TCT_VC02
    Data Manager Statistics (Details)                            0TCT_VC03
    BI Object Request Status                                                0TCT_VC11
    Process Status                                               0TCT_VC12
    Process Statistics                                               0TCT_VC21
    DTP Statistics                                                0TCT_VC22
    InfoPackage Statistics                                               0TCT_VC23
    Front-End and OLAP Statistics (Highly Aggregated)      0TCT_VCA1
    BW Statistics                                                 0BWTC_C10
    Front-End and OLAP Statistics (Aggregated)      0TCT_MC01
    Front-End and OLAP Statistics (Details)       0TCT_MC02
    Data Manager Statistics (Details)                            0TCT_MC03
    BI Object Request Status                                                 0TCT_MC11
    Process Status                                                 0TCT_MC12
    Process Statistics                                                  0TCT_MC21
    DTP Statistics                                                   0TCT_MC22
    InfoPackage Statistics                                                 0TCT_MC23
    Front-End and OLAP Statistics (Highly Aggregated)      0TCT_MCA1
    BI Metadata                        0BWTCT_META
    BW Metadata                                               0BWTC_C08

  • Infoobject Last Used On in Navigation

    Hi,
    I have a problem with the statistics data of detail OLAP navigation.
    We have some infoobjects for which we believe the statistics are not updated.
    For example, there's an infoobject "XYZ" which I used in navigation in the report.
    This step should have been picked by statistics and updated in Infocube 0BWTC_C03.
    But the counter or frequency for this object doesn't change.
    The statistics are updated every night so I checked them the next day.
    I'd like to know the underlying table from which the infocube 0BWTC_C03 gets this entry.
    Or is there any other way to check if a particular infoobject has been used in navigation in reports?
    Br,
    RP

    Same here. The Last Used On column itself isn't enabled by default. Perhaps Microsoft dropped the feature for performance.
    <quoting Raymond Chen [MS]>
    In order to get the "Last Used" and "Frequency" values, Add/Remove Programs needs to know the name of the EXE so it can ask the Start menu "Hey, how often did the user run this program, and when was the last time it happened?"
    Notice that there are no clues in the registration above as to the identity of this EXE file.
    So Add/Remove Programs starts guessing. It goes through all the programs on your Start menu and compares their names with the display name of the uninstallable item. It looks for Start menu items which share at least two words with the words in the DisplayName.
    For example, if there were a Start menu item called "Pretty Decent Windows Program", this would count as a two-word match ("Windows" and "Program").
    It then takes the one with the most matches and decides, "Okay, I guess this is it." Suppose for the sake of illustration that the best match is indeed "Pretty Decent Windows Program.lnk", which is a shortcut to "C:\Program Files\LitWare\Decent Program\Decent.exe". Add/Remove Programs would decide that "Awesome Program for Windows" should get the icon for "Pretty Decent Windows Program.lnk", that the frequency of use and most-recently-used information for "C:\Program Files\LitWare\Decent Program\Decent.exe" will be displayed for "Awesome Program for Windows".
    </quote>
    It's nice that MS has dropped this feature in Windows 7.
    Ramesh Srinivasan, Microsoft MVP [Windows Desktop Experience]

  • BW Statistics and Technical Content

    HI,
    I am working on BI 7.0.
    I understand both BW statistics and Technical content are used to monitor the system status to improve performance. But what I dont get is teh exact difference between these two.
    BW statistics provides the follwing Dataprovider:
    0BWTC_C02     BW Statistics - OLAP
    0BWTC_C03     BW Statistics - OLAP, Detail Navigation
    0BWTC_C04     BW Statistics - Aggregates
    0BWTC_C05     BW Statistics - WHM
    0BWTC_C09     BW Statistics: Condensing InfoCubes
    0BWTC_C11     BW Statistics: Deleting Data from InfoCubes
    Whereas Technical content provides following:
    0TCT_C03     Data Manager Statistics (Details)
    0TCT_C22     DTP Statistics
    0TCT_C01     Front End and OLAP Statistics (Aggregated)
    0TCT_C02     Front End and OLAP Statistics (Details)
    0TCT_C23     Infopackage Statistics
    0TCT_C21     Process Chain Statistics
    Please advice
    Regards
    Pankaj

    Thanks...
    but in the following link of 7.0 saphelp, it still shows the BW statistics cube 0BWTC* and so is the confusion whether to use 0BWTC* also aprt from using 0TCT*
    http://help.sap.com/saphelp_nw70/helpdata/en/44/10cb9a8f345cf9e10000000a155369/frameset.htm
    Regards
    Pankaj

  • BW Technical Statistics

    Hi,
    I would like to create a report which gives the number of hits(OLAP Navigations) in a particular area of reporting say HRMS,Supply,Finance based on a maintained hirarchy under 0TCTQUERY. Based on technical content.
    Help would be highly appreciated.
    Shilpa.

    hai
      implement the SAP BW STATISTICS . there u have n no of reports and i very sure that will solve your issue.
      link for the implementation of the BW STATISTICS is
    below.
    http://help.sap.com/saphelp_nw04/helpdata/en/d1/e81c3b85e6e939e10000000a11402f/frameset.htm
    hope this helps
    Rgds,
    RAvindra.

  • Sap bw statistics

    hi to all,
    can you give me the clear idea about BW STATISTICS.
    CAN U SEND the details to my mail id : [email protected]
    regards
    civa

    Civa
    Welcome to SDN
    We use BW statistics to evaluate the fundamental functional areas of the Business Information Warehouse.
    BW statistics provides you with the following options that allow you to evaluate data from both the OLAP processor and warehouse management. You are able to
    ·        get an overview of how InfoProviders, InfoObjects, InfoSources, source systems, queries, and aggregates are used
    ·        determine the system performance and improve it
    ·        improve the way in which aggregates are selected and used and reduce the cost of updating them
    Please check these threads
    http://help.sap.com/saphelp_nw04s/helpdata/en/e5/2d1e3bd129be04e10000000a114084/content.htm
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5401ab90-0201-0010-b394-99ffdb15235b
    Some of the Statistic Cubes are
    0BWTC_C05    BW Statistics - WHM
    0BWTC_C04    BW Statistics - Aggregates
    0BWTC_C02    BW Statistics – OLAP
    Hope this helps
    Thnaks
    Sat

  • Frontend Trend Monitoring - Monthly trends for queries

    I am currently working on a front end, to get result for the Top 10 Worst Performing Queries.
    I need to get the query for each and every month as per the user specification, in a Descending order for every month.
    I think, it is not possible to get the results for all the queries, for all the months at one go.
    Please let me know, if it is possible.
    The important thing is that, I need to present the above obtained data, in a graphical manner, for trend analysis.

    Hello Hitesh,
    Better to install Technical Business content, BW Statistics - 0BWTC_C10 is the multiprovider . To get reports on queries you can install  0BWTC_C03 cube- BW-Statistics OLAP,Detail Navigation.
    Hope this gives you some idea....
    Cheers
    SRS

  • Standard tables used for Aggregates

    Could anyone please help give me a list of all the STANDARD TABLE which are associated with AGGREGATES in BIW 3.x.

    Hi,
    RSDDAGGR                       Status of the active aggregates in the Infocube
    RSDDAGGRCOMP                   Description of the aggregates
    RSDDAGGRDIR                    Directory of the aggregates
    RSDDAGGRDIR_M                  Directory of the aggregates
    RSDDAGGREF                     Aggregates, useable InfoObjects
    RSDDAGGRENQUEQUE               Table to define lock argument
    RSDDAGGRMODSTATE               Status of change run for aggregates
    RSDDAGGRT                      Aggregate texts
    RSDDCVERREPAGGR                Aggregates that should be refilled after c
    RSDDSTATAGGR                   Statistics data BW for aggregate selection
    RSDDSTATAGGRDEF                Statistics data OLAP: Navigation step / ag
    RSDMESC_AGGR_IND               Aggregated Data: Indexes
    RSDMESC_AGGR_VAL               Aggregated Data: Values for Indexes
    RSDPAGGR                       Index of Dummy Aggregate from InfoCubes wi
    RSICAGGR                       Aggregation management of the IC for the M
    RSICAGGR2                      Aggregation administration for aggregates
    Thanks,
    -VIjay

  • BO migration from BEx reports

    One of my client is running on SAP IS Retail 6.0, and they have few BW reports. Now they are looking for migrating the BEx reports to BO XI.
    They do not want to change anything, but want to port the reports as is to BO from BEx.
    My previous experience of porting BEx reports to BO as is, without puting extra filters of something, to reduce the huge data size images was not good at all.
    Is there any way to have better performance in BO than the current BEx performance, if we want to port the reports as is without any structural change?
    Please share your experience with me.

    My company is running Webi reports using BOBJ XI 3.1 (up to current fixpack level) on SAP BI 7.01 EHP1-SP5. This config gives 50% reduction in Memory, 30% improvement in runtimes, on average compared to 7.0 BI, according to SAP. But is it good enough for full corporate deployment?
    My understanding of the Webi <-> SAP BI architecture is that we still have a large image sent to the XI Box from the query -> universe -> Webi report refresh. The big flaw here in my view is that Webi is disconnected from the OLAP database tables after the refresh, thus must 'image' everything the report requires, in our case into a 32 bit Windows NT box. 
    This is quite different from the SAP BI OLAP front-end model, in which user navigations are threaded in various ways (sometimes from cache, from aggregates, from indexes on the DSO characteristics etc), as we can see in our BI OLAP processing steps in BI statistics.
    After the Webi refresh, there are no 'threads', or calls, back to BI ABAP tables, as the Webi report has to represent all the potential navigation in the MDX model. For this reason it seems a fundamentally resource-intensive architecture, that can induce instability when very large sets of data are retrieved in concurrent user sessions. By "large"  think of the 'cubed' size (count of characteristics X count of key figures X number of transactions).
    If user activity results in concurrent refresh calls to generate large report 'images' from SAP BI, I have observed 100% CPU freeze in BOBJ XI, and user lockout until resources are again freed up, which can take a very long time for certain reports. Subsequently when the large images are subjected to user OLAP navigations, CPU processing again will spike.
    When running large image reports, the Webi performance has been an 'order of magnitude' slower than our reports running on ABAP web. Unfortunately, the risk is greater than just slow performance - there is the CPU and memory resources that are engaged during that extended processing interval as well.
    Much depends on the normal level of user activity. This is a matter of simple statistics. Say your overalll production BI system load averages ten users per hour running reports. If Webi report runtime averages 30 minutes per refresh, and BEx ABAP runs in 5 minutes, the probabillity of concurrent resource collisions is much higher - from 10% to 50%, thus the situation can snowball rapidly.
    I think SAP is working very hard on this problem, but has issued guidance as recently as May 2009,  that if you have current BEx reports that are working, don't migrate them all yet. Unfortunately our users are anxious to run everything in the Webi tool, because it is indeed a super user interface.
    However, customers have until 2016 until the Bex tools are phased out. Interviewed by Searchsap, Jonathan Becher, SAP Sr. VP, said, "There are lots of scenarios that BEx does just fine, if you're confident using BEx, don't rush."  The same article also quoted Cindy Coyle of Coors, who had tested the Webi BOBJ: ""Don't go near Business Objects [until you get a BWA]," Coyle said, "because it'll only add more performance problems on top of what's there today." Article: http://bit.ly/2HJUqf
    Edited by: Douglas Grant on Oct 18, 2009 7:26 PM
    Edited by: Douglas Grant on Oct 19, 2009 9:51 AM

  • INACTIVE USERS

    Hi gurus,
    its urgent, pls help me.
    i have to create a report on bw statistics (i know the procedure and using bw statistic standard reports also) i have to find out
    1.  Inactive users (Never Access the system).
    2.  Reports that failed
    3.  Cube Sizes, Growth trends and Free disk space
    Thanks in advance for your help
    regards
    mahi

    Hi Mahesh,
            <b>The BW Statistics – OLAP InfoCube (Technical name: 0BWTC_C02) contains data arising from the
    execution of queries.
    Reporting on this InfoCube enables you to see how often a particular InfoCube or query is used.
    Detailed information is also available, about run times, data volumes and users.</b>
    Refer this link for information on the Characteristics and Key Figures of this Infocube.
    http://help.sap.com/saphelp_nw04/helpdata/en/52/e91c3b85e6e939e10000000a11402f/frameset.htm
    You can refer TBW10 - Data Warehousing.
    It contains detailed information on BW Statistics and BW Data slice.
    Most BW Statistics queries are assigned to the BW Statistics MultiProvider.
    Some other queries are assigned to the InfoCube BW Statistics - OLAP,
    Detail Navigation and to the InfoCube BW Metadata.
    <b>At user level, you can analyse</b>
    1) Which users are currently working in the system?
    2) Which departments or users have used BW within a particular time period?
    <b>You can get information about Inactive users from this.</b>
    <b>You can get information about queries, whose runtime has overshot a specified value for
    online-processing.</b>
    <b>BW Statistics: Workbook</b>
    The 'BW Statistics' workbook is also delivered with Technical Content which contains
    many queries and charts for analysis.
    You can analyze Usage(By users/By Day, By Queries/ By Run time/ By Infocubes etc),
    Data Volumes and Load etc.
    Hope this helps.
    Regards
    Hari
    Message was edited by: Hari Krishnan K
    Message was edited by: Hari Krishnan K

  • BI: How many bytes consumes an Infocube or DSO in Database

    Hi Colleagues,
    is there an easy way, to find out, how many MB an Infocube or an DSO consumes actually on DB.
    Thanks ans regards,
    Wolfgang

    Well yes ST14 can take a while to run, but this is largely dependent on data volumes, so while it might be 15 hrs on one BW, it might be 1 hr on another.  There are some parallel processing options on it as well.
    Should look something like this:
    | Table     4579106BTRUMUEWFXNF4F37Z5 / ABW / BASIS / 00012                                                                                |
    | InfoCube  | OBJVERS | OBJSTAT | INFOAREA     | CUBETYPE | Size (KB) | TXTLG                                             | TRANSACT | LASTUSED       | No.of Aggr | Size of all | Total Size  |
    |           |         |         |              |          |           |                                                   |          |                |            | Aggregates  | (Cube+Aggr) |
    | ZSEM_C53  | A       | ACT     | ZSEM_OTHER   | B        |    477184 | HR - Positions Staging Cube                       |          | 20070227190205 |         0  |           0 |      477184 |
    | ZIC_C03   | A       | ACT     | 0MMIC        | B        |    223744 | Material Stocks/Movements (base cube)             |          |              0 |         0  |           0 |      223744 |
    | ZSEM_T72  | A       | ACT     | ZSEM_AGENCY  | B        |    220480 | Complement Planning                               | X        | 20050811134630 |         0  |           0 |      220480 |
    | 0PUR_C04  | A       | ACT     | 0MMPUR       | B        |    188480 | Purchasing groups                                 |          | 20070320125327 |        14  |       10944 |      199424 |
    | 0PUR_C01  | A       | ACT     | 0MMPUR       | B        |    176448 | Purchasing data                                   |          | 20070320131733 |         0  |           0 |      176448 |
    | ZPY_C71   | A       | ACT     | 0PY          | B        |    163200 | Agency Pay File Data                              |          | 20070319134342 |         3  |       36864 |      200064 |
    | 0BBP_C02  | A       | ACT     | 0BBP         | B        |    160896 | e-Procurement Account Assignment - Totals Records |          | 20070301183309 |         0  |           0 |      160896 |
    | 0BBP_C01  | A       | ACT     | 0BBP         | B        |    157440 | Global Spend (Point-to-Point Connect.)            |          | 20070301182545 |         0  |           0 |      157440 |
    | ZAP_CTW1  | A       | ACT     | 0FIAP        | B        |    145600 | Accounts Payable:  Treasury Warrant Cube          |          | 20070316114612 |         0  |           0 |      145600 |
    | ZFM_C31   | A       | ACT     | 0PU_FM       | B        |    113472 | FM Commitments                                    |          | 20060713125055 |         2  |       76032 |      189504 |
    | ZIC_C10   | A       | ACT     | 0PM          | B        |    112000 | PM Material Stocks/Movements                      |          | 20070308184140 |         0  |           0 |      112000 |
    | ZFM_C54   | A       | ACT     | 0PU_FM       | B        |    105088 | FM Revenue Detail                                 |          | 20060912172444 |         0  |           0 |      105088 |
    | ZSEM_T54  | A       | ACT     | ZSEM_CENTRAL | B        |    104704 | HR Information - OB Position Planning             | X        | 20060119152421 |         0  |           0 |      104704 |
    | ZSL_C51   | A       | ACT     | ZFISL        | B        |     93440 | Special Ledger                                    |          | 20070307130939 |         2  |        1344 |       94784 |
    | 0BWTC_C03 | A       | ACT     | 0BWTCT_STA   | B        |     82624 | BW Statistics - OLAP, Detail Navigation           |          | 20050214185737 |         0  |           0 |       82624 |
    | ZFIGL_C05 | A       | ACT     | 0FIGL        | B        |     75968 | FI_GL  General Ledger Summary                     |          | 20060707185959 |         2  |        1344 |       77312 |
    | 0BWTC_C02 | A       | ACT     | 0BWTCT_STA   | B        |     75136 | BW Statistics - OLAP                              |          | 20070124163534 |         0  |           0 |       75136 |
    | 0PACM_C01 | A       | ACT     | 0PACM        | B        |     63296 | Compensation analyses                             |          |              0 |         0  |           0 |       63296 |
    | 0BWTC_C05 | A       | ACT     | 0BWTCT_STA   | B        |     55680 | BW Statistics - WHM                               |          | 20040607184054 |         0  |           0 |       55680 |
    | 0PA_C01   | A       | ACT     | 0PAPA        | B        |     48128 | Headcount and personnel action                    |          | 20060517142649 |         0  |           0 |       48128 |
    | ZFM_C52   | A       | ACT     | 0PU_FM       | B        |     47040 | FM Commitments and Actuals                        |          | 20070117141606 |         2  |       15424 |       62464 |
    | 0BWTC_C07 | A       | ACT     | 0BWTCT_MON   | B        |     37376 | Requests in the InfoCube                          |          | 20060606175259 |         0  |           0 |       37376 |
    | ZSEM_C51  | A       | ACT     | ZSEM_PROJ    | B        |     36864 | Agency Budget Projections - Payroll Staging       |          | 20060310184444 |         0  |           0 |       36864 |
    | ZSEM_T53  | A       | ACT     | ZSEM_PROJ    | B        |     33024 | Pre-closing                                       | X        | 20060804173232 |         0  |           0 |       33024 |
    | ZFIAR_C05 | A       | ACT     | 0FIAR        | B        |     32000 | FI_AR Accounts Receivable - Customer              |          | 20061207190346 |         2  |        1344 |       33344 |
    | ZSEM_T51  | A       | ACT     | ZSEM_CENTRAL | B        |     28032 | OB Budget Preparation                             | X        | 20060726015528 |         0  |           0 |       28032 |
    | ZFM_C53   | A       | ACT     | 0PU_FM       | B        |     25600 | FM Historical Budget and Actuals                  |          | 20060712115320 |         2  |         832 |       26432 |
    | 0SEMBPSPF | A       | ACT     | 0SEM_BPS     | B        |     24832 | SEM BPS techn. Performance                        |          |              0 |         0  |           0 |       24832 |
    | ZSLFM_C51 | A       | ACT     | ZFISL        | B        |     23296 | Expenditure Estimation for GAAP - SL with FM      |          | 20070109164847 |         0  |           0 |       23296 |
    | 0FIAA_C04 | A       | ACT     | 0FIAA        | B        |     22784 | Annual values and transactions                    |          |              0 |         0  |           0 |       22784 |

  • Precalculated web template - how to use it

    Hello everybody,
    i need your advice on how to correctly use the feature of precalculated webtemplate.
    I have following situation:
    we have created a pretty compliacted web template, which must be optimized on performance.
    The rule should be: current month data should be available as precalculated webtemplate. people will access the web template with borwser (it will be not send via emial)
    Below my questions:
    1) How to call the precalclauted web template (if variable is part of report)
    I was playing around with this prcealculation fueature and got to the result that the only way to call a precalculated web template if we use variables, is to include the variable and variable value into the URL string
    Is this true?
    Any other ideas how to call a precalculated web template
    2) How to define flexibly the precalculation variant
    Right now I have define up to 22 variants for each month (for eachworking day of the month).
    For new month i have to define new variants.
    My idea is to have it flexible: define one variant for each day of the month. As the month changes, the variants should consist of new dates (for the new month). This should happen automatically. Maybe with ABAP program.
    Any idea how to do it?
    Maybe anyone has batter idea how to mange the precalculation for given dates
    TIA
    pawel

    hi Kavi,
    precalculated webtemplate can be said 'produce' query result first in the background, the 'calcuated' result stored in HTML format (statis), so will speed up report access without execute olap query/accessing database.
    the 'disadvantage' is no olap navigation.
    use via 'reporting agent'.
    there is specific pdf doc for precalculate webtempate in sdn forum, point you later.
    http://help.sap.com/saphelp_nw04s/helpdata/en/28/734d3caa70ea6fe10000000a114084/frameset.htm
    http://help.sap.com/saphelp_nw04s/helpdata/en/9e/9f653ade969f4de10000000a114084/content.htm
    simply wad can be said is editor for webtemplate.
    The BEx Web Application Designer is a desktop application for creating Web applications with BW-specific contents. Using the BEx Web Application Designer, you can create an HTML page that contains contents such as various tables, charts or maps.
    http://help.sap.com/saphelp_nw04s/helpdata/en/16/a6fe41b227096fe10000000a155106/frameset.htm 
    http://help.sap.com/saphelp_nw04s/helpdata/en/a9/71563c3f65b318e10000000a114084/frameset.htm
    http://help.sap.com/saphelp_nw04s/helpdata/en/1a/456a3badc1b315e10000000a114084/frameset.htm

Maybe you are looking for

  • Save as PDF and Nothing appears

    I am using these two templatses in Illustrator CS3 to create a tri-fold brochure. Everything has been going pretty good, slow but good. Then I went to see how my brochure would look when I saved it as a PDF. Then when I open the newly created PDF not

  • Scanned Quantity Based on Invoice No and Material.

    Hi Experts, Document No Bill Type INVOICE NO Material Serial No Invoiced Qty 0ROWCONT 1107540470 F2 1107540470 INVARED500+ 28 10 1 1107540470 F2 1107540470 INVARED500+ 29 10 1 1107540470 F2 1107540470 INVARED500+ 30 10 1 1107540470 F2 1107540470 INVA

  • Win32 Thin Driver Cannot Connect

    Help. I have a strange problem. I have an Oracle 8i running on a Solaris machine. I'm trying to connect to it from a Windows 95 machine using the Oracle thin driver. The connection works several times but then I start getting "SQLException: The Netwo

  • SOA Suite queuing mechanism?

    Hi, We have an integration project where we need a queuing mechanism. Transactions come in during the day. Some of them should be transformed and routed to one of the target systems, but some of them need to be pause and first be routed during the ev

  • User/ Administrator Permissions and Log In.

    I have a new Mac book Pro. I am trying to find a definitive answer to my dilemma. Currently I log on with full administrator privileges,but I have read that this is dangerous and that I should create a separate user account. I am fairly comfortable w