Inventory ODS selective deletion Issue

Hello Experts,
I ran a selctive deletion back ground job to delete all the postings made between 01 Jan 06 & 31 Jan 06, but i have stopped the back ground job suddenly after 6 hours as it was taking a long time.Now when i try to rerun the job with the same selection its getting finished as soon as i start ,and strangely i could still see records made between those postings.Could you think of any reason why i could find some postings???Is there any way i could get rid of these postings and reload with for this selections ???

Gregory,
Iam making the right selections coz i have double checked and running the job .....,So thr is no way i could make a mistake thr.
Experts : Plss suggest me if i need to look any other areas ???

Similar Messages

  • 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 automate selective deletion of ods in process chain

    Hi,
    How can we automate selective deletion of ods in Process chain. I tried with the proceedure. Using T-code "delete_fact" I gave selection parameters and Name of the program and saved this as variant and gave the same program and variant in Process cahin. But it is not deleting data. So plz guide me whether I have missed anything in this proceedure.

    Hi purushottam,
                           you have to give to program variants in the process chain for data deletion to take place. in the first program variant include the rsdrd_delete_facts as program name and in the program variant give a variant for your infoprovider selection.
    Now again select another program variant and include the name of the program which you get after selecting the infoprovider name and  the generate selection program  option in the "program for deleting selected entries from the data target" screen " and press execute.
    again give another variant for your field selection.
    now try execute the process chain.

  • Selective deletion of data from ODS

    Hai,
             I need to delete selectively data from an ODS. I know that I have the option of selective deltionin cube. But how can I delete them in ODS?
    Thank you.

    Hi Vasu,
    In ODS > right click > Manage on the Contents tab you also have the option of Selective Delete...were you looking for something else?

  • Selective deletion of ODS  Job cancelled if number of selections exceed 300

    Folks,
    I am doing a selective deletion of some duplicate records in the ODS. I have identified 8000 records to be deleted and each records has a unique Key.
    In the delete options for selective deletion, I enter all the 8000 key values from a notepad and run the job in background, the job gets cancelled immediately giving an ABAP/4 exception raised error and giving a short dump. The short dump doesnt help much as well. However the job runs fine only for a maximum of 300 or so records.
    I wanted to know if anyone has faced the same error, or is there a limit to the number of entries we can put put on the selection screen or is there a limit on the number of lines we can delete on an ODS using selective deletion?
    Any help appreciated.
    Thanks
    Raju

    Anoop,
    I have tried Importing from text file, copy from clipboard also and scheduled the job in background. The max i could go was 300 selections only.
    My scenario is the ODS has only one key called BWODSKEY. So each selection I am using in selective deletion corresponds to one record on the ODS to be deleted.
    Thanks
    Raju

  • Another Selective deletion question on an ODS

    Hello Gurus,
    What are the precautions that can be taken before selective deletion on an ODS?
    can I ask the Basis to make a backup/copy of the ODS before selctive deletion. By doing this if something goes bad, can we repalce the broken ODS with the copied backup?
    Any help is appreciated.
    Thanks
    Simmi

    Hi Simmi,
        If u want to take the backup/copy of the ODS, then u can store them in some temp table using small ABAP program / FM. sothat u can read the deleted data from this table afterwards, if u want.
    Hope it helps.
    Regards,
    Purvang
    Assigning Point is to say Thanks in SDN *

  • 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

  • Selectively deleting load from ODS using Process Chain

    Hi All,
    I have a requirement in which I have to delete the last load of the current month if any and leave the load of the last month untouched which has to be done using process chain.
    I will try to elaborate the condition required like say we have a data for June in the ODS already (date 10) and when the load for July will come it will not touch the June data but on 2 July the load of first July will be deleted without touching the load from June 10. (The PC will run for the first 10 days of the month).
    How can this be implemented, There seems to be some FM for this but are there any other method by which the same can be implemented without much use of ABAP.
    Any relevant suggestion would be awarded points
    Regards,
    Samved

    Hi Bhanu,
    Thanks for the reply.
    I tried to generate the program but that can be used for selective deletion from the ODS i think soo.
    But my requirement is basically to delete the complete request from the ODS and not any selective deletion and at the same time I cannot use the complete deletion option as that will delete the request from the last month also.
    Are there any optioin at the level of Info package which can be used for these type of deletion.
    Regards,
    Samved

  • Selective Deletion From Cube and ODS using Process chain

    Hi all,
    is there any way that i can include selective deletion in a process chain, there is no stand process types for selective deletion, I need to delete the closed items from cube and ods and i need to schedule this??? any ideas?
    Thanks,
    Shetty.

    Shetty,
    You can delete Data from this using One custom Program. You need to use either RSDRD_SEL_DELETION(function module ) or RSDRD_BUILD_REPORT_FOR_BATCH(Function Module). there is a parameter in above  functioen modules I_THX_SEL which needs to be populated using selections.
    or
    You need to schedule the Background job from Manage screen on Monthly Basis(Provided that selection should be fixed in every month).
    I will update the thread with psudo code.
    all the best.
    Regards,
    Nagesh Ganisetti.
    Message was edited by:
            Nagesh Ganisetti

  • Urgent 100 days selective deletion & loading

    Hi All,
    we have some issues regarding our architecture, now we are going to stabilize our project can any one through light how to solve these issues.
    Changes done for Service ticket, 100 days after the Creation date is not reflected in BW
    If service ticket is changed after 100days from created date, the updated values is not available in BW at Report level for that particular service ticket.
    It will be applicable for following subject areas.
         1. Service Tickets ( 100 days )
         2. Complaints ( 100 days )
         3. Document flow analysis ( 45 days )
         4. SOM Analysis ( 100 days )
    Reasons for 100 days selective loading
    1. Volatile characteristics
    We have characteristics that will change to multiple values and many times in CRM side. E.g. Status , Accessory & category etc…..
    Why no delta load to cube
    If we do the delta load from ODS to cube we will get multiple records in cube level as characteristics have multiple values. ( which is the Out of the box functionality )
    Business requirement is to see only latest change to transaction, and not to have the history of transaction.
    Why do we do full load with deletion     
    To get only latest record in report we need to have full load of cube from ODS  after deletion of cube. If we run full load from ODS to cube, the load will happen from active data table where we will be having one record per transaction which is latest one.
    The old record in cube has to be deleted to avoid duplicate records in cube.
    Why 100 days
    If we do full load of all data from ODS to cube, it will take more time to load due to huge volume of records. Hence we load for a particular period ( ie life cycle time ).
    The life cycle of service ticket normally will be with in 100 days. If its in INPORCESS it gets to CLOSED status in 10 days and then the auto close program will set the status to COMPLETED after 90 days.
    Edited by: pavan kumar on Mar 25, 2008 12:19 PM
    Edited by: pavan kumar on Mar 25, 2008 12:28 PM
    Edited by: pavan kumar on Mar 27, 2008 3:07 PM

    Hi Pavan,
    This can be handled by a Design Change.
    All you need to do is make a copies of the InfoCube that you are using currently and make them as
    1. Cube 1 to hold Fiscal Year data for 2006.
    2. Cube 2 to hold Fiscal Year data for 2007.
    3. Cube 3 to hold Fiscal Year data for 2008.
    (If you want to hold 3 years data and can change it as per your requirement)
    Depending on your requirement you can also do this kind of physical partitioning for Calmonth or Calquarter also.
    When you are loading data, you have to load only 2006 data to Cube 1 and 2007 data to Cube 2 and 2008 data to Cube 3 by controlling the load in the InfoPackage selections.
    You can build a MultiProvider on top, if Business wants to report on the complete Data Set.
    You can do this kind of Physical Partitioning of data like the above example and use it as the case may be.
    Regards,
    Tom.

  • Selection deletion to delete a field with no data.

    Hi all,
    The issue is that my ods displays data:
    chart of accounts company code glaccount docnumber serialnumber
    abcd 500 000005 1990001
    abcd 500 000005 1990001 12334.
    I need to delete the document number which doesnot have a serial number.
    So, Can i use Selective deletion option and my selecting the serial number =
    will it delete the records with serial number is empty???
    So that the data in my ods will look show only:
    chart of accounts company code glaccount docnumber serialnumber
    abcd 500 000005 1990001 12334.
    thanxs
    haritha

    hi,
    Yeah to keep the data good looking. Since the data is in gbq. And there were repitive data. So, they want to remove all the data with serno  which has empty space.
    Will my query will work or not???
    thanxs
    haritha

  • Selective deletion and reload to DSO to DSO

    Hi,
    I stuck with an issue where i did selective deletion for 2nd level DSO where there was some wrong billing documents and Repair full reloded from 1st level DSO. Key figure values were uploaded but master data was missing Eq. Company code was missing after reload. Please suggest for this issue. Thank you
    Regards,
    Wrig

    Hi,
    Check the data in base ODS and see if it has same values for company codes. If everything is fine, just go for selective deletion of those billing documents again in second level and reload from base ODS. Activate and check it again.

  • Selective Deletion from Infocube Only (Not from Aggregates)

    Hi,
    For the Selective Deletion, i used the FM 'RSDRD_SEL_DELETION' in program. But this FM deletes the data first from Infocube then from aggregate.Because of this, deletion took more time to delete and adjust the Aggregate.
    I need an way in which i can delete the data from Infocube only and after i reach to my reconcile period then i will deactivate and actiavted the aggregate, so the data will be consistent in Infocube and aggregate.
    is there any to Delete(Selective Deletion) the data only from the Infocube not from its aggregate (for the Performance Point of View)?
    Thanks in Advance.
    Regards,
    Himanshu.

    Hi
    You can try manual selective deletion which will delete data from cube only. check out the below thread.
    steps fro selective deletion for cubes and ODS
    If you want to delete data from FM only, then try to deactivate your aggregates before you start your selective deletion.
    Once deletion is done, you can reload the aggregates
    Regards,
    Venkatesh

  • 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

