How to remove a requisition load from an infocube in a process chain?

Hello everyone!!
We have an internal BI in SAP APO and I have created a infocube to backup all data in the DP module.
I have also created a process chain to schedule the load daily.
Please, consider this:
- I have to load every day a full load, I can´t schedule a delta load, because the data in the past can be changed and need to be load in the cube.
- In the infopackage I´ll have to set a time period range, so the data would be loaded in the cube.
My doubt is:
- How can I set a rolling end date in the infopackage and how can I eliminate the requisition loaded using the process chain?
Thanks a lot
Regards
Angela

Hi,
Please, consider this:
I have to load every day a full load, I can´t schedule a delta load, because the data in the past can be changed and need to be load in the cube.
In the infopackage I´ll have to set a time period range, so the data would be loaded in the cube.
You can load day wise by using simple ABAP routine in InfoPackage, and also you can keep this InfoPackage in Process Chains.
If you have 0CALDAY InfoObject in InfoPackage Data Selection tab, you write the following routines for that object
*$*$ begin of routine - insert your code only below this line        *-*
data: l_idx like sy-tabix,
      dat1 like sy-datum.
      dat1 = sy-datum.
          read table l_t_range with key
               fieldname = 'RDATE'.
          l_idx = sy-tabix.
IF SY-SUBRC  = 0.
    l_t_range-option = 'EQ'.
    l_t_range-sign  = 'I'.
    l_t_range-low   = dat1.
    modify l_t_range index l_idx.
ENDIF.
    p_subrc = 0.
*$*$ end of routine - insert your code only before this line         *-*
Note: You can also do sy-datum -1 and sy-datum + 1 type of calculations.
In my case  'RDATE' is teh field coming from ECC and mapped to 0CALDAY.
My doubt is:
How can I set a rolling end date in the infopackage and how can I eliminate the requisition loaded using the process chain?
You can also check the following Article, I have teh similar requirement for SNP runs, so I resolved teh issue by using selective deletion.
https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/603a9558-0af1-2b10-86a3-c685c60071bc
Thanks
Reddy

