Tables holding Data related to selection conditions of each loadin cube,ODS

Hello Experts,
Hope you are all are doing Good!.
I am looking for a way to check the selection conditions of each load in cube & ods through an ABAP program.
For Eg: we load cubes with selection conditions with (created on date -1 ) and i want to check whether there are all loads for all days....can we do this with abap code right...
Can u pls help with the related tables i can look for this data...
Thanks in advance!!!

Hi,
check this table for selection criteria:
RSLDPSEL and RSSELDONE
thnks.
Edited by: Sakthi Jaganathan on Jun 18, 2009 4:20 PM

Similar Messages

  • Which table holds data for plant, soldto party and shipto party? Help!

    Hi Experts,
             Which table holds data for plant, soldto party and shipto party?
             Basically I want get palnt and associated soldto party and shipto party.
             Kindly help!
    Thanks
    Gopal

    Hi
    You have to link VBAK and VBAP tables.
    regards
    Srinivas

  • How do you delete records from table with data in a select option

    how do you delete records from table with relevant to data in a select option..how to write coding

    Hi,
    Try
    if not s_select_option [ ] is initial.
    delete * from table
    where field in s_select_option.
    endif.
    commit work.
    Be careful though. If select option is emty, you will delete the entire table.
    Regards,
    Arek

  • How do I configure a dynamic table with Data-Drop Down selections to store separate values?

    I am attempting to use LiveCycle to create an Order Form that uses an ODBC to a SQL database. When a user makes a selection, a separate column in the table references the "Item #" associated in the SQL table, and generates a corresponding barcode.
    My problem is that when I select an Item from the drop down list, all the items in the table change. What am I missing here to separate the rows as different line items? I tried adding a [*] to the end of the connection string, and that allows me to select different options but does not generate the "Item #" or "Barcode" field.
    The screenshot below shows the basic form. When I select any of the data drop downs, all of the Items change.
    I used the auto generated script for the "Add Row +" button shown below. Is this my issue? Or do I need to alter the way I'm setting up the Data Binding in for my Data Drop Down?
    this.resolveNode('Table1._Row1').addInstance(1);
    if (xfa.host.version <8) {
      xfa.form.recalculate(1); }

    package pruebadedates;
    import java.sql.*;
    * @author J?s?
    public class ClaseDeDates {
        /** Creates a new instance of ClaseDeDates */
         * @param args the command line arguments
        public static void main(String[] args) {
            java.sql.Date aDate[] = null;       
            Connection con = null;
            Statement stmt = null;
            ResultSet rs = null;
            try{
                Class.forName("com.mysql.jdbc.Driver").newInstance();
                con = DriverManager.getConnection("jdbc:mysql://localhost/pruebafechas", "root", "picardias");
                    if(!con.isClosed()){
                    stmt = con.createStatement();
                    stmt.executeQuery ("SELECT dates FROM datestable");
                    rs = stmt.getResultSet();
                        while (rs.next())
                        aDate[] = rs.getDate("dates");
            catch(Exception e)
               System.out.println(e);
            //System.out.println(aDate);     
    }Hi, There is my code and the errors that I get are:
    found : java.sql.Date
    required: java.sql.Date[]
    aDate = rs.getDate("dates");
    Actually I have No idea as How to get a Result set into an ArrayList or Collection. Please tell me how to do this Dynamically. I have like 25 records in that Database table, but they will grow, so I would really appreciate to know the code to do this. I suspect my problem is in the bolded part of my code.
    Thank you very much Sir.

  • Selection condition in maintenance view

    I have one table with data related to 5 systems.
    MSF, RET, SER, BOB, SAV, LED.
    I need t o create views with related data for each system. But system BOB contains data related to MSF and RET, So instead of creating view for that i have to add MSF related data to MSF view and RET related data to RET view from BOB system. These all are from one table only.Can you please suggest me the selection condition for that in maintenance view.
    Thanks.

    thanks

  • Deleting Request from cube based on Selection Condition

    HI All,
    I have a scenario where i have three selection condition while i update from ODS to CUBE . I keep getting differnet versions of the file so the latest version should replace the old version , to do this i tired using the option
    Delte Request from Info Cube after Update in the Data Tagets tab
    And the Radio button Overlapping is checked  . ( This is not working )
    The three selection conditions in Info Pacake are
    Reduest id from ODS : 11111
    Cal Month                 : 20072
    File Type                   : B
    The selecion condition for the second Version in Info Pacake of the same file that should replace the first file in cube is
    Reduest id from ODS : 22222  ( The request id is RID in the ODS for second file )
    Cal Month                 : 20072
    File Type                   : B
    so can any one let me know how can i achvie this ........

    Hi Abraham,
       You select the variable deletion conditions when you schedule the InfoPackage that is going to load the new data. On the Data Targets tab page in the Automatic Deletion of Similar/Same Requests from InfoCube column, you click on the pushbutton to go to the Deletion of Requests from the InfoCube After Update dialog box.
    Here you determine under which conditions existing requests are deleted from the InfoCube:
    ·        You can include update modes, InfoSources, DataSources, and source systems for requests.
    Example
    Requests are deleted when the appropriate deletion conditions are met if existing requests and new ones were loaded from the same DataSource.
    ·        You can determine whether the selections for the new request need to be the same as or more comprehensive than the selections of the request that is to be deleted, or whether the selections for the new request need to completely or partially overlap the selections of the request that is to be deleted.
    ·        You can specify deletion restrictions according to date. This means that, when the deletion conditions are met, only those requests that were loaded within a specific time period are actually deleted.
    Example
    If you choose Data for the Request from the Last Seven Days, only those requests are deleted that have been loaded in the last seven days.
    ·        You can specify situations in which a request is not to be deleted, even if the appropriate deletion conditions are in place.
    Example
    If, under Exceptions, you choose the Today is …the Last Day of a Month, existing requests are not deleted, if the new request is loaded on the last day of a month.
    ·        Another option for determining deletion conditions is creating a user routine for the InfoPackage and the InfoCube.  In this routine you can exclude requests from a deletion process or include additional requests for deletion.
    Check conditions again, it will work, if selection and data source is same.
    Hope it Helps
    Srini

  • Selections conditions at the Infopackage

    Hi,
    My Requirement is to load data for the selection conditions of Current month+12 periods and Current Month-24 periods for the Calmonth characteristic by writing a routine at the infopackage level.
    Is there any standared function module for caluclating the year and period using the system date.
    If I use 'DATE_TO_PERIOD_CONVERT' then this would give me the year and period but that needs my fiscal variant.
    Could some pne help me with this.
    Regards,
    Vamsi

    Hi Ajay,
    Could you please tell me whether this code works out for +12 months..
    Data : today like sy-datum,
          current_month(6)  type C,
           I_MONTH    TYPE I,
          I_YEAR     TYPE I.
         data: l_year like T009B-BDATJ,
          l_period like T009B-POPER.
    data: l_fiscperlow like l_t_range-low.
    data: l_fiscperhigh like l_t_range-high.
      today         = sy-datum.
      current_month = today+0(6).
      l_year        = today+0(4).
      l_period      = today+4(2).
    l_fiscperlow = current_month.
        Add 1 to l_year.
            concatenate l_year l_period+1(2) into l_fiscperhigh.
          l_t_range-low = l_fiscperlow.
          l_t_range-high = l_fiscperhigh.
          l_t_range-option = 'BT'.
          l_t_range-sign = 'I'.
    Regards,
    Vamsi

  • Selection Conditions assigned to BOM

    Hi,
    Can anybody please tell me in which table I can find which selection condition is assigned to which component of the BOM?
    or else is there any standard report for it?
    Thanks
    Deepak Joshi

    Hello Deepak,
    Table for components is STPO and all the assignments are stored through an internal number KNOBJ. So you will need tofind out STPO-KNOBJ for the BOM number (STLNR). and you can then look at table CUOB with that KNOBJ. All the assignments should be stored there. Field KNNUM is the internal number for the Object dependencies . you will find the name and the details of this OD in table CUKB.
    You can goto the where used list from the object dependency incase it is global but for local you will need to write a report yourself accessing these tables.
    Thanks
    Amber

  • Extract the table formated data using itextsharp in c#

    I have one pdf file in which i need to extract table formated data in a specific format by each filed.I tried by using itextsharp but data comes in unspecified format. Can any one help me on this.This is very useful for me.
    please find attchement for pdf and their fields
    Field Name(as per RRC Records or wildcat): Block A-34(SAN ANDRES)
    LEASE NAME: SIGHT FOR SORE EYES
    OPERATOR'S NAME: RING ENERGY, INC.
    API No:42-003-39809
    like wise all fileds.

    Hello Manideep Lakkakula,
    As ITextSharp is a library from here
    http://sourceforge.net/projects/itextsharp/ and also PDF is third party product, I'm afraid you have to post on specific forum about ITextSharp library instead of here. C# is just a language forum.
    Best regards,
    Barry
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Table Fpr Requests in a Cube/ODS

    Hi,
    Please let me know the table for finding the records a requests contains in a Cube/ODS?
    Thanks.

    For cube:
    /BIC/F<Infocube technical name> (Uncompressed fact table)
    /BIC/E<InfoCube technical name> (compressed fact table)
    For ODS:
    (for custom ODS objects)
    /BIC/A<ODS technical name>00 (Active Data Table)
    /BIC/A<ODS technical name>40 (Activation Queue)
    /BIC/B<10 digit number> (Change Log Table)
    (for SAP defined ODS Objects)
    /BI0/A<ODS technical name>00 (Active Data Table)
    /BI0/A<ODS technical name>40 (Activation Queue)
    /BI0/B<10 digit number> (Change Log Table)
    Hope it helps.
    Regards

  • How to create a "Selection Conditions" table similar to that found in se11?

    Hi,
    My team is trying to develop a SAP data migration tool (DMT) using ABAP.
    One of the functionalities in the DMT is to validate the data imported to the staging area tables against some reference tables (e.g. SAP tables).
    To do this, I would need to have a "Selection Conditions" table similar to that found in se11 (se11--> Display "View" --> Select "Selection Conditions" tab). This table would allow me to specify my 'referencing' conditions (e.g. Table = "ZMYTAB", Field = "ZMYFLD", OPERATOR = "EQ", Comparison Value = "ZMYTAB2", AND/OR = "").
    Are there any ready-made codes out there for such a "Selection Conditions" table? Or did SAP provide a built-in object for such a table?
    Any help would be greatly appreciated. Thanks!

    personnally I do use the standard FMs for dynamic selections
    see FM FREE_SELECTIONS_DIALOG
    Look at this sample code:
    http://sap.ittoolbox.com/code/archives.asp?i=10&d=2919&a=s

  • Tables for sales & purchase order data relating to delivery

    hi all,
    i am writing a report to download all the delivery data after the delivery is created.i have to download the sales order data & purchase order data relating to this delivery also.
    i am using likp & lips table for delivery.which tables i
    should use to get the sales order data & PO data for the same delivery (likp-vbeln). i.e i need the sales & purchase order related tables which has link with delivery tables like likp & lips etc.
    plz advice me. it is very urgent.
    any idea is highly appreaciated.
    Regards
    pabitra

    in Addition to NM ,
    in case of STO there is no Sales Order , Process will be like this
    PO-->Delivery->PGI--->Billing  then u have to
    link
    *getting the History data of the PO
            select ebeln
                   ebelp
                   belnr
                   menge
                   from ekbe
                   into corresponding fields of table  w_ekbe
                   where ebeln eq w_lips-vgbel
                     and ebelp eq w_lips-vgpos
                     and bewtp eq 'L'.
    Regards
    Prabhu

  • Can't delete previous unread messages in hub pinch view via select previous (hold date line)

    Happily running OS 10.2.1.2141 on my Z10 (STL100-3). I was thrilled to see the hub's Pinch Selection Criteria option in 10.2.1 but did not have the occasion to try it. Then this weekend, my mailbox got flooded with email notices from our alert system and I was facing having to delete hundreds of emails the old tedious way, multi-select each email one at a time and hit the delete option.  Well, that's when I tried to use the hub's new pinch selection option to "hide" my read messages. I then held the date line to select all the previous messages and hit the delete option which asked my if a really wanted to delete those messages. I confirmed by choice and poof! nothing happened. I tried several times to no avail, even trying with flagged messages. It looks like you can't delete messages while in Pinch Selection view if you select them via the Select previous (hold date line) method. It does work if you select/multi-select the messages manualy but what's the point then?....
    So, unless i'm doing it wrong, this appears to be a bug.
    Regards,
    Francis.....   

    fpaquin wrote:
     that should be the point of the pinch selection criteria and you're select by sender.... let's see if anyone can reproduce the "bug" on their handsets or better yet, BlackBerry confirms it's a bug or poor design......
    when I pinch and hold a date bar, I get the trash can... do you not?
    fpaquin wrote:
    Yup, that's the tedious way I've always used, ok for a few emails, unacceptable for hundreds of emails.....
    Oh, yea for hundreds. Do you get hundreds each day you need to delete?
    Once you get caught up on your deleting, then your daily upkeep should be a reasonable low effort.
    Anyways, that's how it works.
    If you feel it is an OS issue... what OS are you on?
    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

  • Not able to put data selection condition in data selection tab of infopakag

    I was loading data from data source as data mart ( export data sauce from ODS) to other ODS.
    when I tried to do delta Initialization with data transfer , I am not able to put data selection condition in data selection tab of infopakage.
    when I choose Full Update in Update tab . It enables data selection fields in data selection tab. and I could put the condition.
    I have checked in transfer structure as well , the fields are marked for selection.
    Please advice .
    Please tell me what could be the reason for this problem

    Ashutosh,
    As you are doing delta upload the data selection tab will be disabled, if you want to do the selective load then you need to do init update with your selection.
    When you do the full updtae then definitely the data selection tab will be enabled for all the objects.
    Hope this helps...
    *******Assign Points if it helps********
    Thanks,
    Gattu

  • How to create a table which contains relational data and Document data

    hai all
    i need to create a table which contains relational data(i mean coulumns whose data types are type NUMBER,VARCHAR) and documents(like xml file/html file/image)using iFS.
    when i store the document data(xml data/html data) in the iFS ,it will be stored as Document Object.so how do i relate this document object belongs to a particular row in a table.
    do guide me
    thanks

    Please see reply at http://technet.oracle.com:89/ubb/Forum36/HTML/000778.html

Maybe you are looking for

  • HT5622 How can you recover your security question answers if you have forgotten them?

    My phone got stolen a while back. So I hadn't made any purchases recently. So when it did, it asked got my security question answers and I realized I forgot them.

  • Move files with doubelspace in filename using CLIENT_HOST in Forms10g

    Hi, We have following code witten to move files in Forms 10g ( 10.1.2.0.2 ) - CLIENT_HOST('cmd /c move '||'"'||Source||'"'||' '||Dest); The above code works fine for files with single space in filename. For Example - "a b.txt" However fails for files

  • New Firmware for Zen. Where is

    I remember during Christmas Break, when I first got my Zen (8gig, now upgraded to 6), I saw new firmware updates every week. Its been nearly 4 months without a firmware update. I liked the new features they kept adding, but stopping suddenly at only

  • Mouse click sounds

    I searched the topics and was unable to locate the answer. WHat I am looking for is this: Is there a way to switch the sound of a NEXT and/or BACK (or whatever button) from the click to a custom sound? I know I can go into the GALLERY / MOUSE / CLICK

  • QM01 - Quality notification - Multiple Custom subscreens

    Hi,     Please let me know if it is possible to have multiple custom subscreens under one tab for quality notification. We already have one custom subscreen "0101" and requirement is to add one more at the bottom of 7200 screen. Please advise Regards