Backendtable for infopackage/DTP filters

Can anyone help me to know any backend table in BW where we can find details of Infopackage / DTP filters.

DTP
RSBKDTP                        BW: Data Transfer Process Header Data
RSBKDTPSTAT                    Status Information on Data Transfer Proces
RSSELDTP                       Selection Conditions for Output in Adminis
infopackage
RSLDPIO    Links datasource to infopackages
RSLDPIOT   InfoPackage Text Description
RSLDPRULE  ABAP source code for InfoPackages
RSLDPSEL   Hardcoded selections in InfoPackages
RSMONICDP  Contains the request-id number by data target
RSPAKPOS   List of InfoPackage Groups / InfoPackages
Regards
KP

Similar Messages

  • Transport Request for infopackage

    Hello Experts,
    I am facing a problem in creating infopackage.
    Everytime I create infopackage, it asks for transport request in development system. Though I dont want transport request to get generated for infopackages.
    What setting I have to do for the same?
    Regards,
    Nirav Shah

    Hi All,
    Dev system : system setting usually be modifiable and thats y it would ask for a request.
    Qual and Prod : System settings will be non-modifiable and thru RSA1>transport connection>Eveything changeable is done for InfoPackage,DTP, PC...
    You cant have a scenario with system modifiable and restrict the objects as everything changeable.
    Hope i'm clear
    Cheers,
    Shaw

  • Table name that stores infopackage,DTP and BW table names

    Hi,
    I want to create a program to populate the fields with the BW table name(/BIC,/BI0 etc.),Infopackage name and DTP name(Process Variant).May I know from which table I can get the infopackage name using the BW table name?
    Hope my question is clear enough.
    Regards,
    G.Srinivasan

    Hi,
    InfoPackage:
    RSLDPIO Links datasource to infopackages
    RSLDPIOT InfoPackage Text Description
    RSLDPRULE ABAP source code for InfoPackages
    RSLDPSEL Hardcoded selections in InfoPackages
    RSMONICDP Contains the request-id number by data target
    RSPAKPOS List of InfoPackage Groups / InfoPackages
    RSSUBSTEP2EVID
    https://wiki.sdn.sap.com/wiki/display/BI/ImportantTablesinSAPBI%28NW2004%29
    Thanks
    Reddy

  • How to set DTP filters dynamically

    Hello,
    For infopackages I have the FM BAPI_IPAK_CHANGE in order to change the selections dynamically.
    Question: Does there anything similiar (FM, class) exist for data transfer processes (DTP), where I can change the filter of a DTP dynamically?
    Thank you and best regards,
    Ingo

    U can select the filter conditions dynamically by writing a rouitne ...
    Suppose there is one object called start date its techiacl name /bic/rt_strdt then u want to load data where  the start date is between 20080101 and some time limits then u can write the routien like this
    data: l_idx like sy-tabix.
              read table l_t_range with key
                   fieldname = '/BIC/RT_SRTDT'.
              l_idx = sy-tabix.
            l_t_range-low = '20080101'.
            l_t_range-high = '20080430'.
            l_t_range-iobjnm = '/BIC/RT_SRTDT'.
            l_t_range-Fieldname = '/BIC/RT_SRTDT'.
            l_t_range-sign = 'I'.
            l_t_range-option = 'BT'.
              if l_idx <> 0.
                modify l_t_range index l_idx.
              else.
                append l_t_range.
              endif.
              p_subrc = 0.
    By this routine at run time it dynamically loads the data thats matches the filter condtion for the field start date...

  • TVARVC table - Infopackage - DTP

    Hi Colleagues,
    I would like to know how I could use the TVARVC table to make dynamic selection on the infopackage / DTP during data upload ?
    Thanks,

    Hi,
    Please check the below article on how TVARVC can be used. Though the article, primarily talks on process chain but it gives all the details about usage of TVARVC for variable.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/4027834a-81e5-2c10-1692-866e137fe2a3?quicklink=index&overridelayout=true

  • Creating OLAP variables for infopackages

    Hello Gurus,
    I am interested in creating an "z" OLAP variable and then use in the DATA SELECTION in the infopackage,
    Where can I create the same?
    Thanks in advance.

    Hi,
    The following links will be very helpful for you.
    Step by step OLAP variable for Infopackage
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a05ac9fa-f44c-2c10-dbb8-ef54c102707c?quicklink=index&overridelayout=true
    Regards,
    Kush Kashyap

  • Transaction code for infopackage scheduling

    Hi,
    Does any know what the standard transaction code is for infopackage scheduling (other than RSA1)? Is there any other option to by pass the RSA1 code and go to the infopackage directly to upload an external file to the infocube? Any input will be appreciated. Thanks.

    Hi,
    RSA1 is a standard TCODE for SAP-BI or BW.
    As far as my guesses, there was no standard transaction to run a Infopackage....
    Instead of using tht still if u need to scedule a package,
    1) If ur Infopackage is included in process chains, then u can goto RSPC to the same chain where the infopackage was included and there on the loading step if u rightclick-->display variant.....then it'll goto scheduler window..there u can start...
    2) If u have run the same package before anytime and u remember the date, u can goto RSMO and filter according to IP selections and u'll get all the packages run on tht day...
    If we execute with tht selection u'll get the monitor of the load..ther from the header tab...in the IP selction u can schedule the same without using RSA1..
    But RSA1 is the easy way to trace via data source..
    rgds,
    Edited by: Krishna Rao on Mar 26, 2009 2:48 AM
    Edited by: Krishna Rao on Mar 26, 2009 2:48 AM

  • Where do I get the Gateway SDK for developing custom Filters?

    Hi,
    Where do I get the gateway SDK for developing custom Filters?
    Regards,
    Earnest A Thomas

    Hi,
    There is not actual SDK to download, its in your installation already. The JavaDoc of all classes are in \doc.11122\javadoc in the ZipFile, http://download.oracle.com/docs/cds/E50612_01.zip (From page: Oracle Enterprise Gateway). There is an online documentation including a tutorial at http://docs.oracle.com/cd/E39820_01/doc.11121/gateway_docs/content/general_filter.html
    There should be some simple pre-made filters with source code somewhere but I think you might need to contact support to get your hands on those as I can't find them.
    Cheers,
    Stefan

  • Problems for Infopackage setting for Hierarchy Load

    Hello Masters,
    I have a problem, in editing the setting for Hierarchy Infopackage, I was asked to reset the Processing mode of infopackage directly into Infoobject, instead of PSA and then into Subsequent Data targets.
    But here, i am unable to edit the setting because, every thing is gryed out. Only option selected  before is "Only PSA, and then Update in subsequent Data Targets"
    I have a question, like is it mandatory setting for Hierarchy Infopackage, to Update in PSA and then into Data Targets.
    As i was able to edit settings for Attribute, and Text Infopackages even though these are in Process chains.
    Could any one please help, if it is possible to edit Hierarchy Infopackage, instead of creating a new one.
    Thank you
    Regards
    Raghu

    Hi,
    I have checked, the transfer rules, The Transfer Method used is PSA. I have to reset this infopackage directly to Infoobject, because this process chain runs for every four hrs, and it increases PSA size in tons.
    Hence, i was asked to reset the setting for infopackage. But it is gryed out.
    Thank you,
    Regards
    Raghu
    Edited by: raghuram alamuri on Jul 16, 2009 3:29 PM

  • About maxlines for infopackage

    Hi, i changed maxlines for infopackage in OLTP tx SBIW and then make infopacke in SAP BI7, but not correct parameters that i have seted,why?
    Any idea ?

    Hi
    The Settings are for Extraction for Ex -- If you set control parameter for data package as 20,000 KB..then during extraction of data each data package will be limited to size of 20,000 KB and this will reduce the no. of data packages to avoid smaller sizes(KB). Then the data package maximum size would be limited to 20,000 KB when you schedule your info-package.In that case, one data pack will contain your 20,000 kb worth of data. Also your infopack will contain more than one infopack if there is data beyond 20000kb.
    As each client of a system is a separate source system to BW. And in order to extract the data of all clients to BW each client has to be added as source system. To control the datapackages you then also need to maintain the general settings for each source system and so for each client.
    This settings are nothing relevant to Info Package settings.
    Hope it helps and clear

  • Named Criteria for Table Not Filtering on Page Load

    Hi Guys and Gals,
    I'm tying to create a filtered table using named view criteria (http://docs.oracle.com/cd/E24382_01/web.1112/e16182/web_search_bc.htm#BABBCHIH).
    I create the Named Criteria; I drag from the Named Criteria from the Data Control onto the page; I select ADF Read-Only Filtered Table option. I run the page and much to my chagrin, the table is not filtered. A table with all results, plus a filter box with a value "S" (my named criteria filter value), is displayed.
    Shouldn't the results already be filtered upon page load?
    The filter works correctly when I run tests in my AppModule.
    Using JDev 11.1.2.1.0.
    Will

    I've found a workaround.
    I drag and drop the VO (unfiltered) from the Data Control and select read-only table. In my pageDef, I select the table's binding and check the "Enable Filtering" box. I then select the attribute to filter on and the applicable filter text.
    The table then displays filtered results on page load.
    However, I only see this working for very simple filtering (i.e. one column with simple filter requirements). It should be nice to know why dragging and dropping Named View Criteria onto the page does not automatically filter table results on page load.
    Will

  • DTP Filters Identification

    Hello,
    In a DTP process I need to select some records with these conditions:
    If a Posting Date Range is entered in the DTPu2019s Filter Window then the process will be the standard, all records will be filtered using the entered date and moved to some other place.
    If a Posting Date Range is NOT entered, then and ABAB routine will calculate the previous month and all records filtered will be those of the last month and then moved to some other place.
    I will create an ABAP routine in DTPs-Posting Date, but how to know if the Date is entered manually or not?
    I need to control both things in the same DTP-ABAP routine, if Posting Date is entered then Normal Process, else Previous Month is calculated.
    System: BI 7.01
    Thanks in advance.

    hello,
    filters are like selections in your Info Package.
    You can restrict the data that goes into your target by setting values in the filter.
    e.g you can set fiscal year as 2008.Then data will get loaded to your target only for year 2008.
    You can define routines in your filter to dynamically pass values based on some conditions.
    Regards,
    Dhanya.

  • Table for Infopackages

    Hi Friends,
    I have a requirement to delete the Info Packages and DTPs from the system which got copied in the system refresh.
    My question is is there any table where i can see the Info packages and then delete them?  I know there is a table  RSICCONT for DTPs, but not sure about the Infopackages.  Can anyone please let me know if there is either a table or a function module or a transaction where i can delete multiple Info packages.
    Thanks in ADV
    Regards
    BN

    Hi,
    RSLDPIO
    RSLDPIOT 
    RSLDPRULE
    RSLDPSEL  
    RSMONICDP
    RSPAKPOS
    Please try out these tables they might be helpful for you.
    Regards,
    AL
    Edited by: AL1112 on May 23, 2011 4:17 PM

  • BI 7.0 delta problem in infopackage - DTP

    I have my DTP set as delta going to a DSO.
    FLOW -
    Generic data source (numeric pointer) to DSO to cube.
    How do I setup infopackages between data source (PSA) and source system.....
    In infopackage, I am getting only 2 options -- Init or full load. How do create delta infopackages...
    Thanks.
    Lisa

    Hi Lisa,
    U need to maintain a separate Infopackge for the Delta. Once u take the init then u can able to see the Delta option in Infopackage..
    In BI7.0 for loading the data from PSA to the target u need to use the DTP in place of the Infopackage as in the case of 3.x..
    Infopackage's are used to load the data till PSA.. and from PSA the DTP will come into picture..
    Thanks
    Hope this helps

  • DTP Filters

    <Moderator message: please use meaningful subjects>
    Hi All
    What is the use of Filters in DTP(Data transfer process) and how to create a filter in DTP
    Thank you
    Edited by: Siegfried Szameitat on Nov 18, 2008 11:17 AM

    hello,
    filters are like selections in your Info Package.
    You can restrict the data that goes into your target by setting values in the filter.
    e.g you can set fiscal year as 2008.Then data will get loaded to your target only for year 2008.
    You can define routines in your filter to dynamically pass values based on some conditions.
    Regards,
    Dhanya.

Maybe you are looking for

  • ALV GRID Report is not showing all records which is in internal table

    hi all, have one doubt. please clarify me. ALV Report is working fine since long tiem. But suddenly this report is showing few records only for the given input.   Example:   it_main table have 50 records, but output is showing only 10 records only. (

  • SGD 4.6 - PDF Printing on Windows Clients not working

    Dear all Installed SGD 4.6 with Win2008 Terminal Server. PDF printing works from Mac clients, but not from Windows XP. Is this a known issue? kind regards Werner

  • IDVD ver 4.0.1 video freeze

    problem with the DVD - Besides the DVD requiring 2 days to "burn" the finished DVD freezes about 2/3 through the video. The audio continues, but the video remains frozen on the same image. Mac 10.4.2; 512 MB DDR SDRAM; Processor Dual 1.42 GHz PowerPC

  • Sender Channel getting problem "RFCSenderR3 "

    Hello friends, In my XI  QA env...there is one service "RFCSenderR3" which is not showing any messages like in message monitoring ,but if i check in Communication channel CC monitoring for that service it shows as following error : Error* Sender chan

  • Fruitninja for nokia asha 311

    Hai! Where i can download fruitninja game for s40. Tell me whether fruit ninja is available for nokia asha 311