Maybe you are looking for

  • Data Pump with parallel data ending up in 1st file!

    Oracle 10g 10.2.0.3 EE Ran the following command on a 16 core HPUX PA-RISC machine: expdp normaluser/password@RDSPOC FULL=y directory=DMPDIR parallel=12 dumpfile=exp_RDSPOC_2nd_%U.dmp logfile=exp_RDSPOC_2nd.log Database size, approx 900Gig of data Al

  • A few HDD compatibility questions?

    Okay so here goes.. Hey, everything in my house is filling up, i need more disk space, so i have a mbp 13" 2009 model, & a imac 2010 (i think) So, I do a lot of movie editing, thus the reason everything is filling up. I'm going to get one more HDD an

  • VIC2-2FXO why appears module 50!!!

    HI experts, my lab is a 2811 router , IOS 15 .0(1)XA, with switch 3550 and 2 cisco 7940 phones. I want to simulate a call outside / inside  from the IPhones via the FXO card connected to  my analog line to the PSTN sh run: Cisco 2811 (revision 53.51)

  • HT1222 How many GB do I need to download video

    How many GB do I need to download video

  • How to install OBIA on windows having OBIEE on Linux?

    Hi, I am going to install as many components on Linux as possible for BI Apps. Presently I have installed OBIEE 11.1.1.7 on Linux 5.8 64bit. Now I want to install OBIA 7964 which is only available for Windows so far. How I can setup OBIA on Linux? Ma