Tables where BEx query variants are saved (BI 7.0)

Hi Experts,
I'm looking for the BI tables where BEx 7.0 saves query variants, but I don't find nothing.
In BW 3.5 there were Table RSRVARIANT, but in BI 7.0?
Could someone help me?
Thanks in advanced
Fede

Hi Sunmit,
thanks, I found my query variants RSRPARAMETRIZA.
In RSRPARAMETRIZA there aren't information about single variable who make the variant!
In RSRVARIANT I find only variants I have created with Business explorer 3.5.
All variants of queries I have created with BEx 7 aren't in RSRVARIANT,
Should I have them in RSRVARIANT?!
or There is another table for those information about variant query of BEx 7.0...
bye
Fede

Similar Messages

  • Database Table where MRP Run results are saved-Urgent

    Hi Gurus
    i need your help in identifying the database table where the MRP Run results are saved , this is needed for creating a custom report similar to MD45(but for entire plant) where i can look and pull the sum of all the receipts and issues, ATP Quantity for a given material in a particular plant
    and ignore zero quantities in the receipts and issues field
    i tried in <b>MDTB</b> table, MDTB-MNG01 Quantity received or quantity required but it has no entries maintained in it and so it cannot be used.
    So can you please help me with the table where i can get this information asap
    thank you very much for your time and solution

    Please use the code below which will help you in extracting data from MRP table.
    You can enhance this program basing on your requirement.
    *+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    A sample program to extract data from the MRP table.
    *+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    REPORT ZMRPTABLE.
    TABLES: MDKP,  "Header Data for MRP Document
            MDTB,  "MRP table
            MDTC,  "Aggregated MRP table items
            T457T. "Description of MRP elements
    DATA: BEGIN OF MDTBX OCCURS 0.
            INCLUDE STRUCTURE MDTB.
    DATA: END   OF MDTBX.
    SELECT-OPTIONS: PLANT FOR MDKP-PLWRK OBLIGATORY,
                    MATNR FOR MDKP-MATNR OBLIGATORY.
    CLEAR: MDKP, MDTB.
    SELECT * FROM MDKP WHERE DTART EQ 'MD'
                         AND MATNR IN MATNR
                         AND PLWRK IN PLANT.
        WRITE:/ MDKP-MATNR, MDKP-PLWRK.
        IF MDKP-CFLAG EQ 'X'.
           CLEAR MDTBX. REFRESH MDTBX.
           IMPORT MDTBX FROM DATABASE MDTC(AR) ID MDKP-DTNUM.
           LOOP AT MDTBX.
             MOVE MDTBX TO MDTB.
             SELECT SINGLE * FROM T457T WHERE SPRAS = 'E'
                                          AND DELKZ = MDTB-DELKZ.
             IF MDTB-PLUMI = '-'. MULTIPLY MDTB-MNG01 BY -1. ENDIF.
             WRITE:/ MDTB-DAT00, T457T-DELB1, MDTB-VSTAT,
                                              MDTB-MNG01, MDTB-LGORT.
           ENDLOOP.
        ELSE.
           SELECT * FROM MDTB
                         WHERE DTNUM EQ MDKP-DTNUM
                         ORDER BY PRIMARY KEY.
             SELECT SINGLE * FROM T457T WHERE SPRAS = 'E'
                                          AND DELKZ = MDTB-DELKZ.
             IF MDTB-PLUMI = '-'. MULTIPLY MDTB-MNG01 BY -1. ENDIF.
             WRITE:/ MDTB-DAT00, T457T-DELB1, MDTB-VSTAT,
                                              MDTB-MNG01, MDTB-LGORT.
           ENDSELECT.
        ENDIF.
    ENDSELECT.
    This is taken from www.sap-img.com
    Hope this helps you.

  • Table name where Broadcaster precalculation variables are saved

    Please help me with the table name where Broadcaster precalculation variables are saved. Thanks.

    Hello Jinal
    Please go to transaction SE11 and there search  in database table for tables starting with
              /BIC/OB*
    My table for example is named as following /it is the first precalculated value set:
    Transparent table -> /BIC/OB00000001
    description           -> Calculate with Broadcast Setting Z_CCUSTOMER_PRECALC_01
    However table class is L, where so I don't knwo how to see the data..
    In case you know please let me know
    Best regards
    Christian

  • Specifying where Reminders and Notes are saved.

    I can't get my head around where the agenda pulls it's data from and where notes should be saved and the same with reminders.
    I'd like reminders to be editable on my computer or emailed to me or, at least, somewhere where I will see them later.
    Notes; same thing. Can they simply be emailed to me rather than saved in some unknown location?
    I'm a bit confused about where all these bits are saved and how I can access them all from my computer and specify where they are saved.
    anyone figured all this out?
    Thanks.
    Martin

    I believe notes data is save as just that, App data and not as a physical text document
    A few members here have made the switch to an app called Google keep however I haven't tested this myself so I can't give any feedback as to it's ability's
    For a successful technology, reality must take precedence over public relations, for Nature cannot be fooled.   Richard P. Feynman

  • Bex Query Variants Information

    Hello,
    I have 15 variants created for a Bex Query - QUERY1, I would like to know which SAP Tables does this variants get stored. Out of these 15 variants, I would also like to know among these which are Global Vs Personal variants.
    Could you please share your inputs.
    Thanks in Advance.
    Regards,
    John

    Thanks Again for the quick reply.
    I have checked the Query in table RSRPARAMETRIZA , I have only found 8 variants in this table.
    But when I opened the same query in the Bex Analyzer, I see 15 variants. And these are not my variants to think that the additional variants are my personal varaints.
    Can I know why I will be seeing only less varainats in this table RSRPARAMETRIZA, when it have more variants? Is this the only table which the Bex Query to Variants relationship.
    Please let me know, if we have any other additional tables?
    Appreciate your help .

  • BEX Query variant - how to make it Global ?

    We have a problem that we did not have in 3.x. In NW04s, when some one saves a query variant, it can be seen/accessed only by that person. We have a need to make it global so that other users in the division can use the variant to run the query. Does anybody know to make this work?
    I looked at the table RSRPARAMETRIZA and the field PERSONAL is always set to 'X' for variants created in BEX (using new BEX tool). We tried to blank this out (for testing) to see if the variant becomes global. But it did not help, in fact after this change whenever I choose this variant it kicks me out and I have to login again.
    Any input/workaround is appreciated.
    Regards
    -Bala

    As of NetWeaver 2004s variants (created in the BI70 runtime) are stored as an XML string inside of the table RSRPARAMETRIZA. In BW3.5 and before they were stored along with ABAP variants within the table VARI.
    Check these notes:
    1004479
    1003466
    990801
    981693
    973676
    978803
    973844
    774413
    Hope this helps,
    Prakash

  • Variable Selections in BEx Query Variants

    I am trying to save a variant for a BEx query that uses a floating date range.  I want the date range to move with the calendar.  I r/3 this is done with the variable selection.  In BW 3.5, I don't see how this is possible.  I only see options for TVARVC which are user exit selections.  Can someone point me in the right direction.
    Regards,
    Kevin B

    Hi Kevin
    Your requirment is that date range should move with calendar (ex. In first week , the date range should be from 1 to 7 of the current month & in  second week the date range should be from 1 to 15 of current month) ...if it is like this then you can go ahead with - create a variable and do the coding with sydatum (system date ) and embed the required logic. But if your requirement is completely random then you can not use this.
    Hope this helps
    Regards
    Pradip
    (Rewarding points is the way of saying thanks on SDN !!)

  • BEX Query Changes are not Reflecting in WAD

    Hello SDN Experts,
    I'm  Facing a Typical Weird Issue. We got an Requirement to Create a New Variable in a Exisitng BEX Query. Assume that we have already a Variable on 0VENDOR. So I have Removed that Variabale and Added new Variable which was created by myself. So when I execute the Query I;m gettign displayed the new Variable wihch is working fine.
    But the problem is with WAD. WAD is showing both the old and new Variables. So in selection paramater it is displaying two 0VENDOR variables instead of showing one.
    Could you please Guide me how can the BEX Changes will get reflected in WAD report as well ???
    Your advice are highly appreciated
    Regards,
    Aluri

    Hello Hemanth,
    This issue may be because you only removed variable but didn't change the 'input ready' settings of it.
    Steps, go back to removed variable -- properties --- details -- then deselect 'variable is ready for input' -- save and exit -- try WAD report..
    Hope this will help.
    Thanks.

  • Bex Query variants not working

    Hello Experts,
    I have a unique problem with one of my queries, the query variants which are created before Nov 1 are not fetching any vaules instead it gives a message MAKE ENTRY IN ALL THE FIELDS......
    the variants which are created in Nov are working fine.....we have not done any upgrade....
    does anyone faced this kind of problem? what needs to done to get back the variant values in the selection screen.
    Any help is highly appreciated.
    Regards

    Was there a change to an InfoObject that is in the InfoProvider that is also one of the query input options?
    e.g. IO ZHARA used to be defeined as a Char with a length of 4, but was changed after Nov 1 to Char, length of 8.
    If you change an IO like this that is in the variant, that will render the variant unusable.
    There is a program that checks for variants that have been broken like this, and another that you enter the query's technical name and it repairs the variant.
    Try a search on SDN for something like "query variant program".  I'll post the program names after I get back in the office tomorrow.

  • Data Table where all plant addresses are stored in

    I would like to download all plants addresses in my client to a spreadsheet.
    I not sure which table holds this info - any help with table name?
    Thanks

    Thanks Volkan.
    Table V_T001W gives me the plant name & description. I now need the physicall table where the associated adress filds are stores. The fields you provided appear to be held in a stucture - ADDR1_DATA and not a table.
    Any idea whow I can extract theses plant addresse from a structure?

  • Retrieving BEx Query Results Area for use in Excel formulas

    Hello,
    I run BEx queries in workbooks and then use Excel formulas ( mostly VLOOKUP(LookupValue, ResultsArea, ColumnReturned,) ) to retrieve certain information from the query ResultsArea.
    ****Problem:
    Depending on the query parameters, the query "Results Area" is larger or smaller.
    ****Non-optimal solution:
    One way to define the  ever changing Excel range occupied by the Results Area is to create an Excel name as:
    QueryRange = OFFSET(QueryFirstCell,,,COUNTA(OFFSET(Sheet1!$A:$A,,COLUMN(QueryFirstCell)-1,,)),COUNTA(OFFSET(Sheet1!$1:$1,ROW(QueryFirstCell)-1,,,)))
    Then, the only input required is the top-left cell of the Results Area, which stays the same (unless the query definition changes).
    ****Question
    What is the best way to refer to an ever-changing query Results Area in an Excel formula?
    Thank you!
    Louis

    It is actually much easier than that.
    Use a VBA statement like the following:
    Set RptRng = ActiveCell.CurrentRegion
    This will retrieve the data in the Results Area, no matter what the size is.
    Hope this helps...
    Bob

  • What is the name of the table where Release Strategy changes are maintained

    Dear Friends,
                       Every time I make the changes in the Release Strategy Codes the Signature of the Approver changes in the Output. The problem is that it even changes for the Older PO's which are already approved by some other approver. Is there any way this problem can be sorted out? or can any one give the name of the table which records the changes made in the Release Strategy along with time and date? I will be really thankful if you guys can help me out!

    Hi Chintan,
    I hope you are talking about the release codes, which we attach later on to user Ids and signature means its description. I hope followed correctly.
    In standard system, as and when you change the description of release code at back end, it gets reflected on front end. No matter whether its old or new PO. There is no way out to stop this. Every time you display the purchase order, the release codes checks for description at back end and displayes the same. Still, it should not bother you, as the already released PO dosent get affected for any changes you do at back end in the entire release strategy.
    Beside the tables mentioned by other friends AUSP is the table where all release related entries gets stored.
    I hope it clarifies.
    Regards
    sachin

  • Table where CU50 configuration data is saved

    Hello All
                           Can you please tell me if there is a table in SAP where i can see the charecteristic value selections in CU50 screen, i mean i am looking for a Table where all th charecteristic values selected for a configurable material in Cu50 or VA02?
    Thanks in Advance

    Dear friend,
    Please have a look at standard structure RCUKO  (there is no table, only the structure).
    You can try to get the data using some functional modules, I guess try the
    CU_SINGLE_CONFIGURE
    Good luck!

  • The variants are saved where?

    Hi all,
    I want to delete the variant I have created using alv(slis alv) and it is not available an option to delete the variant...
    So I want to delete it from db but where are they saved?
    Thanks in advance.
    Deniz.

    Deleting Variants
    http://help.sap.com/saphelp_webas620/helpdata/en/c0/980392e58611d194cc00a0c94260a5/content.htm
    Procedure
    Open the appropriate variant as described in Creating a Variant.
    On the initial screen, choose Variants ® Delete.
    The ABAP: Delete Variants dialog box appears.
    Choose whether you want to delete the variant in all clients, or only in the current client.
    Confirm your choice.
    Result
    The system displays an appropriate message in the status bar.
    You can delete several variants at once from the variant catalog. Choose Delete variants, select the relevant variants in the selection dialog box, and choose Delete

  • Exact table where the repository objects are stored

    Hi,
    In which table the repository objects(Program,FM,Data Element,...) are stored exactly.
    I checked in TADIR table, but it's a directory for the repository objects.
    Also checked TRDIR.
    Say, If I delete a transport request which contains a report thru a 'Z_delete_request' prgm, I can still see the report in SE38.Ofcourse I have deleted in TADIR also.
    But presents in repository.
    Kindly suggest the exact table name.
    Regards,
    Siva

    Hi,
    Use seach option in SDN.
    [System table in abap where all the programs/FMs created are stored !]
    Regards
    Sandipan
    Edited by: Sandipan Ghosh on Jan 6, 2009 10:51 AM

Maybe you are looking for