Restrict loading in info package by REQUID

Hello,
I want to load data from cube in the Bw to another ODS
I do not want to load the all data but to refer to the last reuest which been loaded to the cube.
In Infopackage I have the possibility to restirct data by REQUID
but when I choose type - olap variable and  olap variable
0S_RQMRC     0REQUID     Most Current Data
I get message error :For sel. field 'REQUID', no selection with SIGN = 'I'; OPTION 'LE' allowed
How can I do it?
Thank,
Avivit

Hi Avivit--
Welcome to SDN.
If the Datasource has the selections for the upload ,.. then you will get the same in the infopakage dataselections tab..
after getting that you do you r steps it will work with that OLAP varaible.
Regards,
Vishwa.

Similar Messages

  • How to control data load in Info-Package using ABAP?

    Hello Gurus:
    I am trying to resolve couple of issues. 
    1.  I need to load data DAILY Full Load into a Planning cube.  I have the 0NETDUEDATE   for selection in the
         Info-package.  I am getting data from anothe base A/R cube.  I want to Load Daily ONLY those records
         for which the "0NETDUEDATE" is Greater than "System Date".  I think the logic would be IF 0NETDUEDAT
         .GT. SYS-DATUM, bruing the record. What should be the statement in 'Result' for keeping the record? 
         (I don't know ABAP, so need help here...!)
    2.  Similalry, before loading the data above, I want to delete all the existing records from Planning cube where
         0NETDUEDATE is GT System date (records loaded the previosu day need to be deleted as the amounts may
         have changed).  How can I achieve this selective deletion automatically  in PC??
    Appreciate your feedback very much.
    Thanks... SMaa

    Hi Shruti,
    1) If i understand your requirement correctly you need to load only data which has 0NETDATE greater then sydatum.
    So you can do this in infopackage .Infopackage>Data selection->0NETDATE(field)-->type(colum).here you can selecy ABAP type(6).Now you create ABAP code in this.
    Here in ABAP code you need to specify high and low range ,Also the relation character like GT or BT(between).
    i guess some how ur code will look like this
    $$ begin of global - insert your declaration only below this line  -
    TABLES: ...
    DATA:   ...
    $$ end of global - insert your declaration only before this line   -
        InfoObject      = 0NETDUEDATE
        Fieldname       = NETDUEDATE
        data type       = NUMC
        length          = 0000010
        convexit        = PERI6
    form compute_NETDUEDATE
      tables l_t_range structure rssdlrange
      changing p_subrc like sy-subrc.
          Insert source code to current selection field
    $$ begin of routine - insert your code only below this line        -
    data: l_idx like sy-tabix.
              l_idx = sy-tabix.
              l_t_range-low = sy-datum.
              l_t_range-option = 'GT'.
              modify l_t_range index l_idx.
              p_subrc = 0.
    $$ end of routine - insert your code only before this line         -
    endform.
    i am not sure about coding but you can surely do it it is like specifying the ranges dynamically(you need to try it out)
    (also as mentioned by others you can do this in traansformation routines)but infopackage routine you can directly write in PROD system.
    2) And regarding the Selective deletion you donu2019t have nay process type in Process chain which does this
    But there is function module u201C rsdri_infoprov_delete " which can be used to develop a program( I guess you must be having a existing ZProgram in ur system already available because this is used commonly.
    Other wise you need to develop a ZProgram for this.
    Thanks and Regards
    Arun

  • Initialize Delta Load in Info Package

    Hi,
    I want to create 2 info packages for my load from datasource.
    One with setting " Initialize Delta load with data transfer " in info package for my first load.
    Second info package should be with " Delta Lad " which i am not finding in the second info package i am creating. Can you please tell me how can i get this setting as i am getting only Full or Intialize delta load only.
    Regards
    Syed

    Make sure the following:
    1) DataSource is Delta Enabled
    2) An Init (or an Early Init) has already been done successfully. You should see the entry in RSA7 of the Source ERP
    You should then be able to get the Delta option in the InfoPackage

  • ******Creation of a loading selection for cube in info package level

    Hi,
    when we are  scheduling the info package(Infp package name is like XYZ),we want to load past 6 months data from the current date(INFO OBJECT(0CREATEDON) BETWEEN (Sy-Datum - 6 months TO  Sy-Datum),in the selection tab in schedule i want to write the abap routine (type 6).please can any one have this type of code please sedn to me asap.
    this is very urgent.delivery is tomorrow.
    Regards
    lekha

    hi Lekha,
    try
    data: l_idx like sy-tabix,
    l_month(6) type c,
    l_dtlast6month like sy-datum.
    read table l_t_range with key
    iobjnm = '0CREATEDON'.
    l_idx = sy-tabix.
    DELETE l_t_range
    WHERE iobjnm = '0CREATEDON'.
    L_t_RANGE-SIGN = 'I'.
    L_t_RANGE-OPTION = 'EQ'.
    if not work, try
    L_t_RANGE-OPTION = 'BT'.
    BT = between
    current month
    concatenate sy-datum3(2) sy-datum0(4) into l_month.
    L_t_RANGE-HIGH = l_month.
    last 6 month
    clear l_month.
    l_dtlast6month = sy-datum - 180.
    concatenate l_dtlast6month4(2) l_dtlast6month0(4) into l_month.
    L_t_RANGE-LOW = l_month.
    append l_t_range.
    modify l_t_range index l_idx.
    p_subrc = 0.
    $$ end of routine - insert your code only before this line -
    endform.
    Re: routine as selection in infopackage
    Re: routine as a selection in infopackage 2. Paolo Siniscalco and A.H.P
    Re: abap routine

  • 0HR_PT_3 Load is taking too much time when i execute the Info package

    Dear All,
    i am working on HR Module.
    i am extracting data from 0HR_PT_3 from R/3 PRD system through info package its taking long time to load data.
    I have checked in RSA3 in R/3 PRD system whenever i extract "0HR_PT_3"  instead of showing records  its showing this error message "Infotype 2002 not read due to lack of authorization" .
    could you please let me know any one have resolve this issue.
    Thanks,
    Venkat.
    Edited by: venkatnaresh7 on Jul 12, 2011 11:49 AM

    hi
    I am facing same issue. did you able to fix this?

  • Info Package load 'Time Lag'

    Hi Experts,
    Is there a table which holds information about time lag of a info package run.
    If yes which field of dat table gives this information ?
    If there is no direct method, is there a indirect method to derive it from any table.
    I badly need to get it from a table, coz I need to document this for lot of info packages, and if I do it manually it takes lot of efforts (going to "details" tab of every info package run and all dat stuff..)
    Points would be awarded for sure.
    Thanks,
    Mihir

    Hi Mihir,
    Check table: RSMONICTAB -- Monitor, Data Targets(Infocube/ODS) Table, request related info and
                       RSMONIPTAB -- InfoPackage for the monitor
    and also you will get load details from statistics.
    More info at: [BW Useful Tables|http://sapbwneelam.blogspot.com/2007/08/bw-useful-tables.html]
    Hope it Helps
    Srini

  • DO we need to run Info Package every time before DTP Process to load the da

    Hi friends,
    IN BW 7.0 do we need to run every time the Info Package before DTP process to load the data into target or only one time we need to run the Info package then from that point onwards we need to run DTP process, Please let me know. basically I am planning to create the process chains so I should put Info package before DTP to load the deltas or full load??
    Thanks a lot,
    Harshan

    Hi,
    When you are loading from source system i.e. datasource to target, you will always have to use an infopackage to load to PSA and a subsequent DTP.
    When loading for instance from DS to Cube, you only need to schedule a DTP.
    I hope this helps you.
    Best regards,
    Olav

  • Data Load (Info package and DTP) performance

    Hi,
    We are planning to perform initialisation expecting 30 million records.
    To improve the data load performance i am planning to increase data package size from default value to double the default value
    Will that improve the performance

    Adjusting the info package size would be helpful...
    But don't go with INCREASING the numbers, It's all depends on the your extract structure size, source system memory settings.
    I would suggest to do some trail in DEV/QUALITY systems with enough data.
    I remember playing in production itself for CRM - 0BPARTNER extractor - we actually reduced the number of records to be extracted per package to improve the performance - we did see the impacts.
    First calculate how much is your current package size by number of records extracted per package now with your extract structure size..and then play around..sure it will help unless you DON'T have any excessive ABAP code user exits.
    Let us know if you need further help on this

  • Is it necessary to create info package for hierarchy  for loading flatfile

    is it necessary to create info package for hierarchy  for loading flatfile  or  mantain hierarchy is sufficient for that please suggest

    Hi,
    there is two ways you can maintain hierarchy data in an master data.
    you can manually maintain the data in an infoobject for hierarchy by selecting that particular infoobject and maintain master data option. here u won't need any infopackage creation.
    but if you are loading through flat file means you have to create and maintain the path for flat file in infopackage maintenance.
    hope this help you
    Regards
    Harikrishna N

  • Info Package Routine issue.

    Hi I was working on an info package routine. I have to load somw documents based some some criterias. My question is how may values can i append for loading Document No. i have somwhere about 400,000 records. I'll have all those doc no's in an Internal table... Can i append all those and load or is there any limit for doing so.
    Thanks in Advance.

    Hi Siva,
    I would suggest to use range instead of appending the document numbers one by one. Its not best of approach.
    You can maintain a transparent table with different range values if you don't have sequential values. Write a routine in the info-package to restrict the document number to the ranges.
    Hope it helps.
    Thx.
    Soumya

  • Maximum number of selections in an info package

    Hi friends,
    i want to load an ODS with data from MSEG. Due to the great number of records I've to select by
    0ATERIAL. Selection criteria are provided by a routine I'll write for this selection, reading a different
    ODS. Estimated number of records for selection is about 80,000.
    My question:
    Is there any restriction regarding the number of selection criteria of an Infoobject in info packages?
    Will a selection work with 80,000 criteria?
    Any input is highly appreciated.
    Thanks in advance and regards
    Joe

    Hello,
    If I understood correctly...you will compare the values from a DSO and then pass these values in the infopackage selections..
    but how are you planning to do it...will it be interval or single value??
    Also I think you can assign only one value or range in the infopackage at a time for selection through routine...
    More the number of selections more the number of AND in the where clause.
    I am not sure if there is any limitations on where clause but after 100 selection the select queries become complex and overflow the memory...so thats the limitation.
    Thanks
    Ajeet

  • Info Package filter for not pulling some materilas

    Hi All,
    I have requirement. I need to put filter in the info package for not to pull  material no XXXX and YYYY.
    I do know how to restrict in the infopackage. But in this case I need to write MATNR N0T EQUAL TO XXXX and YYYY.
    Can you please provide me a code that I can write in the info package.
    Regards
    Sunny

    Hi,
    Hi,
    There are many way to achive this, few are:
    1. Create a Infopackage routine and exculde the values u do'nt want.
    2. Create a OLAP varriable and in customer exit exclude the values u do'nt want.
       To achive this u have to create a customer exit varriable in BEX the same will be reflected here.[Process
       of creating a OLAP variable remains the same as is done in case of query's]
    3. You can exclude values by including all the values around the ones you dont want:
       Let's say you don't want types 103 and 506. In your infopackage, input three intervals:
       001-102
       104-505
       507-999
       You can add more rows for your product type selection by hitting the "insert duplicate row" button, next to the check-button on the bottom left corner.
    4. Load the data and then delete the records in DTP Filter, start routine or end routine. This will lead
       to large data set being loaded better approach is to delete the data at Infopackage leavel.

  • Regarding Selection Criteria features in BI7 Info package maintenance

    Hi,
    In BI7.0, I have to load data from the Business content ODS, 0FIGL_O02 to Customized ODS by restricting the data as per the document types.
    Do we have that feature in BI7, to restrict the data in info package maintenance's selection criteria.Please let me know, when we dont have that feature...where can i apply this restriction for loading one data target to another data target.
    Thanks,

    In BI 7.0 you will be using DTPs to load data from one DSO to the other.  There will be no Infopackages involved.
    You can filter based on Document types in two ways. 
    1.  Build the filter in the start routine of your transformation itself  to delete datapackage whenever document type is not equal to what you want.
    2.  DTPs have a filter button.  When you go in change mode you will be able to choose the infoobjects on which you want to filter.  You can enter the required Document types in the filter here.
    If helpful, assign points

  • Short dump while executing info package in 3.5 data flow?

    Hi,
    i am getting short dump while executing info package while executing info package. it was working perfectly 2 days back suddenly it is giving this problem. it is a full load for info object text data and i have only 600 records. when i tried with " only info package" it is working perfectly n bringing the data into PSA. But when i use "PSA and the into data target" it is giving short dump.
    i replicated Data source and also i activated transfer rules, update rules still it is not working. When i check with another info objects it is working perfectly fine. i dont know what is wrong with only particular info object.
    Please find attached short dump.
    Thanks

    Hi,
    When you load transaction data I think there is a deadlock.
    Check in the process overview (transaction SM50) the waiting processes are in program SAPLSENA .
    The program SAPLSENA is the lock handler tool.
    Also check if  ACR is running on this target while your load is happening.
    Check in SM12 if there are any lock entries for the Infoobject to which you are loading data and on RSICCONT table .
    Try reloading after deleting the locks manually.
    Regards.

  • Error while creating Info Package

    Hi,
    I am new to SAP-BW .Could anyone help me in fixing the following error .
    I have created an Info source for characteristic data and then trying to create a Infopackage to load master data , I have used the characteristic Material Number(IO-MAT) in this case .
    When creating the Info Package I got two data sources in the pop up , Material number (Master data)IO_MAT_ATTR and Material number (Texts) IO_MAT_TEXT .
    I was able to load data from a flat file into Data Source Material Number (Master data) But when I was trying to follow the same procedure and load the data for 'Material number(Texts) IO_MAT_TEXT' it gives me the following error .
    Select the Language field in the  source system -> Long Text
    I am not able to figure out and proceed further. Pls help me out.
    Regards
    Sudha

    I have another question..I was able to fix the error regarding info package but unable to load the data..(data load is being failed)
    In the DataSource/Transfer Structure I have LANGU , /BIC/ZB4_MAT (Material Number infoobject which i created) and TXTSH Fields ..
    the flat file which i used has Language, MaterialNumber,description pattern alone..
    (eg . E , M001,cookie ) and when i try to load this data..and  check in the Monitor - Administration Workbench..it shows as unsuccessful..
    The following error msg :
    Error message when processing in the Business Warehouse
    Diagnosis
    An error occurred in the SAP BW when processing the data. The error is documented in an error message.
    System response
    A caller 01, 02 or equal to or greater than 20 contains an error meesage.
    I could'nt see the long text of Help information...
    could you help me out in figuring out this..
    Points assigned for previous answer..
    Regards
    Sudha

Maybe you are looking for

  • Invalid redemption code - can't get my serial number for Adobe Acrobate XI Standard

    I keep receiving a message, "The code you entered in invalid." for my redemption code.  I used the number one and the small l and a zero and a capital O in my redeption number and still get the same message.  How do I get the serial number so that I

  • Creating variables using set()

    Does the set() function for dynamically creating variables have a substitute in AS3? This is a generic example written in AS2:

  • Foriegn trade Country code in Billing document

    Hi, Can any one guide me how the country code is populated in Billing document Header under  Foriegn trade/custom tab. As we are facing issue with this, in one billing document with germany ship to party the country code is being populated and   the

  • Does anyone know if AirPort Utility 5.6.1 for Windows will work on Windows 8?

    I have just purchased an airport express and need to install airport utility for windows v5.6.1.  I am currently running vista and the software wouldnt load so thinking about upgrading but would like to skip straight to windows 8 (which I can do) but

  • AVI files need rendering

    I've recently been given the task of preparing six hours of short video clips for a foreign language class learning to use some editing programs, iMovie will not work because of the time it takes to import the clips, but final cut is having a problem