Similar Messages

  • Loading from ODS to Cube in process chain

    Hi Experts,
    How can I do a full load from ODS to cube when using further processing in process chain? Your help is much appreciated.
    Thanks,
    Bill

    Hi,
    You can use a DTP for this.
    Create transformation between DSO and cube.
    Create DTP and run it.
    Loading data from one cube to another cube.
    Cube to cube data loading
    how to upload data from cube to cube
    Can we pull data from one cube to another cube
    Data Load Steps:
    Reading data from another cube
    Hope this helps.
    Thanks,
    JituK

  • How to remove my credit card from the App Store

    How to remove my credit card from the App Store

    I used a pre-loaded credit card so when it ran out i had problems, primarily because it wont let me download or update anything until the "billing problem with the last transaction" was resolved. I dont really care if the purchase goes through but i want to be able to update stuff again and it wont give me the option to select 'none' under payment type. do i have to put another card on there just so i can "resolve the billing problem" and then i have  to take it off again or is there a way around this or is it a never ending cycle?

  • How to remove a particular gadget from windows7 image

    sir how to remove a particular gadget from all other existing gadgets in windows 7sp1 image, can we do it by DISM?

    Hi,
    If the above method doesn't work, you can try pre-configuring sidebar gadgets using unattend.xml, which can be used to override Sidebar default settings.
    To disable Windows sidebar gadgets when windows load, you can configure this following in your unattend.xml.
    <unattend xmlns="urn:schemas-microsoft-com:unattend" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State">
    <settings pass="oobeSystem">
    <component name="Microsoft-Windows-Sidebar" publicKeyToken="31bf3856ad364e35" language="neutral"
    versionScope="nonSxS" processorArchitecture="x86">
    <SidebarOnByDefault>false</SidebarOnByDefault>
    </component>
    </settings>
    </unattend>
    For detailed information, you can refer to
    http://blogs.msdn.com/b/sidebar/archive/2007/03/08/pre-configuration-of-sidebar-gadgets-using-unattend-xml.aspx
    Or try customize windows using sysprep tool
    http://www.sevenforums.com/tutorials/286053-system-preparation-tool-use-customize-windows.html
    Andy Altmann
    TechNet Community Support

  • HT1918 How to remove my credit card from my App Store Account?

    How I remove my credit card from my Apps Store Account??
    I want to avoid unwanted purcharses from my nephew.... Someone can help me?
    I know it's possible to "upgrade" one account adding credit card, I can not find a way to remove it.

    you can't from the iPad.
    Go to iTunes on a computer, log in with your apple ID and select 'account'.
    After that , select 'payment method' and select 'none'.
    Good luck
    PS: reply if you're having trouble. You use mac or windows?
    Message was edited by: jesterwylde

  • How to remove credit card details from iPad 4. So I can download free apps from apps store??

    Please someone tell me how to remove credit card details from iPad 4, so I download free apps from App Store??

    None for payment
    After establishing the Credit Card account, you can remove the credit card information by editing your payment info, choosing "None".
    Note: You won't find "None" if you have not purchase anything with the Credit Card.

  • How to remove the credit card from the Apple id?

    how to remove the credit card from the Apple id?
    plz ITS urgently

    If the option to select "None" isn't appearing when you attempt to edit your payment information, then there is likely a billing issue with your last iTunes Store purchase(iTunes didn't receive payment from your credit card company for that order). Before you can remove your credit card, you have to pay for the unpaid order. You can call your credit card company and troubleshoot the billing issue with them, or try another card, or if you live in a country that supports iTunes Gift Cards, you can redeem one of those to pay for the order. Once you have done that, you should be able to remove your credit card info as outlined in http://support.apple.com/kb/ht1918

  • How to find the data loaded from r/3 to bw

    hi
    how to find the data loaded from r/3 to bw is correct . i am not able to find which feild in the query is connected to which feild in the r/3 . where i am geting the data from r/3 . is there any process to find which feild  and table the data is comming from . plz help
    thanks in advance to u all

    Hi Veda ... the mapping between R/3 fields and BW InfoObjects should take place in Transfer Rules. Other transformation could take place in Update Rule.
    So you could proceed this way: look at InfoProvider Data Model and see if the Query does perform any calculation (even with Virtual keyfigures / chars). Than go back to Update Rules and search for other calculation / transformation. At least there are Tranfer Rule and eventually DataSource / Extraction Enhancements.
    As you can easily get there are many points where you have to look for ... it's a quite complex work but very usefull.
    Once you will have identified all mappings / transfromation see if BW data matchs R/3 (considering calculations ...)
    Good job
    GFV

  • How to remove the silican ball from the audio jack

    how to remove the silican ball from the audio jack in DV6 6116 laptop

    Try a vacuum, otherwise it will certainly require disassembly to attempt to remove it from the jack.
    ****Please click on Accept As Solution if a suggestion solves your problem. It helps others facing the same problem to find a solution easily****
    2015 Microsoft MVP - Windows Experience Consumer

  • Any ideas on how to remove a small scratch from the screen or whether it is covered by apple?

    Any ideas on how to remove a small scratch from the screen or whether it is covered by apple?

    Call Apple Care and ask them if your computer is still under warranty. 

  • How to remove photoshop elements 3 from being the default program to open photos

    how to remove photoshop elements 3 from being the default program to open photos in iMac 10.6.8; want to use Preview 5.0.3 as before. Somehow I clicked an "ok" to a question asking if I wanted photoshop e 3 to be the default program (NOOOO - too slow, too cumbersome just for viewing pix) What was I thinking????

    This might help just found googling http://www.bittbox.com/os-x/how-to-set-the-default-program-to-open-a-certain-type-of-file- in-mac-os-x
    Try once please.
    Thanks,
    Garry

  • How to remove obsolete oss note from SPAU List

    Dear All,
       How to remove obsolete oss note from SPAU List. Bocz it having yellow trafic Signal and  it is not allowing me to reset to orginal or adopt.
    Please tell me how to reolve this problem.

    Hi,
    Please mention the Netweaver release of your system.
    Next, if you mention the note is obsolete - the traffic light should be grey.
    If its yellow, that means semi-automatic adjustment needs to be made.
    If you click on the obsolete greyed out note, you get a message saying the note correction was delivered with upgrade or support package and it could be reset.
    If you click on the yellow note, the system would try to reapply the note via SNOTE.
    Please try either or the above and let us know the system response.
    Regards,
    Srikishan

  • How to remove the Planned leave from the LOV of Absence status? Only confirmed leave should be listed. for 11i instance.

    Hi Gurus,
    How to remove the Planned leave from the LOV of Absence status? Only confirmed leave should be listed. for 11i instance.
    Thanks
    Shobhit Shukla

    Hi Shobhit,
    Please personalize the self-service page and make that field non-updatable with default value "Confirmed".
    Thanks,
    Avinash

  • How to remove new line character from query output?

    Hi,
    How to remove new line character from query output?
    have tried select replace(column_name, CHR(10), ' ') from table_name.
    Edited by: GreenHorn on Sep 11, 2008 12:53 AM

    Please consider, that windows uses a sequence of chr13||chr(10) Unix uses only one character chr(10).
    The new line character(s) may be OS-dependent.
    You could consider both with:
    replace(replace(column_name, CHR(13)||CHR(10), ' '),CHR(10),' ')
    Hartmut
    Edited by: hartmutm on 11.09.2008 01:32

  • How to remove the IT policy from my Torch 9800, or how to reset the device to original setting

    I have a Torch 9800 formerly- used for business emails. According to our company policy there was an IT policy installed to the device hence would force the user to set password protecting the device.
    Now this device has been retired and I like to use it only for regular phone calls thus do not like to have a password protection. My question is:
    How to remove the IT policy from the device?
    or
    How to reset the device to original setting?
    I have been trying to swipe and scrub the device several times but that IT policy still exist. Need help......
    Solved!
    Go to Solution.

    See the RIM Knowledge Base article here for information on how to remove an IT Policy. See the Method Three in the link:
    KB14202 How to remove an IT policy from a BlackBerry smartphone
    Read this RIM Knowledge Base article to reset your device to the factory settings.
    KB18998 How to reset a BlackBerry smartphone to factory defaults
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

