Deleting the latest request from info cube.

Hi All,
In our project, we have data from May 2012 to till date. Data is freezed and there is no change of data till May 2014. And there is change in data for current month only ie) June 2014. So i have pulled the full load from May 2012 to May 2014 and loaded in the Info cube.
I am deleting the current month data and loading only the current month data to Info Cube. So i want to delete the current request in the info cube before loading and load only the current month data.
Can you pls guide me how to achieve this through Process chain. I am unable to identify which process type will suit my requirement.
Thanks.

Hello Vincent,
As mentioned by you, that there is no change in data from May 2012 to May 2014, you can keep the request which contains this data(for Example Req1). If Request2 contains data from May 2012 to June 2014 then you need to delete this request i.e Req2 and load only data for June 2014. Later you can follow below mentioned process.
Now coming to option which you are looking for process type to achieve this via process chain, there is a process variant called "Delete Overlapping Request", which is used to delete data from the target based on certain condition depending requirement.
Hope this resolves your issue. Below document explains steps to achieve the same.
http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e0431c48-5ba4-2c10-eab6-fc91a5fc2719?quicklink=index&…
Best Regards,
Venu Gopal K

Similar Messages

  • How to delete the duplicate requests in a cube after compression.

    Hi experts,
        1. How to delete the duplicate requests in a cube after compression.?
        2. How to show a charaterstics and a keyfigure side by side in a bex query output?
    Regards,
    Nishuv.

    Hi,
    You cannot delete the request as its compressed as all the data would have been moved to E table ..
    If you have the double records you may use the selective deletion .
    Check this thread ..
    How to delete duplicate data from compressed requests?
    Regards,
    shikha

  • Program to delete a specific request from a Cube

    Hi Everyone,
    I've been trying to delete a certain DTP request from a cube but I'm unable to delete it. Is there any ABAP program to delete a specific request from a cube by provinfing requeset ID as the input.
    Thanks,
    Ram

    HI
    SE37RSSM_DELETE_REQUESTGIVE YOUR REQUEST NO & INFOCUBE NAME here. and execute.
    Table is :RSBKDTP contains DTP and target details.
    Hope it helps

  • Deletion of last request from PSA & Cube

    Hello Experts,
    I have one Z Infocube in which daily full data had been uploaded....Now in PSA, i have uploaded monthwise data via full load process. but for the current month i have to daily delete the request and then execute the process chain. Is there any method or process type which I can add into process chain that deletes the last date request and same for the DTP Request.
    Please help me out from this as i cant take full load daily.
    Thanks in advance
    Neha

    Hi,
    You can create a selective deletion program using the t-code DELETE_FACTS. Use this program in the process chain and provide variant to delete the previous request.
    PSA Data Deleteion:
    You can delete the request onderthan no.of Days.In the pC Process Types you will find option for Delete the PSA Data.
    Deleting Requests from the PSA :
    http://help.sap.com/saphelp_nw70/helpdata/en/b0/078f3b0e8d4762e10000000a11402f/frameset.htm
    ABAP to delete a specific request (last one) from a Cube  :
    ABAP to delete a specific request (last one) from a Cube
    Process Chain to Delete a previous request with overlapping values :
    /message/6161074#6161074 [original link is broken]
    Regards
    Ram.
    Edited by: Ramakanth Deepak Gandepalli on Dec 10, 2009 7:18 AM

  • Delete the bad request from ODS.

    Hi,
    i am tring to delete the bad request form ods object but i am unable to delete the request from ods. i am using full uplaod and the processing is "psa and datatarget in parllel. when i check the data in PSA, it is giving "No data packet numbers could be determi request REQU_5SMPS3MTHYJHHUYQ62AM61H89".
    Thanks in advance,
    Kasi.

    Hi KAsi,
    I had a similar issue few weeks back, look in SM50 and chk if there are any processes still running which might lock the object. Also chk in st22 to see if any dumps are created under your login.  If tehre are any processes - you can try to cancel them or ask Basis to help u with it.
    *I guess* - when you hit delete, the delete  icon appears but is not able to lock(enqueue) the object and after sometime the delteion program cannot move forward and hence it returns to original status.
    regards
    Poonam

  • Delete overlapping requests from info cube

    Hello
    I am getting a issue sometimes where the process chain fails to delete a request from the cube on the conditions i have given in this process type. Now i have been digging into this but cannot find much of why would this happen.
    Please can someone tell me if this is a known issue to you. Also please can someone give me some details on which program name gets generated when we pull this process type in a  process chain. what i mean is what is the program running for this process chain as i want to debug and see how does this process type delete the request.
    thanks

    check the class CL_RSSM_REQUDEL and method IF_RSPC_EXECUTE~EXECUTE

  • Function Module to delete all the red requests in Info Cube

    Dear Friends,
    Is there any standard FM which can delete all the red requests in the infocube ?
    Thanks & Regards,
    Ashutosh Singh

    you can use RSDD_INFO_REQUID_DELETE.
    you've got to create a program in which you first read table rsbkrequest (where you can find the status of the request)
    then you can use these id's in the function module.
    as a lead check this paper (other objective but same principle)
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a7ba9523-0b01-0010-18ab-cf8b3b8c374a?quicklink=index&overridelayout=true
    M.

  • Need to delete the SPAM requests from the import queue

    Dear all,
    There were some issues with my QA system SAP patch application and we were forced to do a DB refresh from our production system. Now our QA system ABAP stack is having an issue with the  STMS import queue which shows 4 old patches(witch were applied to the system before the refresh)  with u201Crequest will not be importedu201D status. When I try to delete these requests from the import queue it shows the following error
    u201CThis is tp version 372.04.29 (release 700, unicode enabled)
    ERROR: Client 'ALL' is not possible.
    tp returncode summary:
    TOOLS: Highest return code of single steps was: 0
    ERRORS: Highest tp internal error was: 0246
    standard output from tp and from tools called by tpu201D
    When I try to import a new support package it gives the  following error,
    Error in phase: CHECK_REQUIREMENTS
    Reason for error: QUEUE_NOT_EMPTY
    Not sure how these requests arew still in the import queue even after the DB refresh. How can I delete these 4 old requests from the import queue?
    The System is ECC6.0 ABAP+JAVA stack with Oracle 10g on Win2003 server.
    Thank you,
    Siju Sam

    Dear Ganesh,
    I have tried the steps you suggested, but still the import queue is not cleared.
    Now I just wanted to remove these entires from the STMS=>queue=>import queue list.
    Number   Request      Clt   Owner          Short Text
         1   SAPKB70013   ALL   SAPUSER        Basis Support Package 13 for 7.00
         2   SAPKA70013   ALL   SAPUSER        ABA Support Package 13 for 7.00
         3   SAPKB70014   ALL   SAPUSER        Basis Support Package 14 for 7.00
         4   SAPKA70014   ALL   SAPUSER        ABA Support Package 14 for 7.00
    I think these requests(Patches) are not there in the tp buffer/(import queue) but somehow some table entries shows the status that they are still in the  queue. So I just wanted to reset the status that These TPs are already applied.
    Thank you,
    Siju Sam

  • Deleting the middle request in the cube? is it possible?

    Hi all,
    I have loaded the data into the cube from an ods. But then i found there is duplication of records for month of feb 2008.
    And there is 4 request above that.
    Can i go ahead and delete the request and reload it again?
    Nor if i delete that request, will all my above request will also be get deleted ?
    Can anyone pls advice me on this?
    Thanks
    Pooja

    You won't be able to delete the middle request without deleting the latest requests, that is because it will create data inconsistencies.
    From your statement, I see that  you have monthly loads, if that is the case, do you have any selection if your infopackage to load the data, if you have, I would recommend you to do a selective deletion and and do a full load for the same selection from DSO to cube.

  • BW: Error during Delete Overalpping requests from a cube 0PCA_C01

    Hello Experts
    For the past 1 week, I am getting the following error in a process chain when trying to do Delete Overlapping requests from a cube.
    The error I am getting is:
    The chain failed while deleting the overlapping requests from 0PCA_C01 with an error messages "Error when deleting requests for comparison request" & "Deletion of request REQU_DBC7DZ51QY from data target 0PCA_C01 failed"
    CL_RSDRD_REQ_PHYS_DEL:REQUEST_DELETE RSDU_FACT_REQUID_DELETE SQL-ERROR: 0
    reqdel_infocube_with_aggr-0PCA_C01 CL_RSDRD_REQ_PHYS_DEL:REQUEST_DELETE RSDU_FACT_REQUID_DELETE
    Deletion of request REQU_DBCFVY9N1691OYQYNCMUGCSGM(290265) from InfoCube 0PCA_C01 terminated
    Error deleting request REQU_DBCFVY9N1691OYQYNCMUGCSGM from InfoCube 0PCA_C01. Exception: Unknown error
    Any suggestions on how to fix this problem permanently..i mean any SAP Note to be applied or any adjusting the database tables?
    Thanks
    Jyothi

    Hi Jyothi,
      This error usually comes because of presence of zombie ./ bad request. I would suggest you to check few of the tables and search for your request "REQU_DBCFVY9N1691OYQYNCMUGCSGM" in them if you are able to find it then delete that entry from there, there after you should not face error. Check if the request mentioned above is present in the below mentioned tables? If yes delete them from there.
    RSREQICODS, RSTSODS, , RSICCONT, RSODSACTREQ.
    Also check if the notes mentioned in the below thread are applicable in your case?
    Error when deleting requests in cube
    Thanks

  • Deleting a request from a cube

    Hi Experts
    I deleted few(old) requests from a cube in quality server. They got deleted, after some time i checked back. Those request are appeared in the request tab with a tick mark under compression status in InfoCube. I am confused !!!
    Can any you clear my doubt...
    Thanks
    Pavan

    Hi RMK,
    is it the same ID-Pavan used by you above??anyways...
    I guess we are dealing here with two scenarios..
    1)If it was Infocube than the solution above i suggested holds true
    2)Ifs its ODS ,the physical requests are still there because you deleted the CHANGE LOG data for those requests...so now there is no WAY you can delete those request PHYSICALLY !!!
    Please check to verify/confirm the same..
    the only way to get rid of those contents is through the SELECTIVE DELETE for those request ..
    However;even after selective delete those request would appear physically in the manage TAB of the ODS ..but if you go to the ACTIVE table content for that ODS  ,the data wont be there ,its deleted.so you can reconcile the reports now.
    Hope it Helps
    Chetan
    @CP..

  • Delete a particular request from a InfoCube  after compression  in sap bi 7

    HI ,
    Issue : I wand to delete a particular request from a InfoCube  after compression  in sap bi 7.0 ; (not in sap bow 3.x).
                can any one suggests me how to do .give me possible solutions.
    Regards,
    EdK...

    Hi,
    You can delete the perticular request from Infocube by useing'RSICCONT'.
    Goto SE16, give the 'RSICCONT' then Select your Cube and Select Execuite.
    It will display the list of requests. you can select the perticular request and deleted from cube.
    Edited by: Suman Reddy.Vuyyuru on Mar 18, 2010 12:38 PM

  • How to delete the Transport Request?

    Hi all,
       I want to delete the Transoport Request from Production Box( we have 2 request number... one child another one parent). I released the Child Request. Now i want to delete that request. we don't have setup in our production Box i think(in order to release that we don't have setup in Production Box).
    Any Idea? I know how to delete that Transport Request. If i try to release that i'm getting TP(Transport Profile error) <b>with return Code 12</b>. it suppose to handle by Basis. My basis consultant is not aware of how to work on this?
    Regards,
    Nagesh Ganisetti.

    I am not sure I understand.
    You release the request in the system you created, not in another system (in your case production). It will then go to the import queue of the target system.
    Transports will be configured in all the systems in your landscape (including production).
    Just by releasing a request, it will not go to the target (unless it is configured so, not likely if the target is production), someone has to import it into the target. I assume you do not want this request to go to target. In this case, release it, then go to STMS, import queue, and delete it from there.
    Added -
    I now see that the request is in production.
    Igore the above in that case.
    If you are not able to release it, let it be. If you are doing an upgrade/support pack, you will need to release it.
    When you try to delete, what message do you get?
    Message was edited by: Ajay Das

  • Can we able to delete the particular request

    HI,
    We have code for to deleting all request from Database.
    Can we able to delete the particular request from the Database.
    For example, I have request start from 100 to 150.
    If i want to delete the request : 125, is any way we can pull all requests in the dropdown and delete the particular request.
    Pls any one give a suggestion, how can we archive this?
    Regards,
    Anandh P

    Hi Anandh,
    Kevin is right you can use the workspace and use a grab (and then abort) to "delete" the instance.
    It will no longer be running and will be viewed as aborted.
    You can create a custom UI by using the PAPI or PAPI-WS depending on you preferences.
    However if I'm not mistaken there is a third option that is the deletion of instances from the database.
    I believe there is a PL/SQL procedure that can be run to delete all instances from the database. However this isn't limited to a single instances..
    ---( Can someone confirm this.. I'm not sure if this is for BPM or just for SOA Suite?) ---
    Hope this helps.
    Kind Regards,
    Nils

  • How to delete the compressed Request ID in the info cube... ?

    Hi BW Gurus,
    one of the info package will upload the request in to three data targets and failed due to error with duplicate records.  I am able to delete the bad request in two data targets and facing problem with one data target due to the request is available in green and got compressed. 
    The reasons why i am unable to delete the request in that data target is it is already got compressed and rolledup.
    I tried with selective deletion based on same request ID  i have done that successfully but the request still presents in the data target.  I have checked in listcube and found no data for the request id.
    now i have one more question like the request has bring down to status not ok in the monitor and done selective deletion will it be a problem on the data missing please advise me if any data missing will occur for the particular data target.
    can any one help on this. Thanks in Advance.
    Venkat.

    Hi Venkat
    You have one way to delete the compressed request
    But this is possible only if u have the request in PSA
    If the request is in PSA, do reverse posting
    This will nullify the particular bad request by changing the press sign into - and - sign into + for all the records went in the cube for that particular request
    Regards
    N Ganesh

Maybe you are looking for

  • Add button to IR toolbar

    Hi, Is it possible to add a button to the IR toolbar ? I would like to have the RESET button in the IR toolbar, not under the Actions button but for example next to the Search button. I know of the possiblity to show a button to the right of the IR r

  • How to disable the new logon Window in Adobe Reader 11?

    Some times, some corporate guys get an idea - and no one is around to stop them. For some reason, there's now a logon window in Adobe Reader taking up 1/3 of the screen...and it can't be disabled. Which mor....person...ever thought of something like

  • RAID upgrade on late 2009 Macbook

    Just thought I'd share this as I was unable to find any help on the topic.  I replaced my optical drive with a 2nd hdd.  I then installed 2 80gb Intel X25m ssd's.  I used a usb boot flash drive to boot OS X 10.8.2.  From there I was able to use the d

  • Airport Express w/Ethernet Network

    Hi all! Is it possible to use the AX to connect to an ethernet network and stream audio? I've tried turning off the radio and using the bridge mode...the AX will appear in the Airport Utility for a couple of minutes, then disappear. I've also tried t

  • Z22 doesn't sync calendar with Outlook, does sync other data

    Trying to sync Z22 with Outlook Office 2007. It does sync tasks, contacts and notes, but not calendar. I also tried exporting calendar to a .dba file, but Outlook doesn't recognize a .dba file as importable.