Selective deletion for particler cube and rebuild of aggrigates in Psystem

Hi Friends,
1.In my manage data target screen i have 8 cubes but i want do selective deletion from 1st cube ..how i can do ..?
Im thinking like...IN DETILS column i will select.one data target and then i will go to contents tap and then selective deletion for paricler requst ID...is correct to do selective deletion for particler data target out of 8 cubes..plz tell me
2.in production ...while doing selective deletion ...aggregates are failed...means status is in red color...
now,how can i create or build or rebuild those aggrgates again...please and my qns...
Thanks in advance

Hi
1. technically Yes its ok to do selective deletion of only 1 cube, incase of delta load you will have to do selective reload to only that cube otherwise data for that perticular selection will get doubled in rest of 7 cubes.
Actually depends on situation in which you plan to do so.
2. its possible to aggreegates get affected due t selective deletion.
Just go to manage->rollup tab of cube and rebuild agreegates.
Hope this helps.
Regards
Sudeep

Similar Messages

  • Selective Deletion of the Cube contents in Abap Program of the PChain

    Dear Experts
    I need to selectively delete the contents in Basic Infocube using Process Type - ABAP Program in the Process Chain in BW 3.5
    For this I have to give the Variant and Program name in the Process Type - ABAP Program in the Process Chain
    The ABAP Program for this purpose can be generated automatically by the system in the the below navigation
    info cube> Manage>contents > system menu(in the Top)> Status
    but this abap program is changing dynamically every time and hence in the Process chain ABAP Program node is failing with error saying that that program is not available
    I have tried the same way  in the selective deletin navigation path also in the cube manage
    Please let me know how to get the system generated program to use in the Process type-ABAP Program in Process Chain
    Thanks for all in advance
    KSR

    Hi KSR,
    Try this.. start a selective deletion on the cube. you will get a background job running. Get the job name from SM37.
    Now write a ABAP program with the below code.
    parameter: p_Job_Name type sysuuid_c.
    CALL METHOD cl_rscrmbw_bapi=>exec_rep_in_batch
    EXPORTING i_barepid = l_jobnam.
    Execute the above program. Pass the job name which you got from SM37.
    Create a variant with that job name.
    Now schedule this newly created program. This should solve your issue.
    Note : The job name might vary from one server to another (Dev / Qual / Prod). So if you are planning to move your process chain from Dev, then pass the Job name (in prod) as the variant in yr Dev system and then transport it.
    Cheer,
    Balaji Venugopal

  • Selective deletion on info cube taking long time.

    We have a cube with line item dimension and partioned on Fiscal year. When we are doing selective deletions on the cube on 0fiscper (removing the old redundant data) it is taking quite long time (approx 10 hours) to do this selective deletions as there is huge data in the E fact table ,Request older than 4 days are compressed in the cube and it has some millions of records in this table.
    Is there any way we can improve the performance of this selective deletion? Any improvements suggestions we are on sap BW 3.5 system.

    Hi,
    The issue is very specific .
    I recommend to check if there are defined matching indexes which fit to the where clauses of the delete statements. This will make the access to the record most effient.
    All other indexes need to be just deleted for the time-being and re-created after the clean is completed. This will save the time for updating the indexes.
    The deletes should be performed in bulks - i.e. many, e.g. 25, 100, more at once. If deletes sqls are send from ABAP to database one by one there is huge overhead in the network traffic time.
    Best Regards,
    Sylvia

  • Selective deletion for Inventory Load

    Hi Guru's
    I have done loading for Inventory cube 0IC_C03 using the 2LIS_03_BF with Delta load and made mistake in last delta load Compression(No Marker Update).. till July 2011 the Data is fine for our report for calculating the TOTAL QUNATITY STOCK..  so we planned to done the selective deletion for August 2011 to till date.. but we cant find the Time Characteristics in selection to done Selective deletion. Please share your valuable ideas...
    Thanks,
    Satish.M.R

    Hi,
    You can delete all the requests from the cube which have been updated from 1st of August onwards.
    Just go to the MANAGE screen of the cube and select all the requests which are loaded from 1st of August onwards and delete all of them.
    Navesh
    Edited by: navsamol on Oct 6, 2011 7:00 AM

  • Selective deletion in info cube

    is there any option to do selective deletion in info cube.
    i need step by step detail.
    thanks
    ks

    Yes indeed there is step to delete selectively in Cube.
    http://help.sap.com/saphelp_nw70/helpdata/en/d4/aa6437469e4f0ae10000009b38f8cf/frameset.htm
    Its in Manage cube- Content tab- deletion
    Thanks

  • No Selective Deletion on Inventory Cube 0IC_C03 via Calendar Day

    Hi,
    I need to repair my Inventory Cube <b>0IC_C03</b> for a certain date. To do that, I need to perform a <i><b>Selective Deletion</b></i> on the Cube and perform a <b>FULL REPAIR REQUEST</b> limited on that day only.
    But to my surprise, I could not find a Calendar Day entry in the "<i>DeletionSelection</i>".
    Is there a workaround or do I need to switch on anything?
    --Jkyle

    Hi Roberto,
    You are too humble! Everybody knows you are the <b>ONE</b>
    (he heh from the <b>MATRIX</b> movie)
    Anyway, I dont think Export Datasource would help. As you may know, Inventory Cube <b>0IC_C03</b> uses 2LIS_03_BX and 2LIS_03_BF data sources. This <b>CUBE</b> is somehow special.
    To cut this problem short, I'll go straight to the point. <i>How could I perform INIT via 2LIS_03_BX and 2LIS_03_BF w/o R/3 downtime at all</i>? The reason I came to this <i>Selective Deletion</i> thing is to patch up the mess the INIT would introduce when there are users around by using a REPAIR FULL REQUEST only for that single day...
    I hope you get what I mean...
    Thanks!
    --Jkyle

  • Selective Deletion on Inventory Cube 0IC_C03 via Calendar Day

    Hello Group
    I am trying to do a selective delete to our inventory cube 0IC_C03 and found there is not an option to select day.
    Does anyone have any thoughts on how do delete using day? Please note that my cube has been compressed and I do not have a request in the cube.
    Thanks
    Frank

    Hi Frank,
    REPORT  ZRSDRD_SEL_DELETION                     .
    DATA:
        l_thx_sel   TYPE rsdrd_thx_sel,
        l_sx_sel    TYPE LINE OF rsdrd_thx_sel,
        l_s_range   LIKE rsdrd_s_range,
        l_t_range   TYPE rsdrd_t_range,
        l_t_msg     TYPE rs_t_msg.
    ******************* 0CALDAY *****************
    l_s_range-sign   = 'I'.
    l_s_range-option = 'EQ'.
    l_s_range-low    = '20030308'.
    *l_s_range-high   = .
    l_s_range-keyfl  = 'X'.
    APPEND l_s_range TO l_t_range.
    l_sx_sel-iobjnm   = '0CALDAY'.
    l_sx_sel-t_range  = l_t_range[].
    INSERT l_sx_sel INTO TABLE l_thx_sel.
    CLEAR l_s_range.
    REFRESH l_t_range.
    ************** 0PLANT **********************
    l_s_range-sign   = 'I'.
    l_s_range-option = 'EQ'.
    l_s_range-low    = 'PLNT'.
    *l_s_range-high   = .
    l_s_range-keyfl  = 'X'.
    APPEND l_s_range TO l_t_range.
    l_sx_sel-iobjnm   = '0PLANT'.
    l_sx_sel-t_range  = l_t_range[].
    INSERT l_sx_sel INTO TABLE l_thx_sel.
    CLEAR l_s_range.
    REFRESH l_t_range.
    ************** 0MATERIAL ****************
    l_s_range-sign   = 'I'.
    l_s_range-option = 'EQ'.
    l_s_range-low    = 'MATERIAL'.
    *l_s_range-high   = .
    l_s_range-keyfl  = 'X'.
    APPEND l_s_range TO l_t_range.
    l_sx_sel-iobjnm   = '0MATERIAL'.
    l_sx_sel-t_range  = l_t_range[].
    INSERT l_sx_sel INTO TABLE l_thx_sel.
    CLEAR l_s_range.
    REFRESH l_t_range.
    CALL FUNCTION 'RSDRD_SEL_DELETION'
         EXPORTING
              I_DATATARGET      = 'ZICRT_C37'
              I_THX_SEL         = L_THX_SEL
              I_AUTHORITY_CHECK = 'X'
              I_THRESHOLD       = '1.0000E-01'
              I_MODE            = 'C'
              I_NO_LOGGING      = ''
              I_PARALLEL_DEGREE = 1
              I_NO_COMMIT       = ''
         CHANGING
              C_T_MSG             = L_T_MSG.

  • How to delete FOR GOOD, Once and for all, a podcast?

    Hi I have subscribed to a podcast that I want to delete. I cal click on delete, it geos away, and yet the next time I start itunes there it is again? THis has been going on for a month now... so I hope someone can hlpe me get rid of for once and for all this haunted podcast.
    Can you delete it from the folder instead of from itunes? I have never done something like this...
    Please help! Halloween is over and this is not funny anymore!
    nd

    This sounds like something having to do with Home Sharing rather than iTunes Match. Nothing will be downloaded from the cloud unless you specifically click the button. 
    There is a setting in the Home Sharing settings of iTunes that will copy music from one computer to another when ever iTunes is opened on both computers at the same time. I don't have multiple computers so I don't remember exactly where that setting is, but this KB article should be helpful <http://support.apple.com/kb/HT3819>. If the page doesn't load the first time just reload it.

  • Select Options for my program and i need to get the code from coding wizard

    Hi Experts,
    i am new to Webdynpro programming.
    i want to use Select-options in my component. and also please tell me how to use coding wizard,
    Please let me know if you need any information.
    Thanks in advance
    Lava.

    Hi Lava,
    To create select options we have to use the existing component WDR_SELECT_OPTIONS.
    For using this component in our WebDynpro component we need to specify this in used components tab in our WebDynpro component.
    check the standard components WDR_TEST_SELECT_OPTIONS .
    Also refer the following links.
    [https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/60811d03-b69e-2b10-cd86-ad2790e44ecc]
    Saptechnical->tutorials->webdynproabap->select options
    Regards,
    Radhika .

  • Difference between BW statistcs for a cube and for overall system

    Hai all,
               We have a BW system with a process chain for Bw statistics for the whole system. I made a process chain with DB statistics for one my cube. I am sorry. I have little knowledge of the statistics.
    My question is would be useful to have statistics for the whole system or perhaps a BW statistics cube
    or
    Constructing DB statistics every time when cube is loaded?
    Which one is advantageous and more recommended? I would appreciate if somebody could refer me to some kind of documentation on this topic.
    Thank you very much.

    I'm a little fuzzy on what statistics you are discussing.
    There are Database statistics that are collected on the tables in your BW and there are 'BW Statistics" cubes that contain operational data about what goes on in your BW, how many queries have run, load times, compress times, etc.
    It sounds to me like what you are describing is there is one Process Chain that is loading data to the BW Statistics cubes, and you created another chain that is collecting Database statistics.
    This is just a guess on my part.  What is loaded to the BW Statistics cube is completly different data used for different purposes than database statistics.
    BW Statistics are loaded to InfoCubes that are named  0BWTC_C* .  What Process Types are being used in these two Process Chains - that would clear this up.

  • BIDS 2008 - Making changes to underlying schema at what point is it better to just blow away the cube and rebuild?

    What are some tips or other things you have come to discover or use when making schema changes to the underlying database -vs- impact on the cube and dimension usage etc?  Is it easier sometimes to just start over with the cube?  I realize you
    can make schema changes and refresh the DSV, but if you change column names of the keys in the Fact table(s) or others, then likely you will have to reconfigure all the impacted areas in your cube.  Have you ever had BIDS just get confused similar to
    how it gets confused sometimes when doing SSIS or SSRS projects?

    Hi Shitbit,
    For a SQL Server Analysis Services database, when changes occur in the schema of an underlying data source, you can refresh the data source view to incorporate all of the changes to each of the underlying data sources. Refreshing a data source view updates
    the whole data source view.
    if you change column names of the keys in the Fact table(s) or others.
    In this case, you changed the relationships between fact table and dimension table. So you need to configure it manually. Please refer to the link below to see the details.
    https://msdn.microsoft.com/en-us/library/ms178448.aspx?f=255&MSPPError=-2147217396
    In your scenario, it's hard to understand your exact requirement, it would be nice if you can provide us more infromation about your environment, so that we can make further analysis.
    Regards,
    Charlie Liao
    TechNet Community Support

  • I changed my mind after selecting "never for this site" and now want to save a password.

    I declined to save a password by selecting "never for this site" the first time I went to the site. Now, I want Firefox to remember the password. I can not find a way to a add or save the password. Can you help?

    If you choose Never then Firefox creates an exception.<br />
    You can remove that site from the exceptions:
    Tools > Options > Security: Passwords: Exceptions
    See also:
    * [[Remembering passwords]]
    * http://kb.mozillazine.org/User_name_and_password_not_remembered

  • Field Selection error for movement type and G/L account

    I am currently experiencing a field selection error between movement type 601 and G/L account 7140000.  The problem field is 'Segment'.  This field is set to required for the G/L account, but it is hidden for the movement type 601. This inconsistency causes an error when posting the goods movement. According to business requirement the field must be required for the G/L account, therefore we must make this field optional for the movement type.
    However, in configuration the field segment does not appear for the movement type 601. Therefore it can not be changed to optional.
    Does anyone know a workaround other than making this field optional for the G/L account because the business requirement is to have this field as required?????
    Many Thanks

    Hi,
    On the Error message detail, system will guide you to the Configuration details for Field settings for Movement type & Account, please get in touch with your FI consultant, to make the Field selection for the account similr to that of your movement type, this is a very common issue.
    Regards
    Chandra Shekhar

  • How to have multi select dropdowns for web request and adobe forms

    Hi All,
    I am working on interactive forms for CRM 7.0 using web request and ZCI layout.
    When I say web request we define the fields required for the form in CRM that becomes the context for WDA and passed onto Adobe form.
    This web request is a flat structure which mean if I have a node and attributes with in that you cant have multiple values to wards this node as in WDA.
    Now My query:
      I have a field called "xyz" since web request is a flat structure i just defined it as a string.
      In WDA I made it a enumrated field and added key value pairs to it.
      In Adobe form I binded this field to a WD native enum dropdown list every thing is fine untill here.
      Now in the form I need this as a multiple select, so i changed the dropdown field to list box it works.
      The form has to be submitted as a draft version when did so, it will not execute any APIs but saves the data to the web request.
      When the same form is opened for the next time, with the data in web request it should reopen this field with the multiple seleced values high lighted.
      since the field xyz is a single filed of string, how can i maintain multiple values in that...?
      if there is a form status auto save function in Adobe form this might solve a bit but not sure when the form is opened 2nd time from web reqest view does it consider it as a new one or open the same form...?
    I have such dropdown fields and problems including ones with depenedt values on one another.
    I tried my best to explain the problem, if somebody can help me with this its much appriciated.
    Note: Since this is dependent on CRM web request I am posting the same query in that block also apologies if this mean a duplicacy.
    Thanks & Regards,
    Sai

    I got the solution and problem is solved.
    Iterating & processing a enumrated dropdown is like any other dropdown /list box in adobe forms.
    Regards,
    Sai Krishna

  • My iphoto library database was corrupted with one file taking over all images i purchased aperture, selected no for importing duplicates and yet it is still importing duplicates what can i do??????

    my iphoto library database was corrupted with one image taking over every other image on the database
    i purchased aperture and am in the process of copying my i photo library , i ticked no to importing duplicate images and yet it is still importing many duplicates including the photo which took over my old iphoto library
    help how can i stop it from importing the duplicates?

    my iphoto library database was corrupted with one image taking over every other image on the database
    What exactly do you mean by that? Do you mean one thumbnail only was visible in the iPhoto Window? What? This is the sort of thing that's fixed easily by an iPhoto rebuild. Gives us some more information and we may be able to help with that - iPhoto version and a description of exactly what's happening will help.
    i ticked no to importing duplicate images and yet it is still importing many duplicates including the photo which took over my old iphoto library
    A couple of thoughts here: If the iPhoto Library is corrupted and Aperture is importing from this damaged Library well you can't expect that it will all go easily, can you?
    The iPhoto Library contains two versions of edited photos. Are you sure that you're not seeing the second version?
    Regards
    TD

Maybe you are looking for