How to delete selective data in a cube

Hi all,
Can any one tell me, how to delete selective data in a cube. For example if i want to delete data corresponding particular Matrial Id  or particular Customer ID (say C400) ? And even deleting the data based on particular Request numer.?
Sandy.

Hi,
RSMO > Infocube > Manage > contents tab > selective deletion
Then define your selections for deletions (Matrial Id or particular Customer ID (say C400)).
Request based deletions can be done directly from Request tab.
Thanks,
JituK

Similar Messages

  • How to delete aggreagetd data in a cube without deleting the Aggregates?

    Hi Experts,
    How to delete aggreagetd data in a cube without deleting the Aggregates?
    Regards
    Alok Kashyap

    Hi,
    You can deactivate the aggregate. The data will be deleted but structure will remain.
    If you switch off the aggregates it wont be identified by the OLAP processor. report will fetch the data directly from the cube. Switching off the aggreagte won't delete any data,but temporarly the aggregate will not be availbale as if it is not built on the info cube. No reporting is not possible on swtiched off aggregates. The definition of the aggregate is not deleted.
    You can temporarily switch off an aggregate to check if you need to use it. An aggregate that is switched off is not used when a query is executed.This aggregate will be having data from the previous load's. If the aggregate is switched off means it wont be available for reporting but data can be rolled up into it.
    If u deactivate the aggregates the data will be deleted from the aggregates and the aggregate structure will remain the same.
    The system deletes all the data and database tables of an aggregate. The definition of the aggregate is not deleted.
    Later when you need those aggregate once again you have to create it from scratch.
    Hope this helps.
    Thanks,
    JituK

  • How to delete select data in the table control

      this problem makes me headache.
      I am new to labview, when  a table shows some data. many rows and column. how can delete on row which I selected. the other rows are remain no change.
    I really need help.thanks in advance. It is better to attach the program.my labview is 2009
    Solved!
    Go to Solution.

    Hi,
    You can do it with a table control as well. Check out the attached VI. To delete a row, Run the VI, just right click the row and click "Delete Row". To get back the default values, click reinitialize.
    Reards,
    NitZ
    (Give Kudos to Good Answers, Mark it as a Solution if your problem is Solved) 
    Attachments:
    Untitled 3.vi ‏8 KB

  • How to delete historic data in a cube or ODS ?

    Dear Gurus,
    My ODS & BasicCube are having few historic records which I wanted to selectively delete.
    The don't have the Request ID number.
    I tried going to Cube --> Manage --> Contents tab --> Selective Deletion --> .....then what ??
    say, in the list of info objects (cube/ODS) for the Infoobject - AAA which is having the values "micro", I wanted to delete all the corresponding records from the other Infoobjects also.
    Please give you valuable suggestion.
    Regards,
    Venkat

    Dear Venkat,
    After selecting "Selective Deletion" you will get a new window. In the upper left corner there is a push buttom "Deletion Selections". After clicking on it you can enter the value "micro" for your InfoObject "AAA". Then you have to start the deletion job and that's it.
    Kind regards,
    Stefan
    PS: The naming I mentioned is from BI 7.0. In BW 3.x it might be slightly different.

  • Deleting selected data from an Infocube in BW using ABAP program?

    Hi Everybody,
                       I have to create a ABAP program in SE38 which, on execution will delete selected data from a Cube in BW module. How to achieve it. Is there any function module that can do so? Eagerly waiting for your suggestions.
    Regards,
    Pulokesh

    select the records from the cube or  ods and put in to one internal table.
    and then u can delete the records

  • How to Delete the dimension from the cube ?

    Hi ,
    how to Delete the dimension from the cube ?
    i have added the new dimension by assiging one characteristic to that dimension .
    now i  want to delete it ,
    but system saying that   Dimension ZXXX  contains InfoObjects; deletion not possible .
    how to delete it ? any help .
    Thanks

    Make sure you donot have any data in cube. If you have some data in cube, then you will not be able to see Delete option.
    Right click on the cube-->Delete data.
    Then double click on the cube>Goto Edit mode> select the IO under that Dimension> right click> now you will be able to see the Delete option (provided you have deleted all the date from Cube)
    Then right click on Dimension-->Delete
    Regards,
    Pavan

  • How to delete master data of materials from sap tables

    how to delete master data of materials from sap tables...its needed now.
    i know its not recommended but still we need to do this. give me the best possible approach.
    regards,
    suneetha

    Hi,
    I would suggest you not to write your own code to delete the entries.
    BAPI_MATERIAL_DELETE, this would mark all materials selected for deletion. But still the material would exist in SAP.
    Another solution: Delete a material manually and in another session execute the transaction SM04. This would display the tables which get locked when you do the operation, Then you can write your own code to delete the material numbers from all the related tables.
    Regards
    Subramanian

  • How to Achieve this Data Load into Cube

    Hi Experts,
    Could you please update me on how to achieve this
    I got a History data (25-35 Million Records) for about 8 years to be loaded to BW.
    What is the best approach to be followed
    1) Load everything into one cube and create aggregates or
    2) Create 4 different cubes (with same data model) and load load 2 years of data into each cune (2Years * 4 Cubes = 8 Years Data) and develop a multicube on top of 4 cubes
    If so how can i load data into respective cubes
    Ex: Lets assure i got data from 31.12.2007 to 01.01.2000 which is 8 years of data
    Now i created 4 Cubes--C1,C2,C3,C4 & C5
    How can i specifically
    load data from 01.01.2000 to 31.12.2001 (2 Years) to C1
    load data from 01.01.2002 to 31.12.2003 (2 Years) to C2
    load data from 01.01.2004 to 31.12.2005 (2 Years) to C3
    load data from 01.01.2006 to 31.12.2007 (2 Years) to C4
    load data from 01.01.2008 to 31.12.2010 (2 Years) to C5 (Currently Loading)
    Please advise the best approach to be followed and why
    Thanks

    If you already have the cube C5 being loaded and the reports are based on this cube, then if you donot want to create additional reports, you can go ahead and load the history data into this cube C5.
    What is your sourcesystem and datasource?. Are there selection conditions (in your infopackage) available to specify the selections? If so, you can go ahead and do full loads to the current cube.
    For query performance, you can create aggregates on this cube based on the fiscal period / month / year ( whichever infoobject is used in the reports)
    If your reports are not based on timeperiod, then multicube query will work as parrallelized sub queries and so there will be 4 dialog processes occupied on your BW system everytime the query is hit.
    Also any changes that you want to make in cube will have to be copied to all cubes, so maintenance may be a question.
    If there are enough justification, then approach 2 can be taken up

  • My iphone's memory is near capacity from photo albums sync'ed with my mac and I haven't found out how to delete select albums without wiping the iphone.  Any suggestions??

    my iphone's memory is near capacity from photo albums sync'ed with my mac and I haven't found out how to delete select albums to free up memory without wiping the iphone.  Any suggestions??

    You do the opposite of how you got them on your phone, you unsync the pics using iTunes.

  • How to delete the data from partition table

    Hi all,
    Am very new to partition concepts in oracle..
    here my question is how to delete the data from partition table.
    is the below query will work ?
    delete from table1 partition (P_2008_1212)
    we have define range partition ...
    or help me how to delete the data from partition table.
    Thanks
    Sree

    874823 wrote:
    delete from table1 partition (P_2008_1212)This approach is wrong - as Andre pointed, this is not how partition tables should be used.
    Oracle supports different structures for data and indexes. A table can be a hash table or index organised table. It can have B+tree index. It can have bitmap indexes. It can be partitioned. Etc.
    How the table implements its structure is a physical design consideration.
    Application code should only deal with the logical data structure. How that data structure is physically implemented has no bearing on application. Does your application need to know what the indexes are and the names of the indexes,in order to use a table? Obviously not. So why then does your application need to know that the table is partitioned?
    When your application code starts referring directly to physical partitions, it needs to know HOW the table is partitioned. It needs to know WHAT partitions to use. It needs to know the names of the partitions. Etc.
    And why? All this means is increased complexity in application code as this code now needs to know and understand the physical data structure. This app code is now more complex, has more moving parts, will have more bugs, and will be more complex to maintain.
    Oracle can take an app SQL and it can determine (based on the predicates of the SQL), which partitions to use and not use for executing that SQL. All done totally transparently. The app does not need to know that the table is even partitioned.
    This is a crucial concept to understand and get right.

  • How to delete multiple data domains with single step ?

    how to delete multiple data domains with single step ?

    You can go to your Endeca-Server domain home e.g.($WEBLOGIC-HOME$/user_projects/domains/endeca_server_domain/EndecaServer/bin)
    run
    [HOST]$ ./endeca-cmd.sh list-dd
    default is enabled.
    GettingStarted is enabled.
    endeca is enabled.
    BikeStoreTest is enabled.
    create a new file from the output just with the domains that you want to delete and then create a loop
    [HOST]$ vi delete-dd.list
    default
    GettingStarted
    endeca
    BikeStoreTest
    [HOST]$ for i in $(cat delete-dd.list); do; ./endeca-cmd.sh delete-dd $i; done
    Remember that this can not be undone, unless you have a backup.

  • How to delete some date in target table at a mapping?

    How to delete some date in target table at a mapping?
    I extract date from source tabel into target table,
    but before extract date I want to delete some date from target?
    how to do?

    Just to change a bit of terminology in the reply, within the mapping, click on operator properties and choose TRUNCATE/INSERT.
    Note that truncate is dependent on constraints, so you probably must disable those before doing this. You can of course do DELETE/INSERT...
    Jean-Pierre

  • How to delete spotlight data in macbook air ?

    how to delete spotlight data in macbook air ?

    Open system preferences and go to Spotlight then to the privacy tab and add the Macintsoh HD to the list for "Prevent Spotlight from searching these locations. That will remove all spotlght data. Then you should highlight that entry and click the Minus ( - ) sign at the bottom to have spotlight reindex your drive.

  • How to delete the data based on concurrent request Id

    Hi
    from account receivable to gl i am posted a cheque through concurrent program.
    right now my problem is I want to delete that data in database tables based on concurrent request id.
    how to delete that data based on concurent request id, Please give me some suggessions

    What is the application version ? what exactly you want to achieve ?
    Direct deletion is not recommended in oracle application database.
    regards,

  • How to delete timesheet data in MAM 2.5?

    Hello experts,
    I need to find a way how to delete timesheet data (Mam010Item090) from the MI Client (SP18) running MAM 2.5. The task seemed to be quite straightforward however for some reason all the notifications are staying in IN_SYNC state which prevents me from deleting them.
    Anyone knows why they stay in this state, possibly what to do to change their state?
    Any help would be greatly appreciated.
    Regards,
    Frank

    Hi,
    1. MAM010Item090 is notification long text, not timesheet. So there is some confusion on what exactly you want to delete.
    2. Records in DB have three statuses: G - global, which means data was synhronised with the backend, L - local, data was created on the device but not synchronised to the backend yet, S- In-sync, synchronisation process in Mobile Infrastructure is always asynchronous which means that there are always 2 requests for data exchange to process one data update transaction. When first request was sent from the device to the middleware but no response received yet - data record will be in status in-Sync.
    Data can stay in status "S" for multiple reasons. Some examples: when data change request (BAPI) was executed it ended with ABEND or didn't provide a proper response, device DB got corrupted (exception thrown while synchronising), mobileID has some qeues in status "I-Waiting", etc.
    There is no universal solution on how to fix the situation: it might be a client reset, or SyncBo got deactivated (and that caused I-Waiting situation), etc.
    And standard MAM has no such object as timesheet. Did you mean time confirmation?
    Regards,
    Larissa Limarova

