Check Aggregates Indexes

Hi folks,
Some body could helpme?
I need to review all Cubes that not have "Aggregate Indexes".
Question:
Do you know wich TABLE contain this information?, to know faster all my cubes without aggregate indexing?.
Tanks so much

Check Table
RSDCUBE Directory of InfoCubes / InfoProvider
Field/Include
RSDCUBEDBSTAT   InfoCube: DB Performance Parameter
RSDCUBEDBFLAGS     InfoProvider: DB Performance Flags
or Use BAPI FM : BAPI_CUBE_GETDETAIL
Hope this helps.
Vijay.

Similar Messages

  • Aggregate indexes have red status

    After the installation of BW3.5 support pack 19, some of our aggregate indexes have turned red, without any other changes to the cubes.  We also found the same status in RSRV when checking the database indeces.  Running a "correct" in RSRV did not change the red status.  Repairing the aggregate indexes under manage - performance tab under the cube also did not work.  However, deleting, then repairing under the performance tab for the cube was successful.  A week later, we had the same situation.  Although we know how to fix the issue, we are looking for a way to prevent this from happening on an on-going basis.

    Hello Cora,
    Please use any of these functional module to anaylze and fix your issue,
    RSDDK_AUTO_AGGR_CHECK -FM for Automatic Aggregate Check
    RSDDK_AGGR_OF_CUBE_MODIFY - Adjust List of Aggregates for an InfoCube
    RSDDK_CHECK_AGGREGATE -Check Aggregate Against Source
    RSDDK_INDEXES_AGGR_RECREATE - Rebuilds the Indexes for Aggregates Again
    RSDDS_AGGREGATES_MAINTAIN  - Adjust Aggregate to Structural Changes
    To Analyze/repair  Aggr Index
    RSDU_ANALYZE_INFOCUBE_AGGR
    RSDU_AGGREGATE_INDEXES_REPAIR
    Thanks
    Chandran

  • Check DB Indexes failed !!!

    Hi
    We have missing indexes in our cubes hence we are phasing performance issues. When I checked our Process chains ,no PC has created index and drop  index variants.
    I created them and re run the chain and it went succesfully. When I click on " Check DB Indexes" button on Performance tab of each cube all are showing green except one cube.
    Can any one let me know how to fix this. One of my cube is showing red after running the PC .
    Thanks

    Hi Sam,
    In Performance tab, delete the indexes and create them again.
    And be sure to include the Delete index process before loading your cube and Create index process after the load in your Process Chains. This will improve the loading performance too (and avoid deadlock errors with large volume of data).
    Hope this helps.
    Regards,
    Diego

  • Check for index existing

    I'm a DBA working with 3 application developers, they want to know how to check for index existing for certain column
    in a table in their schema,
    one friend told me , to check for index existing for certain column you have to query
    the view dba_ind_columns so you have to be a sysdba user
    but I don't want to grant the application developers the sysdba privilage
    but my friend told me , to avoid grant sysdba to the application developers, they can query the view user_indexes in their schema, but after watching the view user_indexes ,
    it gives me a lot of data but doesn't give me the COLUMN NAME
    how can I solve this problem which is :
    Allow the application developers to check for index existing for certain column in their schema without granting them sysdba privilage.

    You can use that query:
    select ai.index_name INDEX_NAME,
    substr(ic.column_name, 1, 30) COLUMN, ic.column_position POSITION,
    ic.table_name TABLE,
    ai.tablespace_name TABLESPACE
    from all_ind_columns ic, all_indexes ai
    where ai.index_name = ic.index_name and ai.table_name = 'TABLE_NAME' and ai.table_owner='OWNER'

  • Check Missing Indexes

    Hi All,
    We have a Database with many tables using foreign keys. Some of my queries from coldfusion are slow. We are using 11g version.
    It's a way to check for missing indexes?
    I would like to help the database to perform better, I know this is a huge topic but as new in oracle I need to start somewhere.
    Any links or comments will be appreciate it.
    Regards
    Johnny

    i have created a two step process for finding which Foreign key is not indexed
    1. create a table having the ddl of all indexes
    CREATE TABLE INDEX_TXT_TBD AS
    SELECT DBMS_METADATA.GET_DDL('INDEX',INDEX_NAME) TXT FROM USER_INDEXES WHERE INDEX_TYPE='NORMAL' AND INSTR(INDEX_NAME,'$') = 0
    2. create a table which will tell the tablename, columnname (FK) who are not indexed
    CREATE TABLE INDEX_TBD AS
    select distinct
         user_cons_columns.TABLE_NAME,
         user_cons_columns.COLUMN_NAME
    from
         user_cons_columns,
         user_constraints,
         INDEX_TXT_TBD,
    where
         user_constraints.CONSTRAINT_NAME=user_cons_columns.CONSTRAINT_NAME
         and CONSTRAINT_TYPE='R'
         AND INSTR(TXT,'"' || user_cons_columns.TABLE_NAME || '" ("' || user_cons_columns.COLUMN_NAME || '")') = 0

  • Confused by the removal of aggregate/index tables in HANA

    Hiya,
    I've heard that HANA removes the need for aggregate and index tables like BSIS, BSAS, VRPMA etc.
    Is HANA smart enough to do this? Or does Simple finance (sFIN) do this?
    I mean if we were to replace our Oracle DB with HANA would the index tables no longer exist?
    Or would we then need to implement simple finance to then remove the need for index tables?
    Thanks in advance!

    "HANA is just the DB."
    I wouldn't say it's "just" a DB, but for the point we're making here you can say that SAP HANA is mainly used as a DBMS and not as a application platform.
    "To remove index tables, aggregate tables etc you can activate business functions through SFW5 to improve specific lines of business."
    That's not generally true. Some enhancements (like the VBOX removal) are delivered via enhancement packages. These change the software, but typically don't make a new product out of your system.
    "Installation of sFIN, or S/4HANA contain more deeper changes to both the tables and ABAP code - that improve speed and efficiency."
    Nope, these are actual new implementations. These are new programs that do similar things as the former NetWeaver programs. But they are newly written code.
    This allows for much more radical redesign of functionality leading (hopefully) to even more improvements.
    Coming back to your first sentence: the more radical the software changes the more tightly integrated the solution will be with SAP HANA. More and more function will actually run "in" SAP HANA, making it more than just the DB.
    Ok, I hope this didn't increase the confusion again.
    Cheers,
    Lars

  • Error message when checking Aggregates on Info-set based Query

    Hi All,
    I have an Info-set (Inner-join between Info-cube and DSO) based Query. When I checking whethere it is picking up the aggregates (which is created on Info-cube) or not in RSRT, it is giving me following message -
    I>> Row: 23 Inc: SHOW_AGGR_COMPARISON Prog: CL_RSDDK_AGGREGATE_COLLECTION
    RS_EXCEPTION 
    301CL_RSDDK_AGGREGATE_COLLECTION
    SHOW_AGGR_COMPARISON
    I have checked fully that whatever fields I am using in my Query are available in Info-cube's Aggregate.
    Even when I am running same query (which I have created on same Info-cube direclty) in RSRT, it is picking up the aggregates.
    I have put the Request status 'Rolled up data (Rollup)' in Info-cube in Info-set as well.
    Please guide me what I need to do for picking up the aggregates.
    Regards,
    Dheeraj Kumar Garg

    No it is possible as per SAP.
    Please read follwoing help-
    http://help.sap.com/saphelp_nw70/helpdata/en/e3/e60138fede083de10000009b38f8cf/frameset.htm
    It is talking abou the Special Features of InfoCubes in InfoSets.
    For queries based on an InfoSet with an InfoCube, the system decides at runtime whether aggregates can be used for the InfoCube. This is the case if all the required InfoObjects of the InfoCube exist in an aggregate. The following InfoObjects are required:
    The key figures of the InfoCube selected in the query
    The characteristics of the InfoCube selected in the query
    The characteristics required for a join with other InfoProviders in the InfoSet.
    Furthermore, as a prerequisite for using aggregates, all the data required by an InfoCube must be readable using logical access. For an InfoCube within an InfoSet with InfoCubes, it is no longer possible to read part of the data from one aggregate and part of the data from another aggregate or the InfoCube itself.

  • How to check unusable index

    Hi all
    I am getiing error
    Index ORVETL.NU_1_761 or some [sub]partitions of the index have been marked unusable
    How to check index which is unusable (Partition , non partition ALL)
    Pl help me

    I dont know the query it is user running when i got i will update
    alert log plz
    ORACLE Instance IDEARADB - Can not allocate log, archival required
    Sun Jun 20 13:54:03 2010
    Thread 1 cannot allocate new log, sequence 44150
    All online logs needed archiving
    Current log# 2 seq# 44149 mem# 0: +REDO_LOG/redo02.log
    Sun Jun 20 13:54:08 2010
    Thread 1 advanced to log sequence 44150 (LGWR switch)
    Current log# 1 seq# 44150 mem# 0: +REDO_LOG/redo01.log
    Sun Jun 20 13:56:47 2010
    Thread 1 advanced to log sequence 44151 (LGWR switch)
    Current log# 3 seq# 44151 mem# 0: +REDO_LOG/redo03.log
    Sun Jun 20 14:00:34 2010
    Thread 1 advanced to log sequence 44152 (LGWR switch)
    Current log# 2 seq# 44152 mem# 0: +REDO_LOG/redo02.log
    Sun Jun 20 14:06:55 2010
    Thread 1 advanced to log sequence 44153 (LGWR switch)
    Current log# 1 seq# 44153 mem# 0: +REDO_LOG/redo01.log
    Sun Jun 20 14:09:31 2010
    Thread 1 advanced to log sequence 44154 (LGWR switch)
    Current log# 3 seq# 44154 mem# 0: +REDO_LOG/redo03.log
    Sun Jun 20 14:12:07 2010
    Thread 1 advanced to log sequence 44155 (LGWR switch)
    Current log# 2 seq# 44155 mem# 0: +REDO_LOG/redo02.log
    Sun Jun 20 14:14:30 2010
    Thread 1 advanced to log sequence 44156 (LGWR switch)
    Current log# 1 seq# 44156 mem# 0: +REDO_LOG/redo01.log
    Sun Jun 20 14:17:09 2010
    Thread 1 advanced to log sequence 44157 (LGWR switch)
    Current log# 3 seq# 44157 mem# 0: +REDO_LOG/redo03.log
    Sun Jun 20 14:19:42 2010
    Thread 1 advanced to log sequence 44158 (LGWR switch)
    Current log# 2 seq# 44158 mem# 0: +REDO_LOG/redo02.log
    Sun Jun 20 14:22:19 2010
    Thread 1 advanced to log sequence 44159 (LGWR switch)
    Current log# 1 seq# 44159 mem# 0: +REDO_LOG/redo01.log
    Sun Jun 20 14:24:45 2010
    Thread 1 advanced to log sequence 44160 (LGWR switch)
    Current log# 3 seq# 44160 mem# 0: +REDO_LOG/redo03.log
    Sun Jun 20 14:27:15 2010
    Thread 1 advanced to log sequence 44161 (LGWR switch)
    Current log# 2 seq# 44161 mem# 0: +REDO_LOG/redo02.log
    Sun Jun 20 14:29:45 2010
    Thread 1 advanced to log sequence 44162 (LGWR switch)
    Current log# 1 seq# 44162 mem# 0: +REDO_LOG/redo01.log
    Sun Jun 20 14:32:21 2010
    Thread 1 advanced to log sequence 44163 (LGWR switch)
    Current log# 3 seq# 44163 mem# 0: +REDO_LOG/redo03.log
    Sun Jun 20 14:34:58 2010
    Thread 1 advanced to log sequence 44164 (LGWR switch)
    Current log# 2 seq# 44164 mem# 0: +REDO_LOG/redo02.log
    Sun Jun 20 14:37:35 2010
    Thread 1 advanced to log sequence 44165 (LGWR switch)
    Current log# 1 seq# 44165 mem# 0: +REDO_LOG/redo01.log
    Sun Jun 20 14:40:08 2010
    Thread 1 advanced to log sequence 44166 (LGWR switch)
    Current log# 3 seq# 44166 mem# 0: +REDO_LOG/redo03.log
    Sun Jun 20 14:43:52 2010
    Thread 1 advanced to log sequence 44167 (LGWR switch)
    Current log# 2 seq# 44167 mem# 0: +REDO_LOG/redo02.log
    Sun Jun 20 14:50:46 2010
    Thread 1 advanced to log sequence 44168 (LGWR switch)
    Current log# 1 seq# 44168 mem# 0: +REDO_LOG/redo01.log
    Sun Jun 20 14:51:47 2010
    Thread 1 advanced to log sequence 44169 (LGWR switch)
    Current log# 3 seq# 44169 mem# 0: +REDO_LOG/redo03.log
    Sun Jun 20 14:53:05 2010
    Thread 1 advanced to log sequence 44170 (LGWR switch)
    Current log# 2 seq# 44170 mem# 0: +REDO_LOG/redo02.log
    Sun Jun 20 14:56:59 2010
    Thread 1 advanced to log sequence 44171 (LGWR switch)
    Current log# 1 seq# 44171 mem# 0: +REDO_LOG/redo01.log
    Sun Jun 20 15:07:42 2010
    Thread 1 advanced to log sequence 44172 (LGWR switch)
    Current log# 3 seq# 44172 mem# 0: +REDO_LOG/redo03.log
    Sun Jun 20 15:17:31 2010
    Thread 1 advanced to log sequence 44173 (LGWR switch)
    Current log# 2 seq# 44173 mem# 0: +REDO_LOG/redo02.log
    Sun Jun 20 15:24:32 2010
    Thread 1 advanced to log sequence 44174 (LGWR switch)
    Current log# 1 seq# 44174 mem# 0: +REDO_LOG/redo01.log
    Sun Jun 20 15:32:49 2010
    Thread 1 advanced to log sequence 44175 (LGWR switch)
    Current log# 3 seq# 44175 mem# 0: +REDO_LOG/redo03.log
    Sun Jun 20 15:41:28 2010
    Thread 1 advanced to log sequence 44176 (LGWR switch)
    Current log# 2 seq# 44176 mem# 0: +REDO_LOG/redo02.log
    Sun Jun 20 15:45:28 2010
    Index ORVETL.NU_1_761 or some [sub]partitions of the index have been marked unusable
    Sun Jun 20 15:45:49 2010
    Index ORVETL.NU_2_761 or some [sub]partitions of the index have been marked unusable
    Sun Jun 20 15:48:24 2010
    Index ORVETL.NU_1_762 or some [sub]partitions of the index have been marked unusable
    Sun Jun 20 15:49:03 2010
    Index ORVETL.NU_2_762 or some [sub]partitions of the index have been marked unusable
    Sun Jun 20 15:51:11 2010
    Thread 1 advanced to log sequence 44177 (LGWR switch)
    Current log# 1 seq# 44177 mem# 0: +REDO_LOG/redo01.log
    Sun Jun 20 16:01:10 2010
    Thread 1 advanced to log sequence 44178 (LGWR switch)
    Current log# 3 seq# 44178 mem# 0: +REDO_LOG/redo03.log
    Sun Jun 20 16:06:20 2010
    Index ORVETL.NU_1_751 or some [sub]partitions of the index have been marked unusable
    Sun Jun 20 16:11:04 2010
    Thread 1 advanced to log sequence 44179 (LGWR switch)
    Current log# 2 seq# 44179 mem# 0: +REDO_LOG/redo02.log
    Sun Jun 20 16:16:40 2010
    Index ORVETL.NU_1_753 or some [sub]partitions of the index have been marked unusable
    Sun Jun 20 16:17:54 2010
    Index ORVETL.NU_2_753 or some [sub]partitions of the index have been marked unusable
    Sun Jun 20 16:20:28 2010
    Thread 1 advanced to log sequence 44180 (LGWR switch)
    Current log# 1 seq# 44180 mem# 0: +REDO_LOG/redo01.log
    Sun Jun 20 16:30:11 2010
    Thread 1 advanced to log sequence 44181 (LGWR switch)
    Current log# 3 seq# 44181 mem# 0: +REDO_LOG/redo03.log
    Sun Jun 20 16:38:45 2010
    Thread 1 advanced to log sequence 44182 (LGWR switch)
    Current log# 2 seq# 44182 mem# 0: +REDO_LOG/redo02.log
    Sun Jun 20 16:40:40 2010
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 54067K exceeds notification threshold (51200K)
    Sun Jun 20 16:41:08 2010
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 54016K exceeds notification threshold (51200K)
    Details in trace file /oracle/oracle/Oracle_10gr2_DB/admin/IDEARADB/udump/idearadb_ora_1081756.trc
    Sun Jun 20 16:41:17 2010
    Thread 1 advanced to log sequence 44183 (LGWR switch)
    Current log# 1 seq# 44183 mem# 0: +REDO_LOG/redo01.log
    Sun Jun 20 16:41:32 2010
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 54066K exceeds notification threshold (51200K)
    Details in trace file /oracle/oracle/Oracle_10gr2_DB/admin/IDEARADB/udump/idearadb_ora_1081756.trc
    Sun Jun 20 16:41:56 2010
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 54015K exceeds notification threshold (51200K)
    Details in trace file /oracle/oracle/Oracle_10gr2_DB/admin/IDEARADB/udump/idearadb_ora_1081756.trc
    Sun Jun 20 16:49:45 2010
    Thread 1 advanced to log sequence 44184 (LGWR switch)
    Current log# 3 seq# 44184 mem# 0: +REDO_LOG/redo03.log
    Sun Jun 20 16:58:01 2010
    Thread 1 advanced to log sequence 44185 (LGWR switch)
    Current log# 2 seq# 44185 mem# 0: +REDO_LOG/redo02.log
    Sun Jun 20 17:00:15 2010
    Thread 1 advanced to log sequence 44186 (LGWR switch)
    Current log# 1 seq# 44186 mem# 0: +REDO_LOG/redo01.log
    Sun Jun 20 17:02:37 2010
    Thread 1 advanced to log sequence 44187 (LGWR switch)
    Current log# 3 seq# 44187 mem# 0: +REDO_LOG/redo03.log
    Sun Jun 20 17:05:13 2010
    Thread 1 advanced to log sequence 44188 (LGWR switch)
    Current log# 2 seq# 44188 mem# 0: +REDO_LOG/redo02.log
    Sun Jun 20 17:07:37 2010
    Thread 1 advanced to log sequence 44189 (LGWR switch)
    Current log# 1 seq# 44189 mem# 0: +REDO_LOG/redo01.log
    Sun Jun 20 17:13:36 2010
    Thread 1 advanced to log sequence 44190 (LGWR switch)
    Current log# 3 seq# 44190 mem# 0: +REDO_LOG/redo03.log
    Sun Jun 20 17:19:16 2010
    Thread 1 advanced to log sequence 44191 (LGWR switch)
    Current log# 2 seq# 44191 mem# 0: +REDO_LOG/redo02.log
    Sun Jun 20 17:25:15 2010
    Thread 1 advanced to log sequence 44192 (LGWR switch)
    Current log# 1 seq# 44192 mem# 0: +REDO_LOG/redo01.log
    Sun Jun 20 17:32:18 2010
    Thread 1 advanced to log sequence 44193 (LGWR switch)
    Current log# 3 seq# 44193 mem# 0: +REDO_LOG/redo03.log
    Sun Jun 20 17:37:41 2010
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 53686K exceeds notification threshold (51200K)
    Sun Jun 20 17:38:02 2010
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 53898K exceeds notification threshold (51200K)
    Details in trace file /oracle/oracle/Oracle_10gr2_DB/admin/IDEARADB/udump/idearadb_ora_1241490.trc
    Sun Jun 20 17:38:21 2010
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 54025K exceeds notification threshold (51200K)
    Details in trace file /oracle/oracle/Oracle_10gr2_DB/admin/IDEARADB/udump/idearadb_ora_1241490.trc
    Sun Jun 20 17:38:40 2010
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 54012K exceeds notification threshold (51200K)
    Details in trace file /oracle/oracle/Oracle_10gr2_DB/admin/IDEARADB/udump/idearadb_ora_1241490.trc
    Sun Jun 20 17:39:21 2010
    Thread 1 advanced to log sequence 44194 (LGWR switch)
    Current log# 2 seq# 44194 mem# 0: +REDO_LOG/redo02.log
    Sun Jun 20 17:45:28 2010
    Thread 1 advanced to log sequence 44195 (LGWR switch)
    Current log# 1 seq# 44195 mem# 0: +REDO_LOG/redo01.log
    Sun Jun 20 17:51:21 2010

  • Checking table index consistency

    Hi Gurus,
    I wanted to know to check the table consistency(for indexes) and how to find out how do they differ from the previous versions.
    Thanks,
    Mike

    hi jo,
    new versions of tables will be delivered in each release.
    so while upgrading u need to use the tranasctio SPAD for importing the changes from prev release.
    >>"index does not exist in database system ORACLE" means indexes have not been created in your database.in such case u need to activate the table.also use the path which i have given above for checking the consistency of your table.Also check with your BASIS if problem still persists..
    Cheers,
    Abdul Hakim

  • DDIC Dictionary check for indexes

    Hi,
    We have few indices that are created at Database level, but not at ABAP Dictionary level. What is the best way to check for consistency between DDIC dictionary and Database? to get the list of indices that are exiss in DB but not in ABAP?
    Any suggestions...
    Thanks,
    Kumar

    Kumar Subramaniam wrote:
    Hi,
    >
    > We have few indices that are created at Database level, but not at ABAP Dictionary level. What is the best way to check for consistency between DDIC dictionary and Database? to get the list of indices that are exiss in DB but not in ABAP?
    >
    > Any suggestions...
    >
    > Thanks,
    > Kumar
    Try to access transaction SE14.

  • I ran Logic Pro 9 recently, and I realised I had missing loops. When I checked the index, I realised all the loops were missing from Soundtrack Pro. Is there a dummies guide to uninstalling Logic Studio (not logic pro), or another way to retrieve my loops

    Can someone help, I'd really like to get started on my software!

    Hi
    I have just extracted all the STP content using Pacifist (with Disk Images of all 3 'Audio Content' disks mounted:
    I got 24 GB of content. You must be missing something somewhere in the install process
    CCT

  • Java: How can one check for index out of bound?

    simple while loop
    while (something [ i ] ==k)
    i+=1;
    document.write(save [ i ]);
    Thanks everyone :o)
    Edited by: bvc on Sep 21, 2007 3:33 PM
    Edited by: bvc on Sep 21, 2007 3:34 PM
    Edited by: bvc on Sep 21, 2007 3:34 PM

    you need to make sure that i is always less than the length of the array, so in your while loop, you should have that as one of your conditions
    while( i < something.length && something[i] == k )
      //blah blah
    }Also, please encapsulate your code in code tags.

  • Indexes creation for cubes

    Hi all,
    I cretaed a Cube in the BW system. When I choose infoprovider>cube>manage>performance, we have two indexes options: "check indexes" and "check aggregate indexes", I would like to know the difference between them.
    Below we have the "data base statistics section", when I click the "create statistics (batch) button", a new screen is shown, and there you can select two options: "refresh DB statistics after each data load" and "also refresh statisctics after delta upload", I would like to know the meaning of both options.
    Kindly Help,
    Thanks
    Laura Gómez

    Hi,
    Infocube Index
    InfoCubes (fact, dimension tables) are fully indexed and usually do not require additional indices.
    The indexing as follows: Fact Table (consists of dimension IDs and key figures) B-tree indices for InfoCube dimensions (“high cardinality”) should be set only in special cases. The dimension should be very large (in comparison to the fact table) and the maintenance time for bitmap indices (deletion and re-build) should have significant impact. You should be aware of the fact that the B-tree index cannot be used for the star join and hence, reduces query performance. In the Performance Tab of the InfoCube use drop and recreate the system defined indices to perk up the performance.http://help.sap.com/saphelp_nw04/helpdata/en/83/0ac9be421f874b8533f3b315230b32/frameset.htm

  • KF value is not Displayed in BEx Report ..where as cube, mpro end ok..!!

    Hello Experts,
    I ran a bex report. In that report KF some NetsSalesValue has not displayed in the BI Report for all the Sales Organiations where as other KFs has displayed the value for all the Sales Organizations.
    For that i checked my end. BI report is pulling data from Cube --> Multiprovider --> Bex Report.
    I myself checked KF value into Cube level, multiprovider KF level value is avaialable.
    And also i checked, in the query properties is there any filters, RKF, CKF, but...i found the KF is a basic KF.
    And also..i checked the whether the rollup has happened..properly or not and ran the query but no use.
    For your info upto 3 days..back KF value has presented in the report. After that only this issue has encounterred.
    I am in confusion where the exact issue will be.
    If any body faced this kind of scenario is your project, kindly reply me.
    For any more clarifications i will respond you immediately.
    Thanks,
    SN

    Hi,
    check aggregates,index etc for cube
    check key figure selection as well in Multiprovider for respective Infoprovider
    just create test query on Infoprovider and then on Multiprovider and see..
    Check RSRT - regenerate the query
    also see there are various options like execute+debug has ....just check them
    Thanks and regards
    Kiran

  • How to manage  Index of Aggregates?

    Hi Experts,
    I am in BW 3.5/PL 15 system.
    In the manage of cube->Performance Tab, when I do 'check for Aggregate Index ' it shows red. This means the index of the aggregates are not maintained.
    I understand by clicking the 'repair' option I can correct the Aggregates index. But It will not possible to do every time manually after the cube loads. Process chain doesn't give the option to create index for aggregates.
    Is there a way?

    hi kannan natarajan,
    check out this option to u r requested.
    .      On the Manage Data Targets screen choose Environment -> Automatic Request Processing. The Automatism Maintenance dialog box appears.
           2.      Under the group header Automatic Processing, set the Roll Up Data into the Aggregate indicator.
           3.      Save your entries
    thank u ,
    reward points if helpful.

Maybe you are looking for

  • How can I print to an hp printer which is not air enabled

    I am having trouble finding an app which will enable me to print to my HP All-in-One C7280 printer from the IPad and IPhone. I seem to remember about 6 months ago there was an article in the Telegraph by Rick Maybury which gave details do an app to d

  • How to get the status of Job scheduled in Background.

    Hi,   I wanted to know the status of job scheduled in Background. I am using below FM. BP_JOB_STATUS_GET but what value will it reutrn after completion of the job. That the status is complete.

  • How to disable constrain in Pivot View

    Hello everybody, I stuck with a problem regarding pivot table. As you all know whenever we put 2 cols. in page section of pivot then 2nd column is automatically constrain according to 1st column selection. But I want the functionality like Dashboard

  • India Localization for Projects

    We are planing to implement Projects for one of our Indian client. Whether there are any India localization patch for Oracle Projects? How are localization needs of the client are met if no Order Management is implemented in India.

  • How to use a case statement in where clause

    Hi All, I have a requirement which is to bring all the claims that are created in the last month.So, i wrote a query something like this select * from claims where (Month(ClaimOpenDate) = Month(Getdate())-1 and year(claimopendate) = year(getDate()))