Technical Content 0TCT_MC23 Monitor Infopackage runtime over a time row

Hello Experts,
I try to make a query on the Multicube 0TCT_MC23.
I want to find out the runtime over several days for an Infopackage loading from source system, e.g. Y_2LIS_13_VDITM to an ODS.
To make it more flexible than the standardqueries I create my on query with some varaibles for source object, target, object and so on.
Now I have some questions:
1. Which calculation should I do for the runtime of the Infopackage in munutes/seconds?
   I would like to see the same time as I see in the monitor for the Infopackage run in the header information,
e.g.    Runtime      40m 12s = 0.28 % of the previo
(The keyfigure: 'End Timestamp' is not corresponding with the information from the Infopackage monitor,
The keyfigure 'Duration' is also not corresponing)
2. I also would like to differentiate the times on the source system and the times on BW system. Therefore I use the characteristic: Trans. type (WHM) 0TCTWHMACT with the content:
000                                                                               
010      Processing in the Source System  
600       InfoCube Reconstruction                          
900       Total Process        
So who can explain me the meaning of this, e.g.  the entry 900 (Total process) is the sum of what?
or a documentation link would be helpfull.
Edited by: Eva Haake on Nov 24, 2008 1:27 PM

Hi,
Oh, I'am sorry:
I don't have an actual problem with a step in a process chain.
What I'am going to do is:
Monitor the performance of my daily loading processes.
I just want to have more information about the performance of the steps in my loading process and monitor these steps over several days / weeks.
So some hints for the technical content and especially for 0TCTWHMACT information would be helpfull.
Eva

