Variable Screen for query view is hidden

Hi All,
   I caome across an old query in BW 3.5 which is haiving some mandatory variables. There is a query view for the same query but when i am executing the query view i didn't got any variable screen and its running for some predefined value. How one can hide the variable screen for query view.
   How can i achieve the same for a BI 7 query view.  Please guide.
Regards:
Jitendra

Hi Rakesh,
    What you said is right but my concern is that next time when i open the query view variable screen shouldn't appear ie should run with previously stored variable values. I am working with BI 7 query view. Please guide.
Regards:
Jitendra

Similar Messages

  • Variable Screen for Query Views.

    Hi All:
    I have a Base Query and 4 views on it. The variable (ZVAR1) is defaulted to ALL in base Query. In View 1 it should be ONE, View 2 it should be TWO....how can I make this possible? This is Text varaible that changes for each view.
    Thanks a lot!!
    Manasa.

    Hi Manasha,
    Run the query 4 times with 4 values respectively 1,2,3,4 for zvar1 and save them as four views.
    This is going to serve your purpose.
    Regards,
    Subha

  • F4 Help in Variable Screen during Query Execution

    Hi All,
    We are executing queries through WAD. The F4 help in the variable screen during query execution is taking a lot of time.
    SAP note 661251 suggests changing the F4 mode to M. We need to change the booked value parameter.
    I looked into the standard WAD web template but i'm not seeing any options/ooked value parameter.
    Please suggest where I need to go to change the parameter. Thanks.
    Regards,
    Vivek

    Not much experience in WAD but I think there should be a query in BEx Query Designer.
    There you can choose that characteristics which takes time. Select "Advanced" tab from right hand side.
    Under "Filter Value Selection During Query Execution"  you will get 4 options.
    BTW if you have a query on DSO then creating index ( secondary) on the affected characteristics would also resolve your problem
    Regards
    Anindya

  • Issue with Data Provider name in variable screen for BEx Analyzer

    Hello all,
    We got an issue with Data Provider name in Variable screen in BEx Analayzer.
    We want to change the DataProvider name there to Description of the report instead of its Technical name.
    Any inputs are appreciated.
    Thanks
    Kumar

    You have to create a workbook to do this.
    Refresh your query/report. In Bex analyser, there is one toolbar named BEx design toolbox, If you are not able to see it in analyser, right click on the toolbar space of BEx analyser and click on BEx design toolbox. Here, goto to design mode, by clicking on a sysbol like 'A'. after that place the curser where you want to see the Query description. and click on insert text (T) in BEx toolbox. click on it and check "Query description" in constant tab. in the general tab you need to assign a dataprovider, for that assign your query name in workbook settings (in Bex design toolbox). also check the "display caption" in general tab.
    Pravender

  • Values in variable screen for customer hierarchy

    Hello,
    We are working with 7.0. In the query's variable screen we have a variable for Customer Hierachy level 3, but when we push F4 in it, all values for Cust Sales appear. How can we filter this?
    Thanks in advance.

    hai,
    how to u create hierarchy in bw7....would u plz send that document....i hear that is not possible in bw7...
    thanks.
    prakasu.

  • Customer Exit - Fill variable depending on query view name

    Hi
    We're running BW 7.0
    We have a query which is used for broadcasting and as well for user input. That's why we have a variable which is default filled by a customer exit. This variable is the week and is default filled: fist week of year up to actual week.
    But now we have for the same query different selection requirenments.
    The same query should be send by email with
    - first week of year up to actual week
    - previous week
    Because of dynamic variables the calweek needs to be filled by customer exit and worked until now fine - until a second requirenment was coming (separat broadcast only with previous week).
    I don't like the idea to copy the query because of maintenance work.
    I'd like to have several views - and depending on the view name etc. I would fill the customer variable. But I don't get the query view name into customer exit - right?
    Do you have any other ideas?
    How do you handle such requirenments?
    Thx
    Roger

    Hi Helder,
    I understand your requirement but I don't understand the solution you are using. I think it's a bit tricky.
    What I would do is:
    Create three variables:
    - VAR1: Single value, mandatory, ready for input, customer exit. Used to store "User input date"
    - VAR2: Select option, customer exit, not ready for input. Used to store Valid From restriction.
    - VAR3: Select option, customer exit, not ready for input. Used to store Valid to restriction.
    Then, use this code:
    WHEN 'VAR2'.
    IF I_STEP = 2.
    READ TABLE I_T_VAR_RANGE INTO LOC_VAR_RANGE
    with key VNAM = 'VAR1'.
    CLEAR L_S_RANGE.
    L_S_RANGE-LOW = LOC_VAR_RANGE-LOW.
    L_S_RANGE-SIGN = 'I'.
    L_S_RANGE-OPT = 'LE'.
    APPEND L_S_RANGE TO E_T_RANGE.
    ENDIF.
    WHEN 'VAR3'.
    IF I_STEP = 2.
    READ TABLE I_T_VAR_RANGE INTO LOC_VAR_RANGE
    with key VNAM = 'VAR1'.
    CLEAR L_S_RANGE.
    L_S_RANGE-LOW = LOC_VAR_RANGE-LOW.
    L_S_RANGE-SIGN = 'I'.
    L_S_RANGE-OPT = 'GE'.
    APPEND L_S_RANGE TO E_T_RANGE.
    ENDIF.
    I think this should work, and you'll have three independent variables used for one purpose each.
    Hope this helps.
    Regards,
    Diego

  • Bookmark shows Variable Screen when Query use a Prequery

    Hi Guys,
    i have a Problem. I have a Query which use a Prequery. i can execute the Query on Web and save this by Bookmark. If i open the Bookmark the Variablescreen was displayed. Usually when i open a query without prequery and save the bookmark the query result was displayed.
    Has anyone an Idea or solution for this problem?
    Thx.

    Hi Steffi,
    Did you resolve the problem with the bookmark and the variable screen? I saw the same problem on a 3.5 system but cannot reproduce the problem on a 7.0 system. On which system did you see the problem? Did you solve it and how?
    Regards
    Sebastian

  • Variable Screen for 3.5 BEx Queries In EP 6.0 Iviews

    Friends,
    Does anyone know how to force the variable screen in an EP 6.0 Iview based on a 3.x BW.  I have a query written in Web BEx with several optional variables.  When I launch this from Web BEx it stops at the variable screen.
    The problem is that when I run this query from an Iview in EP 6.0 it bypasses the variable screen and goes directly to the data.  In the web application designer I can set the flag to force the variable screen, is there a similar feature in Web BEx or is there a parameter setting in the iView that would work?
    Thanks
    Kevin

    Here's an extract from the log message:
    Caused by: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
         at java.util.ArrayList.RangeCheck(ArrayList.java:539)
         at java.util.ArrayList.get(ArrayList.java:356)
         at com.sap.aii.proxy.framework.core.JcoBaseList.get(JcoBaseList.java:259)
         at com.sap.pct.hcm.editappraisalformular.r3proxies.Web_Evaluation_AppraisersTypeList.getWeb_Evaluation_AppraisersType(Web_Evaluation_AppraisersTypeList.java:98)
      Does it seem like a Customizing error? Am wondering if the iview is trying to access some table that has no entries in it.

  • Source tables for Query views and book marks

    Hi Gurus,
    We are planning to recreate Query views based on a perticular query from ODS to cube.
    1. Is there a table that can provide me all the query views created on the portal, Created by(User Name), description based on the query name.
    Basically i am looking for the following:
    INPUT: Query Name
    OUTPUT:
    List of all the query views created on that query
    The user name or id who created the query view
    Description of the query view
    2. I tried in meta data repository but it only gives me query views create in older version of the portal and not 7.0.
    Appreciate your immediate assistance.
    Thanks,
    Ravi Ananthuni

    Hi Ravi,
    You can get the views created on the query and the ods too. But not through table...
    This may not the right process but you can find what you want.
    Open WAD --> add any web item into the template --> On the left pane --> Generic --> Data Provider --> Query/View --> Click on the View icon present there.....
    A popup window opens --> Click on Infoareas --> Goto your Info provider present there --> Expand it, you will find the query created on the info provider and the Views created on that query.
    Hope this helps u...
    Regards,
    KK.

  • Aggregate proposal for Query View

    Dear all,
    I'm looking for a possibility to debug a <b>query view</b> in order to determine necessary aggregates which I have to create for this view. I can not use RSRT2, as it is only working on the query and not on the view, and in RSRT1 there is no debug possibility...
    Any ideas?
    Thanks,
    Andreas

    Hi,
    RSRT2 in the HTML view in the text edit control enter
    data_provider_id=yourViewName
    (Make sure query field is empty)
    Heike

  • URL for query view

    Hi All,
    What would the url be if i wanted to display a query view on the web?
    i.e. for a query the url would be something like
    http://server:port/sap/bw/BEx?INFOCUBE=xxxxx&QUERY=xxxx
    I have tried replacing query with 'VIEW' but that dont work.
    Any suggestions appreciated.
    Cheers,
    Nick.

    Hi,
          Please find the Link for the Query View.
    [http://server:port/sap/bw/BEx?INITIAL_STATE=VIEW&INITIAL_STATE-VIEW=ZKEY_OPERATIONAL]
    Regards,
    Meiy

  • How to do security for query VIEW - BI 7

    Hi,
    I have created several query VIEWs and for some reason users can change the query VIEWs i created.
    How can i do security for VIEW making sure nobody will change them?
    I am using BI 7 and portal 7 as well.
    Thanks for your help.
    Cesar

    Hi there, I have the same concern.
    I have been trying to play around with object RSZCOMPID, restricting activities on QVW (query views)
    Activity                       03, 16                                                                      ACTVT
    InfoArea                       Z*                                                                          RSINFOAREA
    InfoCube                       *                                                                           RSINFOCUBE
    Name (ID) of a reporting compo Y, Z                                                                      RSZCOMPID
    Type of a reporting component  CKF, REP, RKF, SOB, STR, VAR                                                RSZCOMPTP
    Apparently there is a bug, or a higher level more permissive that is constantly allowing the related role to overwrite or create new views.
    Furthermore, we cannot troubleshoot with SU53 in the ABAP stack, since RSRT does not offer the creation of views. Only way to test this is either BexAnalyzer (which only saves user views, no tech name), or the Portal >> this is where my issue is.
    If anyone has a solution, would be greatly appreciated !
    Thanks
    Thierry

  • Variable Screen for BEx Web ( Changing "Save As" to "Save Variable")

    A cosmetic change...on the Variable Entry screen we have a button to save variant defaulted to the text "Save As". As our needs, the text on the button needs to be changed to "Save Variable".
    Any possiblities...??
    Thanks in advance...
    Maci

    Hi Maci,
    Unfortunatly there is no possibility to change the entries in the standard variable screen. The only thing you could change here is the format (eg. colour) by using the theme editor.
    Best regards,
    Janine

  • Variable entry screen for query doesnt show selection values.

    Hi,
    I've created a query with date varibale Quarter From-To. When i execute this query, the variable entry screen pops up but when i try to select values just shows ??? and not the text.
    if i run the same query in RSRT the variable entry screen pops up but here the selection values are present for me to choose from.
    can anyone tell why the values arent showing when the query is executed.
    Thanks

    yes, it seems to be a problem with NetWeaver BI BEx Java Web runtime as it works in RSRT and web analyzer. Found a note on marketplace note 125357 - No values displayed for attributes in input help but this did not resolve issue.
    A call has been raised now as it seems to be a product fault

  • How to set up web variable screen for filtering by attributes

    Hi out there,
    My problem deals with the query variable selection screen in the web. I would like to filter some variables by their attributes in the same way it is done in the navigation item, but in the selection screen I have only the characteristic values in the F4 help available. Is there a way to adjust or extend the selection screen so that I can also filter by attributes (without having to modify the corresponding ABAP Class)?
    By the way this functionality exists for selection screen in BEx, so why doesn't it exist in the web?
    I'd appreciate any idea.
    thanx,
    Heiko

    The most direct way to do this is modifying the principal infoobject and make this attribute as NAVIGATIONAL.....this allows you to see this attribute as a characteristic in Query Designer and you could use it with a filter....
    I hope this helps you
    Message was edited by: Oscar Diaz

Maybe you are looking for