How to delete a specific request from ODS

Hi all,
We have an ODS which we're loading invoices from legacy system. In legacy system, there are two tables for invoices. First one is daily records which is archived on last day of each month. As you guess, second table is  for archive records. We need all of the records from  both tables. Because of performance issue , we don't want to load both tables everyday . So we created two transformation. Since there is no delta option, we need to delete the first table request from data targets before extraction. And delete the request from the second table only last day of month. We're created process chain. But there is no option for deleting only the request from a specific data source or transformation. Are there any solution for this?
thanks,
Yigit

Hi,
Thanks for your code. But is there any function module to delete most recent request from the ODS.
I had 2 requirements...One in need to delete from ODS & Other one from Cube.
FM - 'RSSM_DELETE_REQUEST' will be used to delete from Cube only.
Can please you send FM & ABAP Code to delete request from ODS.
Thanks in advance.
Yigit
Message was edited by:
        Yigit

Similar Messages

  • How to delete a single request from DSO in BI 7.0

    Dear Experts,
    Could you please tell me how to delete a single request from DSO?
    I mean, in DSO if we delete one request it also delete the requests which are above it. But i don't to delete the above it.
    Please suggest me this issue.
    Regards,
    Prathap

    IN DSO--its a very basic thing....
    ACTIVE TABLE and CHANGELOG tables are overwritten after activation of each request.
    So ,each new request has a realationsip with the older request.
    So in the cases:
    1.If you activate the older request it will delete the new one ,because changelog entries have been written from the data of new request on the basis of the older one.
    e.g older request  entries:
    a x 1
    new request
    a x 2
    change log
    a x 1
    a x -1
    a x 2
    so its quite obvious you can't have  a x 2 directly (because in the infocube you will be sending wrong entries by deleting the just the older request and loadning new request).
    2.If you have activate new and old request toghterh then also system will not allow you to delete the newer request alone and you will have to delete both the requests.
    I guess already someone proposed correct solution to you ...thats selective deletion...but rahter than doing selective deletion there is a better way if you want to cancel out a particular request:
    thats request reverst posting
    IN the process monitor of any particular request you can find out the option for request reverse posting..Its good for individual request cancellation(keyfig values will become 0 for that particular request)
    regards,
    rk

  • 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

  • How to delete 100+ released requests from the import queue?

    Hello
    How to delete 100+ released requests from the import queue?
    One by one or there is more convinient way?
    Thanks

    To delete multiple non-imported transport requests, you do the following while in the import queue on STMS:
    1) Highlight the status field of the import queue.
    2) Sort the import queue by the status.
    3) Put your cursor on the first non-imported transport, right-click, and click on Select Block.
    4) Scroll down and put your cursor on the last non-imported transport, right-click and click on Select Block. This will highlight all requests from the first one selection to the last one selected.
    5) Go to menu option Request > Delete.
    If all of the requests in the import queue haven't been imported (no imported, including failed import, requests), you can jump to Steps 3-5.

  • 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

  • Unable to delete Failed Load Request from ODS

    Hi Ev'one
    I have a strange error.
    I try to delete a couple of red requests from the ODS and they do not delete. When i see the log for this Job; it says there is an Invalid table name and i guess the request is also not present anywhere to delete. Any Suggestions on how to resolve this
    This table is apparently present in the Prod Sytem and not present in the Dev and QA Systems.
    Would appreciate any pointers to cure this.
    Regards
    Shweta

    Hi Shweta,
       Go throuh the following OSS NOTE.
       We too faced the same problem.It was sorted with SP13
    <b>Note 1020120 - P13:DSO: Restarting terminated, deletion w/o ODS request SID</b>
    Assign points if it helps...
    Regards
    Prasad

  • How to delete a noncompress request from the aggregates

    hello gurus
              i have a request in an infocube, which is not compressed in the cube. i rolled up the request, so that the data will  be moved to the aggregate. is it? then i found that the data is inconsistant. so i delete the request from the infocube manage scree, under the request tab. now my question is whether the data will be deleted from the aggregate or not?
    thanks in advance
    rams.

    If the Request has not been compressed in teh cube or the aggregate, you should simply be able to delete the Request form the Cube and it will be automatically deleted form teh Aggregate.  Since it has NOT been compressed in the aggregate, it should be a very quick process - no need to deactivate the aggregate.
    If it has been compressed in the aggregate, but not the InfoCube, you should still be able to delete the Request form the InfoCube, but the BW will have to refill the aggregate.  It should do this on it's own, but at differnt sopport packs, I had some problems with that always working.  As others have mentioned, in this case you could always deactivate the aggregate, the delete the Request from the InfoCube.
    As yo ureview this situation, you should consider how often you have/might have a problem like this.  If it occurs very often, then you should have your aggregate(s) for this cube setup so they do NOT automatically compress after Rollup.  Instead the Requests in the aggrgate will only be compressed when the Request in the InfoCube is compressed.

  • How to delete perviously loaded request from cube

    Hi All,
    I am loading a standard cube from r3 w/o PSA through DTP.
    1 ) how to delete data automatically from cube w/o using Process chains.( previously we have a facility in Infopackage to delete old loaded data ) .In BI7 how to delete the same automatically.
    2) How to schedule the DTP to run on daily basis( w/o process chain ) .I am not able to schedule it via RSRDA ?
    What might be the reason ?
    Regards
      KK

    Chivukula,
    I'm curious as to why you aren't using the process chains.  There's now a "delete overlapping request" process type within rspc.
    You are right thought, the DTP does not offer a facility to delete out the old loaded data.  This feature is not in BI 7.0
    As for scheduling a DTP to run daily, there's no way I know of to run it daily without rspc.  Yes I understand that rspc could get very messy but just create a separate holding area, say DAILY DTPS and put your DTP's in there.
    Cheers,
    Pom

  • How to delete a specific request out of the InfoProvider

    Hi all,
    we have a generic datasource to extract our CO-PA data. Unfortunately this datasource can not deliver any delta at the moment. This is why we need to have a full upload. In InfoPackage we select the single period 001, 002, or 003.
    Now in March we only need to load the period 003 daily. In my process chain I would like to have a function that deletes only the request of this infopackage and not also the requests of the previous months, so I don't need to load all everyday, but only the current month.
    Do you know such a process type?
    Thanks in advance!

    Hi Sandra,
    1. Try "Delete Overlapping Requests from InfoCube" process type.
    2. You can also do this in the InfoPackage. Goto Data Targets tab "Automatic Loading of Similar/Identical Requests"
    These two are only possible for a Cube.
    Anup.

  • Deactivate delta update before deleting the request from ODS

    Hi all,
    Happy New Year wishes to all.
    I have a scenario, where I am feeding the data to ODS from flat file and from ODS to Cube. Here ODS is a Data mart. Flat file to ODS full update and ODS to Cube First Initialization and Delta.
          I deleted the latest request from ODS, at the I got the message dialog box and it is saying that
    “Request 98888 already retrieved by data target BWVCLNT”
    “Delta update in data target BWVCLNT must be deactivate before deleting the request
    “Do you want to deactivate the delta update in data target BWVCLNT?
    So I pressed Execute changes, then after I loaded the data in to ODS and when I am trying to load the data into Cube, once I pressed execute button it is displaying the message dialog box like
    “Delta request is incorrect REQXXXXXXX in the monitor”
    “A repeat needs to be requested”
    “Data target still include delta request REQXXXXX”
    “If the repeat is now loaded, then after the load”
    “There could be duplicate data in the data targets”
    “Request the repeat?”
    After execute changes it is showing only “zero” Records only.
    What is that mean and why zero records it is displaying instead of delta records.
    Anybody faces this type of problem please let me know. This is somewhat urgent to me
    Thanks and Regards
    Satish Chowdary

    <i>Hi Satish,
    First Switch off the ODS ( automatic Update of Datatarget ) , though not really necessary. delete the Req from the Infocube, then delete from the ODS . Now delete the Init Req from the Infopackage for datamart infopackage.then Do an Init without datatransfer into Infocube. Later load data into ODS and then go for delta update to Infocube.
    I hope this helps.
    Thanks,
    Krish
    Dont Forget to assign Points.</i>
    Dude, you just repeated my answer I gave a few hours ago. Are you hungry for points?

  • Problem in deleting the request from ODS......

    Hi,
    I am not able to delete one INIT request from the ODS. This request was taking long time and eventually it turned to RED. Data was there in PSA but I deleted the request and thought of doing the fresh load .
    Problem is that although I have deleted the request from the ODS , it is again coming back to ODS . I have started the fresh load. AS the previous also coming to this ODS its taking long time to load the data.
    Can some body let me know how to STOP/DELETE the old request??  I have already turned everything to RED QM status , overall status etc. but still its not getting stoped.
    Thanks Jeetu

    Hi Jeetu,
    Even though u find the job and cancel it or delete it the data load will not stop untill it loads the entire data!
    Hope there will be large volume of data !
    Until the data load is complete wait and then delete the request and then delete the init and start the fresh load!
    I too faced the same issue but i am helpless i could not stop the data load inthe middle!
    If you found any solution for this let me also know
    Thanks
    Ram

  • To delete a request from ODS

    Hello all,
    I am not able to delete the request from ODS .
    It gives the error message :no request found in the change log.
    how shlould i delete the request??
    thnx in advance.
    Regards,
    Dhanya.

    Hello,
    thnx sriram n balaji!
    i checked my infosource through the prgm:RSAR_PSA_CLEANUP_DIRECTORY
    the following message appears in the display log:
    PSA: 8ZFIADS11_CA
    Version 000 technical name /BIC/B0000043000
    Partition 0003
    Request Ratio:[Deleted:Total]->1 :2
    Records Ratio:[Deleted:Total]->753943 :1507886 ,50 % logically deleted
    Partition 0004
    Request Ratio:[Deleted:Total]->0 :1
    Records Ratio:[Deleted:Total]->0 :753943 ,0 % logically deleted
    what should i infer from this ?
    can anyone please tell me the step by step procedure to delete the request.
    Regards,
    Dhanya.

  • Problem in deleting request from ODS

    Hi,
    I did an init load from newly created update rule for my existing ODS. I cancelled the INIT load as it was taking a long time and tried to delete the request from ODS, but when i deleted the request it is not getting deleted. Under request/DTP it is showing 'Request without Monitor Log: APO Request or Terminated Request Generation'. Can you please tell me how to delete this request.
    Regards,
    Raghavendra.

    Hi,
      The load is from One ODS to another. The problem is i deleted the init, but there is a request in ODS as in mentioned above which i am not able to delete. Help needed.
    Regards,
    Raghavendra.

  • Need to delete a request from ODS

    HI
    i need to delete a request from ODS Full update,It failed.I forced it to activate for testing and the request turned green.But iam not able to delete the request now as the job log says it has incorrect status and now not able to change the QM action of Request as it has already been activated.Now how do i delete this request.
    Thanks
    RAJ

    Hai,
    I think your request has been partially activated so you are not able to delete the request.
    If u really need that request to be deleted then see that there sholud not be any request above that one.
    Try to make the request red in manage screen and it will pop up a window which is having start no and cancel click no
    and then try to delete the request.
    If not need that request make the qm status red and leave it the data will be available for reporting.
    Regards.
    Vikram Singh

  • Selective deletion of request from ODS which is activated and updated

    Hi all,
    I would like to delete the request from ODS which is activated and updated into data targets, i.e if i have three resquests 1,2,3 which are activated  and loaded into cube..now i would like to delete the between (2) request from ods, it says we have to delete latest first(3) , cant we delete this 2 nd request by doing some sort of settings plz let me know if any body got come to know this...plz
    Many thanks in advance,
    BRB

    Hi
    Did you look at the Online-Docu (link above)? In the administration of the ODS (I think menue 'Manage' in an english environment -> I've none at the moment) where you see each loaded package there you have a button right of the request id (status of data mart). If you press on this a dialog screen appears. There you can press on the trash icon. This resets the delta queue for the specific request.
    You have to do this for request 3 and 2. Then you can delete the request nr. 2. The bw system will then delete this request from the active data and from the change log. After this you can schedule the delta load again. This process will load request nr. 3 to the connected InfoCubes.
    If you do not reset the delta queue you will not be able to load request nr. 3 from the change log.
    As I supose you want not to delete request nr. 3 because of some long duration to upload and activate the whole request again.
    This works fine. I've done the last weeks often because we loaded request with 3 million records and more.
    Regards,
    H.J.

Maybe you are looking for

  • Corrupt CAB File

    Hello, I hope I have placed this in the correct forums here on TechNet. I have a corrupt CAB file and am looking on ways to correct it. We use WINRAR to open CAB files. When I attempt to open it via WINRAR I am being told "The archive is either in un

  • Nokia X3 -00 Message Bugs

    After pressing the send on the message editor, nothing happens, my text message wont send and icant exit the message editor itself, i tried pressing the "end call button" to close the message editor, also by the exit editor option but neither of them

  • First check image please...

    I want to draw this same. I got this image from internet. So please guide me how I can draw this and also exact color combination I want and you can see its look like real. So need step guide please. Thanks

  • HT4968 Some  calendar entries appear on iMac "Calendar" but not on iPad3 "Calendar" Help

    Some  calendar entries appear on iMac "Calendar" but not on iPad3 "Calendar" Help

  • 6110nav system error on camera startup

    I have a 6100nav where everytime i start the camera i get "general system error" and then boots back into the main screen This occured out of nowhere with no additonal programming installed previously. I have done a system reboot but to no avail. Any