Similar Messages

  • Report on Technical Content

    Hi BW BeX Gurus,
       Daily we have dataloads for 8 hrs. After the dataloads we prepare a checklist by going into Manage Datatargets screen for each datatarget(Cubes and ODS's),then we note down number of records transferred and added . This is how we do it MANUALLY on daily basis.
    This is quite lenghty process.
       Now can we automate the above process by creating
    a report one at a shot to get all the transfered/added records for all the datatargets loaded with data on daily basis ?
       Is it possible by creating a query over Technical statistics cube? If there are anyother solutions Please
    let me know.
    Cheers
    Thx in Advance
    Rajesh

    Hi,
    A customised tool using ABAP is very much possible to develop. But I would suggets its better to get details from the tables that have the informations on data load instead of the Technical Content Cube.
    Check tables like:
    RSDDSTATWHM , RSREQDONE.
    This tool can have features like:
    1. User can give the datasource name or Infosource name or Data target name or a date range or just a single date to get a report on the data load details like the Infopackage name, datasource name, type of load, number of records loaded, status of the load, process chain name if that infopackage is within a process chain, start time of the load, finish time of the load etc.
    2. You can use this tool everyday even for monitoring the any data load to know the complete information related to a data load based on the input criteria mentioned in point 1.
    One more solution is to use RSDDSTAT* tables data to be loaded into Technical Copntent cube and use BEx for reporting for this cube.
    assign points if useful ***
    Thanks,
    Raj

  • Technical Content(Statistics)

    Hi,
    Previously I installed the BI statistics manually (not over SPRO). During the activation the system created datasources in all conected systems like R/3 dev. system. Also the activated process chains include the delta loads from these R/3 based datasources.
    My doubt is, the existing dataload steps in the process chains might be wrong. Can anyone tell me which datasources should be used from R3 side and which should be the BW based?
    The process chains I mentioned are:
    Content Master Data
    System Master Data
    Data Load Statistics - Delta
    Load Statictics Data Delta
    Query Runtime Statistics - Delta
    Thanks
    Senoy

    Senoy,
    Statistics load from BW only. Not from R/3. all data sources are from BW only.
    Please check:
    [BI7: Administration Cockpit Technical Content BI Statistics|http://sapbwneelam.blogspot.com/2008/10/administration-cockpit-technical.html]
    [BW 3.5: How to setup bw statistics|https://www.box.net/shared/us1b13ijq2]
    Hope it Helps
    Srini
    [Dont forget to close the call by assigning poings.... - Food for Points: Make a Difference through Community Contribution!|https://www.sdn.sap.com/irj/sdn/index?rid=/webcontent/uuid/007928c5-c4ef-2a10-d9a3-8109ae621a82]

  • Technical Content - Query Execution

    Hi,
    I have recently activated the Technical Content.
    How do I identify the number of the times the query has been executed by the user? I found one column 'Number of Navigations' in the BW-Statistics workbook. What is this meant for ?
    Thanks
    Ramesh Ganji

    hi Ramesh,
    oss note 130696 -Performance trace in BW-Helps may explain the meaning.
    to identify number of times query executed, there is keyfigure 0TCTSTAUIK - frequency,
    check if helps business content query 0BWTC_C10_Q021
    http://help.sap.com/saphelp_nw2004s/helpdata/en/68/84353cf261303de10000000a11402f/frameset.htm
    you can utilize infoobjects OTCTQUERY, 0TCTSTAUIK (frequency), 0TCTUSERNM, 0TCTNAVCTR from multiprovider 0BWTC_C10
    most user-run queries
    130696 -Performance trace in BW-Helps
    Symptom
    How can you monitor the performance of a query in BW?
    Other terms
    Performance, tracing, BW, query, report, time
    Solution
    1) Activate the saving of statistical data for each InfoCube
    -> BW Admin Workbench - Tools -> BW Statistics for Infoproviders ->
    Select the "OLAP" field for the InfoCube.
    3) Execute report/query
    2) Analyze the RSDDSTAT table using Transaction SE16
    Access, for example, using the InfoCube name or the user name or the
    timestamp
    1. Times that are saved:
    QTIMEOLAPINIT
    Time of the initialization of the query (for example, loading query in OLAP, compiling if required)
    QTIMEOLAP
    Time that the OLAP processor required
    QTIMEDB
    Time the database + network required to select the transaction data. The time is measured from when the SQL command is send to the database, and it is stopped when the requested data reaches the application server. This time therefore includes the transport on the network and the selection on the database.
    QTIMEVARDP
    Time the user required to enter the variables
    QTIMEUSER
    Time the user required between the navigation steps
    QTIMECLIENT
    Time of data formatting in the frontend
    The time measurment starts when the OLAP processor has completed the data formatting. The data is then sent to the frontend (EXCEL). The time is stopped when the frontend (BW add-in in EXCEL) has inserted all data in the worksheets (writing the contents and formatting cell, if required). The time therefore includes the transport on the network with the RFC connection and the output in the frontend.
    TIMECHAVLREAD
    Time required to read master data
    TIMEAUTHCHECK
    Runtime of the authorization check.
    TIMEREST
    Time that could not be assigned in more detail (should be equal to 0; if this is not the case, something in the internal processing of the OLAP processor occured differently than expected.)
    QRUNTIMECATEGORY
    Time of a navigation step (QTIMEOLAPINIT + QTIMEOLAP + QTIMEDB + QTIMEEXCEL + QTIMECHAVLREAD) rounded to the next higher scaling (1,10,100,1000 ... seconds). As of 1.2B, this is rounded to 1,2,3, ... 10,20,30,...100,200,300,... seconds.
    1. Data regarding the size of the query:
    QDBSEL
    Number of the records that had to be read on the database
    QDBTRANS
    Number of records that the database transferred to the server
    QNUMCELLS
    Number of cells that were transferred to the frontend
    QNUMRANGES
    Number of formattings that were transferred to the frontend
    RECCHAVLREAD
    Number of master data records to be read
    1. In addition, the following is saved:
    QAGGRUSED
    Name of the aggregate used
    QNACHLESEN
    Indicator: Query reads during each navigation step
    1. Administrative information
    STATUID
    Key of the table; link in view RSDDSTAT_V
    QSESSION
    All data for a call of the frontend (between start and end of the frontend) is compounded with this unique GUID.
    QNAVSTEP
    The navigation steps of a QSESSION are numbered in ascending order
    QNUMOLAPREADS
    Number of read operations OLAP processor for each navigation step
    HANDLE
    In the frontend, each embedded query has a separate, sequential number (handle)
    If you want to analyze a certain query, start it and filter the values from the table afterwards: Selection options: infocube, user name, queryid (can be determined in the report monitor (Transaction RSRT)-> Technical information). The STARTTIME (UTC time) tells you whether you have found the correct session.
    You can recognize a session because the QSESSION is always assigned the same ID. The sequence of the navigation steps is saved in QNAVSTEP. However, you can also determine it using the STARTTIME.

  • Help to find the technical Content

    I want to install Technical Content in BI 7.0 system, I ran the job RSTCC_ACTIVATE_ADMIN_COCKPIT and it is running, now after
    this what are the steps. I need
    1. 0TCT_C01 what is mapping datasource 0tct_ds01 but i do not find this when i go to TR- RSOR in BI Content installation.
    I guess it will after the job RSTCC_ACTIVATE_ADMIN_COCKPIT is finished
    also i think i have to install  the process chains manually in RSOR
    Please guide me since I want to see the loading time for all my DTP's and Infopakages can i use
    "Runtimes of BI Application Objects" Report, what is OLAP Time is it the the time it took for extarction
    Below is my requirement: Please help how to go about this
    1. Data Load Time for New GL Model for all IP'S and DTP's per dat loading
    2. How Many Users use the New GL report
    3. How many infoobject are used in report
    Thanks
    Poonam Roy

    Hi Poonam Roy,
    Whole installation is defined in the note 934848. Once the installation is done you need to schedule the process chains to load the cubes.
    Relevant documents:
    1004166: Missing documents in help portal for Admin Cockpit
    BI Query Runtime Statistics :
    http://help.sap.com/saphelp_nw2004s/helpdata/en/43/e3807a6df402d3e10000000a1553f7/frameset.htm
    Admin Cockpit:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/44/08a75d19e32d2fe10000000a11466f/frameset.htm
    "Runtimes of BI Application Objects" gives the runtime of the BI application object i.e Workbooks and Templates.
    1. Data Load Time for New GL Model for all IP'S and DTP's per dat loading
    ANS: Check the queries defined on the cube 0TCT_MC22 & 0TCT_MC23.
    2. How Many Users use the New GL report
    ANS: Build your our query on the cube 0TCT_MC01 all the relevant information is present there.
    Regards,
    Srilatha

  • 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

  • Technical Content Activation failed

    Hi guys,
    I tried to activate Technical Content via SPRO's Activate Technical Content in SAP NetWeaver BI.
    However, I am facing with these problems:
    1. If I choose only Activate SAPI DataSources, I will get a time out.
    2. If I choose only Activate Technical Content, I will get the following error message:
    Runtime Errors         UNCAUGHT_EXCEPTION                                        
    Exception              CX_RS_VERSION_NOT_FOUND                                   
    Date and Time          23.07.2008 09:38:27                                                                               
    Short text                                                                      
         An exception occurred that was not caught.                                                                               
    What happened?                                                                  
         The exception 'CX_RS_VERSION_NOT_FOUND' was raised, but it was not caught   
          anywhere along                                                             
         the call hierarchy.                                                                               
    Since exceptions represent error situations and this error was not          
         adequately responded to, the running ABAP program                           
          'CL_RSSM_LOADING===============CP' has to be                               
         terminated.                                                                               
    What can you do?                                                                
         Note down which actions and inputs caused the error.                                                                               
    To process the problem further, contact you SAP system                      
         administrator.                                                                               
    Using Transaction ST22 for ABAP Dump Analysis, you can look                 
         at and manage termination messages, and you can also                        
         keep them for a long time.                                                                               
    Error analysis                                                                       
        An exception occurred that is explained in detail below.                         
        The exception, which is assigned to class 'CX_RS_VERSION_NOT_FOUND', was not     
         caught in                                                                       
        procedure "CHANGE_VARIANT" "(METHOD)", nor was it propagated by a RAISING        
         clause.                                                                         
        Since the caller of the procedure could not have anticipated that the            
        exception would occur, the current program is terminated.                        
        The reason for the exception is:                                                 
        Object   could not be found in version                                                                               
    How to correct the error                                                                               
    If the error occures in a non-modified SAP program, you may be able to           
        find an interim solution in an SAP Note.                                         
        If you have access to SAP Notes, carry out a search with the following           
        keywords:                                                                               
    "UNCAUGHT_EXCEPTION" "CX_RS_VERSION_NOT_FOUND"                                   
        "CL_RSSM_LOADING===============CP" or "CL_RSSM_LOADING===============CM00G"      
        "IF_RSPC_TRANSPORT~KEY_CHANGE"                                                                               
    If you cannot solve the problem yourself and want to send an error               
        notification to SAP, include the following information:                                                                               
    1. The description of the current problem (short dump)                                                                               
    To save the description, choose "System->List->Save->Local File               
      (Unconverted)".                                                                               
    2. Corresponding system log                                                                               
    Display the system log by calling transaction SM21.                           
         Restrict the time interval to 10 minutes before and five minutes              
      after the short dump. Then choose "System->List->Save->Local File                
      (Unconverted)".                                                                               
    3. If the problem occurs in a problem of your own or a modified SAP              
      program: The source code of the program                                          
         In the editor, choose "Utilities->More                                        
      Utilities->Upload/Download->Download".                                                                               
    4. Details about the conditions under which the error occurred or which          
      actions and input led to the error.                                                                               
    The exception must either be prevented, caught within proedure                   
      "CHANGE_VARIANT" "(METHOD)", or its possible occurrence must be declared in the  
      RAISING clause of the procedure.                                                 
      To prevent the exception, note the following:                                                                               
    Can someone help to me solve both problems???Thanks!!

    Hi,
    Aks your Basis person to look into the dump in tcode ST22. Also you can check in the SAP notes for error message displayed in the dump. There you find the correction notes.
    Mostly this problem is related to Service packs.
    Regards,
    Sreenivas.

  • Technical Content Activation Failed in BI7

    Dear experts,
    Basically, I have posted this question in another category but the response is very disappointing. So I though of moving the question to here.
    I am using SAPKW70015 i.e. Release 15. I tried to activate Technical Content via SPRO's Activate Technical Content in SAP NetWeaver BI.
    However, I am facing with these problems:
    1. If I choose only Activate SAPI DataSources, I will get a time out.
    2. If I choose only Activate Technical Content, I will get the following error message:
    Runtime Errors UNCAUGHT_EXCEPTION
    Exception CX_RS_VERSION_NOT_FOUND
    Date and Time 23.07.2008 09:38:27
    Short text
    An exception occurred that was not caught.
    What happened?
    The exception 'CX_RS_VERSION_NOT_FOUND' was raised, but it was not caught
    anywhere along
    the call hierarchy.
    Since exceptions represent error situations and this error was not
    adequately responded to, the running ABAP program
    'CL_RSSM_LOADING===============CP' has to be
    terminated.
    What can you do?
    Note down which actions and inputs caused the error.
    To process the problem further, contact you SAP system
    administrator.
    Using Transaction ST22 for ABAP Dump Analysis, you can look
    at and manage termination messages, and you can also
    keep them for a long time.
    Error analysis
    An exception occurred that is explained in detail below.
    The exception, which is assigned to class 'CX_RS_VERSION_NOT_FOUND', was not
    caught in
    procedure "CHANGE_VARIANT" "(METHOD)", nor was it propagated by a RAISING
    clause.
    Since the caller of the procedure could not have anticipated that the
    exception would occur, the current program is terminated.
    The reason for the exception is:
    Object could not be found in version
    How to correct the error
    If the error occures in a non-modified SAP program, you may be able to
    find an interim solution in an SAP Note.
    If you have access to SAP Notes, carry out a search with the following
    keywords:
    "UNCAUGHT_EXCEPTION" "CX_RS_VERSION_NOT_FOUND"
    "CL_RSSM_LOADING===============CP" or "CL_RSSM_LOADING===============CM00G"
    "IF_RSPC_TRANSPORT~KEY_CHANGE"
    If you cannot solve the problem yourself and want to send an error
    notification to SAP, include the following information:
    1. The description of the current problem (short dump)
    To save the description, choose "System->List->Save->Local File
    (Unconverted)".
    2. Corresponding system log
    Display the system log by calling transaction SM21.
    Restrict the time interval to 10 minutes before and five minutes
    after the short dump. Then choose "System->List->Save->Local File
    (Unconverted)".
    3. If the problem occurs in a problem of your own or a modified SAP
    program: The source code of the program
    In the editor, choose "Utilities->More
    Utilities->Upload/Download->Download".
    4. Details about the conditions under which the error occurred or which
    actions and input led to the error.
    The exception must either be prevented, caught within proedure
    "CHANGE_VARIANT" "(METHOD)", or its possible occurrence must be declared in the
    RAISING clause of the procedure.
    To prevent the exception, note the following:
    Can someone help to me solve both problems???Thanks!!

    Hi,
    Aks your Basis person to look into the dump in tcode ST22. Also you can check in the SAP notes for error message displayed in the dump. There you find the correction notes.
    Mostly this problem is related to Service packs.
    Regards,
    Sreenivas.

  • Statistics technical content activation issue with MD process chain in BI7

    Hi,
    Let me give you history of the issue first.
    I had to activate the Statistics in BI7. I followed the SAP Note 965386 and activated the Technical Content.
    Faced activation issues in MD process chain, Content Master Data-0TCT_MD_C_FULL_P01. It dint get activated, Followed the SAP note 1065919, which asked me to remove the below process from RSPC and activate it.
    Load data- Process Variant Attribute and
    Load data- Process Variant Text.
    I did the same and it got activated after removing them.
    Issue is. Later knew that manually activating the Process chain from Content would have activated those Infopackages aswell.
    Now how should I get those processes into the chain and activate? Based on your suggestions, I can let you know what all I have been trying to fix it?
    Relying on you for solution.
    Thanks
    Pavan

    Thank You Neethika,
    I have this issue solved. I replicated the data sources, activated those infoPackages manually and then added those variants into the process chain manually. So my MD chain now has all the necessary process.
    Now i need to schedule them and see if it runs with out any errors. I will keep this thread open till i run it to take your help if i get any errors while running them.
    Thanks
    Pavan

  • Urgent-Issue with Technical Content.

    Hi experts,
    we have activated the technical content.Now we are Initilize and run deltas with Process Chain.
    Under one of the Infosource loading the datatarget(0BWTC_C02),i have the following standard delivered infopackages
    1) Delta - OLAP Transaction Data
    2) OLAP Transaction Data Initialization
    3) OLAP Transaction Data: Delta Initialization
    4) Transaction Data OLAP - Delta
    5) Transaction Data OLAP - Delta Initialization
    I have checked all these infopackages,i dont see any difference when i tried to compare the selection conditions and datatargets.
    Now my question is
    1) How do i select which infopackage should be in the process chains?
    2) Also do we need to create and delete indexes for the technical content cubes too?
    Please advise
    thanks in advance
    kiran

    Hi sunil,
    I appreciate your reply.
    Issue 1:My question was as i have 5 Standard infopackages with no differences.If you see my first posting.How should i consider which infopackage to choose for in my Process Chain?
    Ex: As i see 3 Init Infopackages witht he same name.How should choose which onfopackage to include for the process chain?
    Also i see 2 delta infopackages witht almost the similar name.How should i consider which infopackage to include for the process chain.
    Issue 2: I do understand that indexes are deleted before loading data for better loading performance and then indexes are created for reporting perfomances.
    But my question was do we have to create/delete indexes for Technical content too.What is the recommended solution?What are the Pros and Cons?
    Hope i am clear with my questions this time.
    thanks in advance
    kiran

  • Aggregates on Technical Content

    Hi Guru's,
    I have installed the Technical Content Cube ( 0BWTC_C05) ,which is for ware house performance monitoring, Now I have to create a process chain to load data into this Infocube. As we are not using the Multiprovider,we cant have the standard queries on this cube. I have created a Query to get the data necessary . I want to create an aggregate for this infocube . How to manage this in the process chain ,and My doubt is if we create the aggr in Dev system, will this be carried to QA system and prd ?? I will be really Glad if any of you can send me the PC Chain used to load this Infocube, as I am not sure what process to include .
    Thanks,
    Krish

    Hi Krish,
    You can transport the aggregates created in Dev to QA and Prod boxes. Also most of the projects do allow the creation of aggregates in Prod/QA also so you can create the aggregates there.
    The load steps for 0BWTC_C05 would be like this:
    1. Load all the attribute/text associated with the cube 0BWTC_C05.
    2. Aplly Hier/Attr Change.
    3. Load the data for 0BWTC_C05.
    Bye
    Dinesh

  • Activating BI technical content

    HI All,
    I have installed BI_CONT 706 on Netweaver 702.I nowwant to activate the technical content.Jjust to check how RSA1 looks like,I ran RSA1 and canceled all the further prompts.The status of the job RS_TCO_ACTIVATION is shown as finished.But I guess the job did not run at all as duration of the job in SM37 is 0 sec and the status in RSTCO_ADMIN is activating.I  ran RSA1 again.But now the promts for activation of the job and other prompts are not coming up.What can I do now to activate the BI content.
    1.Can I re-run the job RS_TCO_ACTIVATION manully like copying the origial job?
    2.Run RSTCO_ADMIN and click on install.Will this option activate the BI content?
    Please guide me.

    Hi Markus,
    Thanks for your response.I have found a doc on the following link for the option you have mentioned.
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/c0e5ca3b-95ce-2b10-4d94-864ab29a8b63
    As per the page 14 on a bove link,Please confirm the activation of BI_CONT involves the following.
    1.Activate the source system.
    2.Replicate data sources.
    3.Repair missing infopackages
    4.Activate technical content.
    5.Schedule Init Process chains
    Regards,
    Dinakar

  • Technical Content and BI statistics

    Hi
    I am installing Technical content. Here i am not sure which one to install. Under technical content infoarea we have
    1.Integrated planning
    2. BI trace tool
    3. Bex personalization
    4. Exchange rates types
    But under under business information warehouse, we have BI statistics and under these we have TCT_C01, C02, C03, TCT_V01, V02 and so on.
    Here i am not sure which one i need to install, would anyone plz guide me thur this.
    Regards
    Annie

    Any replies??
    And also after installing the 0TCT_V01, V02, V03, 0TCT_C01,02,03. from the business content.
    In the infopackages in update tab, by default the "initialize delta process" "without data transfer is selected".
    So should we run initialize delta process withoudt data transfer first and then run delta?
    Regards
    Annie

  • Technical Content - Delta Initialization

    Hi,
    While loading the Technical Content data, Do I need to run the Transactions - Delta Initialization infopackages everytime before I run the delta info packages.
    Please help.
    Thanks
    Ramesh Ganji

    Hi AHP,
    I have executed both with text / without text infopackages for both 0TCTTQUERY & 0TCTQUERID.
    I also checked the query by displaying key and name. Is is showing as #.
    Post that I checked the Statistics cube. In cube some rows are blank without any query name, infocube name. But the frequency is having the value. May be because of this it is showing in the report.
    Thanks
    Ramesh Ganji

  • Steps in Technical Content (0TCT*)

    Hello,
    Please let me know the steps are correct or something is missing.
    1) Activate the Technical content just like business content (say activating cube 0TCT_C03: Data Manager Statistics )
    2) Check the extractor in BW, t-code RSA3 (self system) to see number of records
    3) Load the data using infopackage and schedule delta
    4) Run the standard query on this cube
    Just need some clarification on "Activating Data Transfers for BW Statistics". This can be found in menubar Tools --> BI Statistics Setting. I can understand that here you can activate and de-activate individually the processes for saving and transferring data. But if we dont do this, can't we see the data in reports. Is this mandatory?
    Please advice
    Regards
    Pank SAP

    Hi Pank,
    For all the Queries/Workbooks for which you want to collect Stats and see them in Reports, you have to activate or mark them/relevant Infoproviders in Datawarehousing Workbench.Tools> BI Statistics Settings.
    For the new statistics, you have to determine the objects for which you want to update the statistics and to what level of detail. You call this dialog from the Data Warehousing Workbench. It has changed completely from the previous statistics functionality.
    In addition, you can manually assign a priority to the queries, InfoProviders and process chains. This priority is evaluated in the statistics. This can be used to establish a ranking or to exclude objects from the display in a report.
    Please search in SAP Help, you will get more stuff.
    http://help.sap.com/saphelp_nw70/helpdata/en/43/15c54048035a39e10000000a422035/frameset.htm
    http://help.sap.com/saphelp_nw70/helpdata/en/ef/372242c4e05033e10000000a155106/frameset.htm
    Thanks
    CK

Maybe you are looking for

  • How to use a ".generate" file in JDeveloper 11g ?

    hi Using JDeveloper 11g (11.1.1.0.1) I created a Database Diagram and dropped both SCOTT.EMP and SCOTT.DEPT tables on it, creating Offline Database Objects. After that I used the "Generate..." option from the right-click menu on the SCOTT Offline Dat

  • Built-in camera light always on

    is someone watching me, or what?

  • Using a digital projector

    I am connecting my macbook pro to an epson digital overhead projector and I have had it working for a few months. Today I connected it and it would not work, i tried rebooting changing projectors changing display settings but nothing worked. What cou

  • Two Extremes, Three Expresses: Want Best Coverage & Bandwidth

    My apologies in advance if this is a bit convoluted or poorly articulated, but here goes- I have two AirPort Extreme Base Stations-a newer 802.11n (AEBSn) and an older A1034 saucer model (AEBSg)-as well as three AirPort Express (AX) units. Each of th

  • Location where files are saved

    I have a 500-GB drive that I have my Final Cut Pro Documents folder saved to. 1. Are there any issues with also storing other documents on this same drive, such as backup directories of iTunes, documents, DVD Studio Pro Documents, etc.? 2. If I want