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

Similar Messages

  • 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 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 .

  • 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

  • How to make a global scope component to be thread safe?

    One of my global component preserves states in its member variables, I am afraid that it's might messed up in multi-threading conditions, so how to make a nucleus global component to be thread safe?
    Edited by: user13344577 on Jul 14, 2011 9:45 AM

    Hi,
    Just to help integrate Shaik's and my own seemingly contradictory replies:
    If the member variables in your global component actually need to be globally available, so that multiple threads/sessions need to seem the same data, then you need to use synchronization or some scheme to make this data thread-safe when updating it. If the member variables are non-global data and are simply for convenience of having data available for multiple method calls or something like that, then you should do as I said (don't use synchronization) and use one of my suggestions to avoid this.
    I have seen customers frequently do what I replied about and store non-global data in a global component, and Shaik simply interpreted what "user13344577" is trying to do differently. Clarification is needed to know which of our answers better applies.
    Thanks.
    Nick Glover
    Oracle Support for ATG Products

  • BEx Query Help   How to restrict  Organisation Unit  Like 'D%'    in Bex

    Hi all ,
    In a cube i have a columb   ORGUNIT     which is having Values from
    A_152,
    A8373 ,
    D_983,
    B_0293,
    C09 ,
    D6653 .
    In bex Query Designer I want to restric that infoobject  & organisation unit which is starting with 'D' .
    means  output will be   :  D_983 ,
                                            D6653
    ABAP statement    for this             ORGUNIT  LIKE 'D%' .
    how we do same in BI restriction .
    Thanks Regards
    Sanjeev Kumar
    Edited by: skarya2003 on Dec 6, 2009 9:01 AM

    Hi,
       Try using customer exit .
      chk out this doc which helps u,  http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/90f8b363-882d-2c10-ea91-9f08ce4c658a&overridelayout=true
    Regards,
    Priya.

  • 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.

  • How to make a global variabel

    I have a problem
    I wanna make global variable (not bind variable), and every page in portal can use this variable.
    Can anybody tell me how to make this var ?
    TIA

    I have used session variables to do what you are trying to do.
    Checkout http://technet.oracle.com/products/iportal/files/pdkjan/articles/primer.session.storage.html for a primer on session storage, and especially http://technet.oracle.com/products/iportal/files/pdkjan/plsql/doc/sdk20pkg.htm for how to use wwsto_api_session.
    Ken Atkins
    Computer Resource Team (www.crtinc.com)

  • Portal WorkProtect mode: How to make a global enablement

    Hi Experts,
        Where can i make WorkProtect mode setting for all Portal Users in one go??

    Hi
    You can do it centrally as mentioned below
    There is a property known as workprotect.mode.personalize which can be set as ON or OFF. You can also set the value of the property - workprotect.mode.default, which affect the value globally.
    Check this for more details
    http://help.sap.com/saphelp_nw04/helpdata/en/37/50fb5066f9db43b3b5d5fc8de0c051/frameset.htm
    Regards,
    Praveen Gudapati

  • Building Query in Pre-Query. How to make it more Memory Efficient

    Hello all,
    I have a form with 2 Data Blocks.
    First Block is used for giving query Parameters and second one returns the results based on a View.
    I build the Select Clause in the pre-query based on the Parameters. So every time I have a Different Query.
    Could that create problem in the Database Server due to parsing queries again and again?
    Would using a Different approach (i.e. ref Cursors) be more memory Efficient?
    Thanks

    The pre-query is quite Large so I am pasting only a part of the Code (the rest of it Is Identical).
    In the selects v is the alias of the View of the Second Data Block.
    The :qf_ bind variables are fields of the First block where I give the Parameters.
                   IF :QF_IS_DISPLAYED=1 THEN
                   L_WHERE := L_WHERE || ' AND V.IS_DISPLAYED =''1''';
                   END IF;
                   IF :qf_colour IS NOT NULL THEN
                   L_WHERE := L_WHERE || ' AND item_colour=''' ||:qf_colour ||'''';
                   END IF;
         IF :qf_product_item_colour IS NOT NULL THEN
                   L_WHERE := L_WHERE || ' AND product_item_colour=''' ||:qf_product_item_colour ||'''';
         END IF;
         IF :qf_product_length IS NOT NULL THEN
                   L_WHERE := L_WHERE || ' AND product_length=''' ||:qf_product_length ||'''';
         END IF;
                   IF :qf_apf_batch_id IS NOT NULL THEN
                   L_WHERE := L_WHERE || ' AND apf_batch_id=' ||:qf_apf_batch_id;
                   END IF;
                        if :qf_prod_resource is not null then
                        L_WHERE := L_WHERE ||' AND v.resources = ''' ||:qf_prod_resource ||'''';
                        end if;
                        if :qf_customer_number is not null then
                        L_WHERE := L_WHERE || ' AND FACTORY_ORDER_ID IN (SELECT FA.FACTORY_ORDER_ID
                                                                                                                                                     FROM OE_ORDER_HEADERS_ALL OH,
                                                                                                                                                                    RA_CUSTOMERS RA,
                                                                                                                                                                    XXSC_DEMAND_LINES DL,
                                                                                                                                                                    XXSC_FACTORY_ORDERS FA
                                                                                                                                                     WHERE      OH.SOLD_TO_ORG_ID = RA.CUSTOMER_ID
                                                                                                                                                     AND      DL.SOURCE_HEADER_ID = OH.HEADER_ID
                                                                                                                                                     AND          DL.FACTORY_ORDER_ID = FA.FACTORY_ORDER_ID
                                                                                                                                                     AND               RA.CUSTOMER_NUMBER = ''' ||:qf_customer_number ||''')';
                        end if;

  • Bex query question:How to get total value ?

    For material level we can get value(quantityamount), but for the result is total quantitytotal amount, the result is wrong. How to get the total value correctly?
    I checked some material.which need coding. but I want to know if I can get easier way for that.
    Thanks.

    hi, i jus tried. .this works for me..
    set calculate result as summation and formula collision nothing defined...
    *reward if helpful*

  • Outlook 2010 - how to make "global address list" display larger?

    Does anyone know how to make the "global address list" box and text appear larger in Outlook 2010? 
    Thanks

    What do you mean? Can you please explain in detail?
    Blog |
    Get Your Exchange Powershell Tip of the Day from here

  • Using 2 BEx query structures - Not displaying as a hierarchy

    Gurus,
    I have CR2008, and I am using a BEx 7.0 query that has 2 structures.  One structure is key figures, the other is a layout that I turn on and display as a hierarchy.  There is cell definition behind the query.
    How can I get this second structure to view as a hierarchy in Crystal?  The cell definition is calculating correctly in Crystal, however all of the Profit Centers show on the same line, without indentation.
    If I create a Profit Center hierarchy in BW and bring it into Crystal, then I cannot use the cell definition, which is needed to calculate the correct results.
    Thanks in advance for responses.
    Scott Friery

    Help please!!  I really need some guidance for this problem?  Can I manually modify how the structure looks once I bring it into Crystal and drop into the "Details" section of the designer?
    The structure from the BEx query looks like this in Crystal:
    Global Sales
    Western Region Sales
    Location 1
    Location 2
    Location 3
    Eastern Region Sales
    Location 4
    Location 5
    Location 6
    I want the structure to look like this (and it does in the BEx 7.0 query designer)
    (No Indent) Global Sales
           (Indent 1 Space )Western Region Sales
              (Indent 2 spaces)  Location 1
              (Indent 2 Spaces) Location 2
              (Indent 2 Spaces) Location 3
           (Indent 1 Space) Eastern Region Sales
                (Indent 2 spaces) Location 4
                (Indent 2 spaces) Location 5
                (Indent 2 spaces) Location 6
    Any help is appreciated.
    Scott
    Edited by: Scott Friery on Feb 24, 2011 8:07 PM

  • SAP BW ,BEX query,Infocube with the universe problem

    Hi gurus,
    Plz throw some light....
    1. Now i can create the universe on the top of each bex query,but how to select<b> 2 or more query in the singel univers</b>e itself.Because this leads to me to create <b>lot of universe.
    </b>
    2. I <b>dont have option to select the infocube</b>..how i can select the infocube???only folder is there,when i click on it,<b>bex query is there,but how to select the INFOCUBE??
    </b>
    3. In the particular folder(infocube) itself i <b>cant find the all the bex query</b> available...for eg:i have 2<b>0 bex query in SAP BW but i see only 5 querys in universe...</b>
    plz guide me gurus...
    santose

    Hi,
    This is a normal behaviour.
    Please have a look on the deffierent Universe's guides:
    [Designer's Guide|http://help.sap.com/businessobject/product_guides/boexir31/en/xi31_designer_en.pdf]
    [Using SAP BW in Universe Designer|http://help.sap.com/businessobject/product_guides/boexir31/en/xi3-1_sap_olap_universes_en.pdf]
    Moreover please have a look on SDN documentations:
    [OLAP universes best practices|http://www.sdn.sap.com/irj/boc/index?rid=/library/uuid/c0a45246-ce76-2b10-e688-f5c8206203eb]
    [Best Practices. Web Intelligence XI 3.x on SAP NetWeaver BI |https://wiki.wdf.sap.corp/wiki/display/globalregions/BestPractices.WebIntelligenceXI3.xonSAPNetWeaver+BI]
    [OLAP Universes - how to samples and recommendations |https://wiki.wdf.sap.corp/display/globalregions/OLAPUniverses-howtosamplesand+recommendations]
    Regards
    Didier

  • Issue while redefining BEx query in NW Gateway

    Hi Friends,
    I am trying to redefine a BEx query in Netweaver Gateway system using SEGW transaction, and MDX query option. I am getting the following error after step 2 (step 1 is selecting the catalog and query name, and step 2 is assigning model/service name)  :
    Could not retrieve the Model Name 'Z_ODATASERVICE_2_MDL' and Version '0001'
    I have already created one test odata service by redefining another query from the same system, but I was able to do it successfully. Any help on the error would be appreciated !

    Hi Juhi,
    I am facing the same issue. BW query has three input parameters i.e. Year, Month and Profit center.
    I can create the service when query has only one input parameter i.e. Year. But when query has more parameter other than year, I cant create the service. Getting an error 'Association AZPROFIT_CToListOfValues: referential constraint property not found in entity ZMFIGL_ZFIGL_COST_FINAL_FIORIParameter.'
    As per your last reply, if we have multiple input parameters then it does not allow to create the service from BEX query. How did you resolve this issue. Please provide some details.
    Thanks in Advance.
    Abhishek.

Maybe you are looking for

  • How to - correct episode order within the Remote App

    Recently I found that when i was using the Remote App to control my iTunes Library, all my TV Show episodes where in alphabetical order instead of episode number order. after searching on how to solve this and speaking with Apple Support (who couldn'

  • Comments show in iWeb, but not on published site (on Mobileme)

    Does anyone know how I can get the comments I see on my blog entries in the iWeb app to show up on my website when published (I'm using Apple's Mobileme service). They have always worked in the past, and I recently redesigned the site. I changed the

  • HDMI and Sound

    I have connected my macbook pro to TV through HDMI, however, there is no sound, is there any setting i should switch on? or apple doesn't support it? Thanks.

  • WDS available for new Airport Extreme

    Apple has posted the setup guides for the new Airport Extreme and according to those manual, WDS (Wireless Distrubtion System) is available for those systems. In fact, it specifically says it can WDS with the Airport Express and older Airport Extreme

  • Photoshop elements 11 won't install

    I bought photoshop elements 11 about a year ago, my computer went wrong and I had to restore it, now I can't get it to install but I can't uninstall either as it says I need to complete installation. Can someone please tell me what to do. I tried to