BW 7.0 Automatic Deletion of Similar/Identical Requests from the InfoCube

Hi experts,
In BW 3.5 we have used a feature in a InfoPackage, where you can delete an u201Coldu201D loading, u201CAutomatic Deletion of Similar/Identical Requests from the InfoCubeu201D.
Now we are building a flow in our upgraded system and we can see that this opportunity is available in the InfoPackage to the PSA, when you load data from the source system (ERP) to the BW system but we would like to make this when we load an InfoCube some layers up (see exemple below; InfoCube2)
Source System  -> PSA  -> InfoCube1  -> InfoCube2
Anyone know if it is possible or if there is anything else you can do?
Regards,
Kerstin

in bi7 the load to the datatarget is done using dtp. the infopackage goes only to the psa. in order to achieve the same you need to use the process step in the process chain. you need of course to create a correct variant, but here you'll have the same options as you had before in the earlier version.
M.

Similar Messages

  • Automatic loading of similar/identical request from infocube

    Dear all,
    Any one can give the description of <b>Automatic loading of similar/identical request from infocube]</b>.please
    Thanks
    Rave

    Hi,
    From help.sap
    <u>Automatic Deletion of Requests from the InfoCube when Loading</u>
    To ensure that the data that is going to be loaded with an InfoPackage is available only once in an InfoCube, you can delete from the InfoCube any existing requests that have partially overlapping or similar selection conditions and relevant deletion selections.
    After loading new data into the InfoCube, the InfoCube contents are checked using the selection conditions for an InfoSource/DataSource/source system combination, to see if overlapping data has been loaded into the InfoCube. The data that has been loaded into the InfoCube is not analyzed rather the selection conditions for the InfoObjects that you determined in the Scheduler are compared.
    <b>With this function the dataset in BW is reduced to the size necessary for analysis, and redundancies are avoided.</b>
    Check this link for more
    http://help.sap.com/saphelp_nw04/helpdata/en/f8/e5603801be792de10000009b38f842/content.htm
    Regards,
    R.Ravi

  • Unable to automate deletion of old data (requests) from InfoCube using a PC

    Each week I copy open Notifications into a 'SnapShot' cube, from the Transaction Cube, using the current date to make it a unique copy/snapshot for that week.  This is then reported on showing, amongst other things, the trend of open Notifications throughout the year.
    In an effort to ensure this doesn't grow too big, I will only keep a rolling 52 weeks of data.  I thought I could use a feature available when creating Process Chains called 'Delete Overlapping Requests from InfoCube' to manage the amount of data held (52 weeks only).
    The variant used to delete the requests has been created linked to object type 'Data Transfer Process' (DTP) and the actual DTP used to load the  'SnapShot' cube ... I then click the 'delete selections' button.  On the next window I select 'Request Selection Through Routine', then click 'Change Routine'.  I entered the following code, which I borrowed from another thread:
    data: datum(16) type c,
    date type sy-datum.
    date = sy-datum.
    date = date - 365.
    break-point.
    concatenate date sy-uzeit into datum.
    loop at l_t_request_to_delete.
    delete l_t_request_to_delete where timestamp gt datum.
    endloop.
    append l_t_request_to_delete.
    p_subrc = 0.
    I get a message saying "No Requests for deletion were found'.  Any ideas?

    HI Tony,
    Please check whether the timestamp value you are popolating i filed datum with the following statement:
    concatenate date sy-uzeit into datum.
    has same data format and type as the timestamp for the request.
    If this is not same then you will not be able to find any request corresponding to timestamp.
    - Geetanjali

  • 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.

  • 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

  • Automatic Deletion of Similar or Identical Requests

    Dear Gurus
    i am creating Automatic Deletion of Similar or Identical Requests  process for PP_C04 INFOCUBE.
    The problem is that when i select object type DTP  , i am unable to see the relevant DTP in  ObjecrtName . The data source is full update and DTP IS SET TO DELTA.

    Hi
    Looks like you already have some data loaded using DTP.
    can you delete and reload data? if yes delete loaded data and then do these steps.
    Regards
    Sudeep

  • I upgraded MacbookPro 2009 from 10.6.8 to Yosemite.  Beforehand I made a backup copy of my Iphoto library onto an external hard drive. Lets call it BU. I also deleted half of my photos from the default library on my laptop, lets call it DE. I then in

    I upgraded MacbookPro 2009 from 10.6.8 to Yosemite 2 weeks ago. My iphoto is now a nightmare. i went to our local apple retailer but they could not help either. Perhaps someone can help. Beforehand the OS upgrade I made a backup copy of my Iphoto library onto an external hard drive. Lets call it BU with 50GB. I also deleted half of my photos from the default library on my laptop, lets call it DE, now with about 20GB, to gain space. I then upgraded to Yosemite.
    I have also installed since a long time Iphoto Library Manager 3.8.6. (this may be the cause of the problem as it was not upgraded and perhaps thus not compatible with iphoto 9.6 which I have now after the upgrade to Yosemite) It all worked fine before the upgrade, switching in iphoto between the two libraries DE and BU.
    It also worked fine after the upgrade for a few days. At one stage Iphoto asked me to upgrade the iphoto version as it otherwise could not read the photos when I tried to load the BU library into iphoto. I did click yes to upgrade iphoto. As a result I became a brand new but totally empty library, no photos.
    BU was still on the external disc, however the "Master" file was empty. We fortunately discovered all photos were in another file called Old Master, also under BU. We made another copy of the Old Master file onto the external disc. Lucky we did, because shortly afterwards we could not open anymore the BU file thus had no access to anything in there. Now I have 17000 photos in a file called Old Master on my external disc and another smaller library  DE on my laptop. When I tried to import the photos from Old Master into a new iphoto library it was very messy. All events dates were mixed up, many photos were imported twice. I have no idea whether all my 17000 photos have been imported.
    Can anyone suggest what is the most time efficient way? How do I best import my 17000 into a new library ensuring I don't loose any in the process. I do not wish sorting through 17000 photos for a week or so. Shall i also get a new iphoto library version now? Thank you for anything that may work.

    Yes, the Old Master file has a folder for each year where I find all photos from that specific year. I am attaching a screen shot of the file.
    In the meantime i have managed to download all photos (it did not download any video files though in mpg, avi, 3gp, m4v,mp4 and mov format) to a new iphoto library. Unfortunately the photos are quite mixed and often doubled up. I ma considering to purchase iphoto library which checks all duplicates in iphoto. this will save me a lot of time. What do you think?

  • I'm worried about what will happen if I delete my recent backup data from the phone I still own? Will I lose any progress in games that was saved in the backup?

    I'm worried about what will happen if I delete my recent backup data from the phone I still own? Will I lose any progress in games that was saved in the backup?
    I have an iPhone 4S and I keep getting those irritating notifications that tell me I need to upgrade my storage or free up space. I've deleted all I can from my music and photos without losing too many precious memories, but it's come to the point where I think I need to delete backups. However, I'm just worried that I will lose all and any log-in information that I don't remember and app/game progress that was saved to the iCloud. Please Tell me what will happen/what I can do?

    If you are asking what happens when you delete an iCloud backup, it only deletes the backup from your account.  It won't do anything to the data on your phone or in your iCloud account.  If you don't need to backup you can delete it.  (If you no longer want to back up your phone to iCloud, turn iCloud backup off in Settings>iCloud>Backup.  Then your phone will back up to your computer each time you sync it with iTunes.)

  • HOW TO USE FUNCTION Deletion of Requests from the Change Log IN PRCSES CHAN

    Respected all
    i used Deletion of Requests from PSA from the prcess chain and found good results, now i have only one request at the psa and thus i am doing good space utililisation. but when i am using Deletion of Requests from the Change Log i am not getting any changes in the request of dso. kindly let me know how to use this 2nd function.
    thanks
    abhay

    Hi Mahodaya,
    As per SAp standards its good to delete the requestes that are no longer needed for the delta update and no longer used ffor inti from the change log table and the data is loaded already in to DSO.
    Goto RSPC
    Click on create New PC -> enter the PC name n long descp
    Next we need to define the start process for the PC.Maintain the start variant process.save n come back.
    for deletion of change log we have option in the Other BW Processes -> deletion of requestes from change log
    Once u select the option we get a dialoge box here we need to create the variant for the process enter the process variant n long descp. cick ok.
    Next in the maintenance screen for the deleting the request from change log table will appear.
    Enter the selection patterns to which the requestes should be deleted from the change log.
    In the maintenance screen, select one or more Data Store objects for which requests are to be deleted from the relevant change log tables under Data Store Object column and select theInfo Area of the corresponding Data Store Objects under Info Area
    If you select the first check box exclude selction pattern, this means that del of requests from change log table will be ignored.
    or
    We can delete the requests which are Older than N-number of days (or) date in the above screen. For this one, enter the number of days (or) date in the filed Older than .
    OR
    If we want to select the requests with a certain status then we can also do in the above screen. We can select the following status indicators from the above screen.
    Delete Successfully Updated Requests Only -This status will delete only requests which
    are successfully updated into corresponding Data Store objects.
    Delete Incorrect Requests that were not Updated - This status will delete only incorrect requests which are not successfully updated into the corresponding Data Store Objects.
    Delete Activation Requests only, No Load requests- This status will delete only the activation requests (requests that begin with ODSR_... ). No load requests are deleted.

  • Can I delete a corrupt message diretly from the In Box in the Mail folder

    I received an e-mail that has an .eml attachment. Mail would not download the entire message with the attachment - although it continued trying to download once it started to load in my in box. I deleted this e-mail message from the server. Now Mail seems to be caught in a continuous loop of "Fetching new mail" The only way I can exit the program is to force quit. When I open the program again the same thing happens. When I try to move this partial e-mail to the trash or delete it, bounce it or forward it I get an "opening mailbox and synchronizing with file system" message
    or the program freezes. When I try to copy this e-mail to another folder the message is "resuming interrupted append"
    Is there a way to delete just a message from any of the in/out boxes?
    It seems like all messaged, in/out/sent etc are all compressed together like a stuffit file but there's not way to get in and delete just a particular message. The only other way I have been able to get rid of a partially corrupted file like this is to remove the entire account or in this instance, the accounts in box, move it to another folder on the desktop, reopen Mail and let it rebuild the accounts in box, then copy and paste everything except for the corrupt file into that. There's got to be an easier way!
    Any help or suggestions would be greatly appreciated.
    Thanks,

    The problem I have is it will go into the trash, but then I have the same problem deleting it from the trash! Even when it looks like it's deleted and I reboot Mail, the file returns to the same spot or in the original In Box.
    The problem, I think, lies in the actual corrupted file that's embedded in the in/out/trash etc file in the main Mail folder. From what I understand, Mac has fixed this problem in 10.4 and one can go and delete that particular message/file. In 10.3 land, they are all hidden. Thanks for brainstorming with me!

  • How can i find the option to delete a recent print job from the "View Job History

    1. Photosmart 5510 e-ALL-IN-ONE SERIES
    2. Window 7 64 bit
    How can i find the option to delete a recent print job from the "View Job History

    Hello alfmswongg,
    Currently there is no option to delete print jobs from the "View Job History" section of ePrintCenter.  
    If I have solved your issue, please feel free to provide kudos and make sure you mark this thread as solution provided!
    Although I work for HP, my posts and replies are my own opinion and not those of HP.

  • Delete Overlapping Reqeust in DTP deletes more than one request from cube

    Hi all,
    I have selected the following options in delete overlapping request as we need only one request in the cube.
    Delete existing requests
    Only delete request frm same same DTP
    Selections are
    Same or More comprehensive
    Scenario is:
    DSO>DTP>Cube
    I have set this delete overlapping request in the DTP (in a processchain).
    Now at the time i added this step in Process chain, there were two requests in the Cube (both with the same DTP but first one was 2009 data and second was 2010 data)
    Need was to delete only the latest request from the cube ie 2010 data.
    As per my understanding, i assumed delete overlapping will delete only ONE request i.e. the latest one from the cube with 2010 data.  But when i ran processchain, it deleted both the requests.
    Is that the functionality or is there something I am missing? We need to retain 2009 data and overwrite 2010 data with the new request.
    Suggestions please.

    Hi,
    I suspect that you have not set any DTP filter criteria. Is this the case?
    Are these requests delta DTPs or full DTPs?
    Have you read/applied these notes:
    1155723 P18:DTP:PC: Deleting overlapping DTP requests in PC
    1318438 P21:DTP:PC: Change of instance when DTP in PC repaired
    1147766 P18:PC:DTP:Select only full DTPs for overlapping deletion
    1336410 70SP22: Enhancements to CL_RSBK_DTP=>GET_ALL_BY_PROPERTY
    Rgds,
    Colum

  • Where can we see the deleted requests from the DSO

    Hi all, i have deleted a red request in the DSO , which stopped the process chian, so i manuallly loaded DTP and activate , repeated the pc and its fine now, but i need the information regarding the red request i deleted from the requests tab, can u please help me finding where can we see the deleted requests from the DSO, thanks in advance...

    Hi Raghu,
    Open the PC in SE38,goto PC logs on which day DTP failed.right click on DTP-->select Process monitor
    Click on filter buttor>select last oneweek>Execute
    Then select the failed request(It shows status as deleted) You find the details here itself -->take the request number from this
    goto RSRQgive req id>Execute
    Hope this helps.
    Regards,
    Venkatesh.

  • 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

  • Delete Full Requests from an InfoCube with a BIA index on it

    Hello all
    I need to delete certain random Full requests from a cube which has both DB indexd and BIA index on it?
    What will be the steps i should be following in regards to deleting/ rebuilding indexes ?
    Regards
    Sanjyot

    Thanks Vitaliy but I have multiple requests with huge amount of data to be deleted.
    So I was wondering if the following steps are correct
    1. delete DB indices
    2. delete BIA indices
    3. delete requests from cube
    4. rebuild DB indices
    5. rebuild BIA indices
    Are there any steps to ensure that indices are rebuilt correctly? 
    Regards
    Sanjyot