Maybe you are looking for

  • Best Practice for re-usable forms in multiple Countries

    Dear experts, i'm seeking for suggestions about the best design which could help saving time on development for multiple forms i should produce for a multi-national client. In more details, the client is asking to create a number of forms in the SD a

  • When connected to NETGEAR WNR1000, I can't remotely access Airport Extreme attached hard drive.

    I have a hard drive connected to my Airport Extreme at home and I am staying at a friend's place where I am connecting to the Internet via a NETGEAR WNR1000 router (which is routing a broadband-cable connection from Comcast Xfinity). When I am connec

  • Host name not derived as FQDN (TH_GET_PLUGIN_INFO )

    Hello, we've got a problem in the CRM web UI, however, I assume it is more related to general BSP settings. When testing a CRM component ICCMP_HEADER which is a BSP application in the component workbench (tcode BSP_WD_CMPWB). The browser tells that a

  • Re: How to Join two images

    Do you want to side by side the images so one is on the left and the other on the right? If so just make them the appropriate size and copy them to the correct locations. If you want to overlay on onto the other then xor them.

  • Making color photos print as grayscale

    I am working on a large book with lots of photos. The final book will print 4 spot colors and the photos will be converted to grayscale. I would like to place the original source color photos into InDesign and make them print grayscale, while allowin