Maybe you are looking for

  • VM Server's Total Memory in VM Manager

    Hey all: Here's the particulars, VM Server (2.2.1) cluster with 3 Dell R710's, each VM Server has 72GB physical Memory installed and 8 cpu's. VM Manager is running as VM Guest. In the VM Manager Front End, VM Server 1 in VM Pool1 is showing total Mem

  • Viewport Sized Text Help

    So I'm making my first responsive theme for a client through my school as a class project and I'm having some trouble. I have msot everything figured out except for the auto-resizing text and am kinda of stumped. I found this: http://css-tricks.com/v

  • Creating Context Menu in ALV tree defined inside DOCKING CONTAINER

    Dear Experts. Can you please tell me which EVENTS should i use in CLASS: CL_GUI_SIMPLE_TREE to get a Context menu after right click on any tree node in ALV Tree which has been defined inside a Docking Container. Regards Arnab.

  • HT201317 Photo stream not working after Mtn. Lion update

    Did upgrade to Mtn. Lion and now photo stream is not working. it is turned on in the phone.  when trying to turn on in iphoto it says it can not enable it.  went to system pref. and checked to enable it, but it keeps turning itself off. 

  • Set the theme in WordPress -HELP

    Following these setup instruction: http://www.adobe.com/devnet/dreamweaver/articles/dw_wordpress_pt2.html    1.  Open a browser and go to your local WordPress admin area (the URL is typically http://localhost/wp-admin/)    2. Log in to WordPress.