Maybe you are looking for

  • Regarding Salary Data

    Hi, Under MSS->Employee Info->Compensation Information->Salary Data Iview Salary Data is not getting displayed though it is there in the backend. Please advise. Gaurav

  • Reverse the service entry sheet

    Hello, I would like to reverse the service entry sheet, as the amount I first entered is wrong. I get the below screen and error message: "A parked invoice already exists for this entry sheet" Could you tell what I should do to change the amount of t

  • Integration problem with Obssocookie

    Hi Guys, I installed following with for integration: 1) OIF IdP 10.1.4.2.0 2) OIF SP 10.1.4.2.0 3) OAM 10.1.4.2.0 4) Portal 10.1.4 5) Oracle Infrastructure Component 10.1.4.0.1 Scenario : We have Portal authenticating to OSSO and OAM is custom to OSS

  • Multiple Midi Keyboards in Mainstage 1

    Hi all I am currently running mainstage with a Novation Remote SL61. I want to also connect an Novation Remote SL25 to the set up, so I am running 2 Midi Controllers within Mainstage. Does anyone know if this is possible? Many thanks, Steve

  • Where to get ADF Mobile Client Extension?

    I could not find it anywhere... I am using jdev 11.1.1.3.0 I tried using my jdev -> check for updates -> Official Oracle Extension & Updates -> ADF Mobile Client - Developer Preview is not available version 11.1.1.3.37.56.63 But it prompted me to inp