WEB Display Variable Entries

Hi all,
I have two exit variables in i_step = 1 (0CALMONTH and 0PROFIT_CTR) which are configured as follows:
Single value = X
Ready for input = X
Change during navigation = X
Mandatory = X
The two variables are configured identical except for the reference to the InfoObject and the ABAP code to fill the default values.
What I would like to do is to execute a web application with the default values set in the variable exit (This means that variable screen is not forced).
However during query navigation the user should be able to change these default values by using the Change Variable in the content menu.
I got a problem doing this:
When I push the "Display Variable Entries" in the BEx WEB i get the message that the filter value for 0CALMONTH has changed.
Then the query is refreshed with an blank=0CALMONTH and a #=0PROFIT_CTR selektion.
If I then push the "Display Variable Entries" again i get a variable screen containing the 0CALMONTH variable but not the 0PROFIT_CTR variable. I can then enter the new 0CALMONTH value and execute the query again, however the 0PROFIT_CTR is still filtered to #.
There are no personalization on the 0PROFIT_CTR variable so thats not the issue.
Does anyone have an idea why the system is behaving like this?
I would expect it to do the following:
1) press "Display Variable Entries" button
2) the variable screen appears with the default values for both variables
3) change the variables and execute
Best regards
Keld

I found the solution myself
Br
Keld

Similar Messages

  • Web URL - Variable input not working

    Hi There,
    I have got following URL for one of my web application -
    http://cccbwde1.xxx.com:8120/sap/bw/BEx?sap-language=EN&CMD=LDOC&INFOCUBE=ZSC_O01&QUERY=QZSC_O01_5002_TEST
    and it works fine. It has got a few variables and as parameter passing I would like to pass on default value to variable.
    Say one of the variable used is S_plant and supply default value 6011 to it, my new URL looks like
    http://cccbwde1.xxx:8120/sap/bw/BEx?sap-
    language=EN&CMD=LDOC&INFOCUBE=ZSC_O01&QUERY=QZSC_O01_5002_TEST*&VARIABLE_SCREEN=X&
    var_name_1=S_PLANT&var_value_ext_1=6011*
    problem I am facing is that it does not show and default value while displaying variable entry screen. Please suggest.
    Regards
    Vikash
    Split the URL for easier display
    Edited by: Arun Varadarajan on Feb 20, 2009 10:45 AM
    Edited by: Arun Varadarajan on Feb 20, 2009 10:46 AM

    Hi Vikash,
    there is a possibility to modify WAD applications by using parameters to call Web applications ([SAP Help|http://help.sap.com/saphelp_nw70ehp1/helpdata/en/43/ef05462480025ae10000000a1553f7/content.htm]). Just tried it with
    a dummy query on our system and it works for queries which are executed directly from Query Designer as well.
    Just give it a try like this extension:
    &BI_COMMAND_1-BI_COMMAND_TYPE=SET_VARIABLES_STATE
    &BI_COMMAND_1-VARIABLE_VALUES-VARIABLE_VALUE_1-VARIABLE_TYPE=VARIABLE_INPUT_STRING
    &BI_COMMAND_1-VARIABLE_VALUES-VARIABLE_VALUE_1-VARIABLE_TYPE-VARIABLE_INPUT_STRING=
    [variable_value]
    &BI_COMMAND_1-VARIABLE_VALUES-VARIABLE_VALUE_1-VARIABLE=[variable_name]
    Your link in total should be like this (if I have not done an error; please also complete the xxx):
    http://cccbwde1.xxx:8120/sap/bw/BEx?sap-
    language=EN&CMD=LDOC&INFOCUBE=ZSC_O01&QUERY=QZSC_O01_5002_TEST&VARIABLE_SCREEN=X&
    BI_COMMAND_1-BI_COMMAND_TYPE=SET_VARIABLES_STATE&BI_COMMAND_1-VARIABLE_VALUES-
    VARIABLE_VALUE_1-VARIABLE_TYPE=VARIABLE_INPUT_STRING&BI_COMMAND_1-VARIABLE_VALUES-
    VARIABLE_VALUE_1-VARIABLE_TYPE-VARIABLE_INPUT_STRING=6011&BI_COMMAND_1-VARIABLE_VALUES-
    VARIABLE_VALUE_1-VARIABLE=S_plant
    If it is not working just let me know.
    Brgds,
    Marcel
    Split the URL for want of seeing the post in whole!!
    Edited by: Arun Varadarajan on Feb 20, 2009 10:44 AM
    Edited by: Arun Varadarajan on Feb 20, 2009 10:46 AM

  • Changing the variable entry screen in web?

    Hi
    I have copied and amended the standard web template and that's all fine. I now have a requirement to change the design of the variable entry screen. I need to be able to show the name of the query that has raised the variable screen. Is this possible?  Can I change a different web template to achieve this?
    Many thanks
    Trish

    Hi,
    I need to do the same, were you able to display query name on variable entry screen, please share how you managed to solve this ?
    Thanks in advance...

  • To upload a flat file into BW using a variable entry in web application

    hi guys,
    how to upload a flat file into the web browser using a
    a variable entry in the wad application.
    Thanks,
    your help will be duly appreciated
    Message was edited by:
            Vj.R T

    thanks arun
    but is it not possible to load the flat file at bex level which
    might be the same at wad level
    and also what do you mean the load package
    triggered from the backend and how do i
    manipulate the data is it at bex level or wad level
    please elaborate.
    thanks
    your help will be rightly acknowledged.

  • Variable entry issue when the query is executed on the WEB

    Hi,
           When I execute a 2004S query on the WEB,In the variable entry screen , even if I specify  for example  'A'  for a variable ,  the 'A' is completly ignored and it returns all the values.So there is a problem with '*'.
            If I execute the same query in the Analyser, '*' is considered while returning the results.
            Anyone having similar issue.
            Thanks in advance.

    Hi siva,
    Its a program error. Please apply the advanced correction from SAP note <a href="https://service.sap.com/sap/support/notes/1062214">1062214</a>
    Assign points if helpful,
    Regards, Uday

  • Variable entry in Web application designer

    Hi,
    In the Variable entry screen in the Web app designer on executing a template, when I open the drop down menu for possible values, it leads to two more new variable entry screens wherein the selected values are populated instead of the original entry screen. This repeats for every additional variable entry selection, including the from and to selections. Any idea how this can be fixed? We are on SP7.
    Thanks.
    Param

    Hi,
    I solved this by changing the configuration in the WAD by changing the open dialogues in new window to 'do not open window'.
    Param

  • DISPLAY variable in R12 Forms/Web tier

    Hello everyone,
    Just wanted to clarify something about the DISPLAY variable in R12 Forms/Web Tiers.  Is it necessary to have DISPLAY variable set to an active X session(Vnc) server session on Forms/Web Tiers? I understand that we need to do it for CM/Report/Admin tiers. Please confirm.
    Thanks

    968420 wrote:
    How about Forms/Web tiers?
    It's required is some cases (like the following), and I would recommend having it set on all application tier nodes to the same value.
    s_display -- Required only if you need to access graphs/charts, OLM implementation, ..etc (any page that requires DISPLAY to be set)
    Cannot Play The Course From The Class Details Page (Doc ID 391815.1)
    Receive Error When Attempting To Open A Work Plan Gantt Chart View (Doc ID 306413.1)
    s_forms-c4ws_display -- Required if you have SOA Gateway integrated
    Oracle EBS R12 Context Variables (Doc ID 458282.1)
    Thanks,
    Hussein

  • Forcing Variable Entry with Web Application Designer Bookmark

    Hello All,
    We have users that are creating bookmarks in a Web Application report.  They want to change their dates every time they open the bookmark, but the variable entry screen is not showing up even with the "Force Variable Entry Screen" option checked.  Is this how a bookmark is suppossed to funciton or is there anyway to make the variable entry screen appeear with a saved bookmark.
    ***the purpose of the bookmark is for users to save the format of the report as they see fit
    Any help would be appreciated!!
    Thanks!
    Tina
    Edited by: Tina Gatto on Jun 3, 2009 4:10 PM

    when you save yorru personalization, you dont save it to internet explorer favourites. its a different code to save personilization.
    try these posts they might help
    SAP Business Explorer (SAP BEx)
    SAP Business Explorer (SAP BEx)
    search sdn for 
    how to "personalize".
    hope this helps

  • Variable Entry Style Sheet (CSS)

    The Web template uses the style sheet from the MIME repository:
    <link href=/sap/bw/mime/BEx/StyleSheets/BWReports.css  type=text/css rel=stylesheet>
    But, when the variable entry screen is displayed when executing the query it is not formatted and uses this style sheet:
    <link rel="stylesheet" href="OWNER">
    What is missing or needs to be configured so that the variable entry page uses the same style sheet as the Web template?
    Thanks for the help in advance.

    i had ot type out in the file:css in order for it to be imported into DW i dont know why its doing that.
    Did you define a local site folder in DW before you begain your project? 
    http://help.adobe.com/en_US/dreamweaver/cs/using/WS753df6af718a350a60097e0f131686fa2b4-7ff e.html
    This critical first step allows DW to manage your site links and assets for you.  Without a local site folder definition, many of DW's advanced features won't work.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/

  • 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

  • History of user Input values in variable entry screen

    Hi Experts,
    I have a small issue. I have a variable entry screen where I select values from the list. I can always see the history of variable values I input earlier when I click on the dropdown box. For example the country code displays all my previous inputs.
    Similar to the web browsers history.
    Not the same case with Fiscal Year/Period. I do the same type of selection  from the combo box for example 12.2006. I give different values again like 1.2007, 2.2007 etc and run the report several times. But it doesn't show up the history of my previous entries unlike the country code.
    Kindly help, points assured.
    Thanks,
    Raj.

    What we've done isn't pretty, and I'm hoping for a better solution.
    We've developed 3 ODSs that we've exported a full list of all attributes and their values to.  Each ODS is identical.
    We've then created an InfoSet to link the Product Cube to each of the 3 ODSs.  We can then add 3 variables to the query representing each ODSs.  Since the ODS holds over half a million attributes, we limited it to 3 since it takes 30 minutes to run.
    It's not elegant, it's not pretty, and I'm sure it's not optimal.  I'm hoping someone can describe a better solution.

  • Question on WAD's "Variable Entry" screen values

    Hi,
    I've one Web Template Report contains "Variable Entry" screen.
    It has one entry for Plant.
    Also inside a report I'm having one DropDownList that is for  Plant only.
    My Requirement is:
    If I enter some "1000" as a input in Plant at Variable screen, that same "1000" should be passed inside the report. And that corresponding DropDownList should show the "1000" as the selected value.
    Now I'm getting "Show all values" as the default selected item.
    Kindly suggest to achive this requirement.
    Full points will be given.
    Thanks
    -Jay Jay

    Hi,
    1)If i didn't give any value in Variable Entry screen, in the result DropDownList shows "No data" in disabled mode.
    Ans. Since you have not checked "Display All Values", i think if you dont give any selection in the Variable Screen, the DropDown box will not be highlighted.
    2)The Selected plant Not only having Name and id, But also having all characteristics like, 1402,Pen,Business Partner: xxxxx, Distribution channel:xxx, etc.,
    Ans. Since we are reading from the Master Data, i think all these values will also be displayed.
    I still dont know if you are using WAD 3.5 or 7 ? Maybe we have better options in 7. You can try with different properties.
    Hope it helps.

  • Delete button in variable entry screen

    Hi guys,
    is it possible to get the delete button icon for multiple
    single values of a characteristic like we get for variable entry
    on variable node in web application scenario.
    Your help will be greatly appreciated.
    Thanks.
    urgent!

    sorry I misunderstood you question...
    I've never seen a "delete" button for deleteing an entry in a multiple variable....
    The user has to delete the input box and then press the check button...
    Otherwise you'll have to implement your own selection variable screen, I guess; since this screen is SAP standard, good luck!
    hope this helps,
    Olviier.
    Message was edited by:
            Olivier Cora

  • Problem in displaying variable input screen

    Hi,
    I am trying to execute the query. I created Characteristic with User entry variable on some characteristics. But at the time of execution it is not displaying variable input boxes for inserting the input. It is giving blanck white in colour. It is strucking this process. Even I am opening other queries also it is giving the same problem. So please give me appropriate solution for this.

    Dear Purushottam,
    Check the variable again...in the Details tab
    Check the VARIABLE IS READY for INPUT check box.
    Regards,
    Ram.

  • Problem with Variable Entry Screen

    Hello All,
    We upgraded our development systems to NW2004s and came across the following issue:
    All our Bex queries have restricted time characteristics with variables entries. When we execute a query it should pop-up the variable selection screen for us to enter the restriction values but the query is ignoring Variable restriction screen and taking into consideration everything. The same query works fine in Prod., which is still in 3.1.
    Did anyone come across this situation kind of situation? It did not pop-up any type of error and we are in SPS10
    Thanks in Advance,
    Message was edited by:
            bw expert online
    Message was edited by:
            bw expert online

    We fixed the "Variable Screen not appearing" problem by adding following objects to our users.
    1) Business Explorer - BEx Web Templates (NW 7.0+) S_RS_BTMP
    2) Business Explorer - Individual Tools S_RS_TOOLS
    3) Business Explorer - Data Access Services S_RS_DAS
    Mark the message answered if this helps.

Maybe you are looking for

  • How to display All the rows in a Table

    Hi All, Our requirement is, we need to display all the records of an VO in a table. We should not have navigation bar with previous and next. Runtime only will come to know how many records the VO has. Is it possible to achieve our requirement using

  • Help on update statement in Apply DML Handler

    I followed the example given in Streams document. The document has the code for converting DELETE on the source to INSERT on the target. I added the dml handler code INSERT and UPDATE statements also. In DELETE, INSERT, UPDATE dml handler code, I am

  • Safari runaway heating followed by beachball; force quit necessary

    Safari 3.2.1 has become unusable for me as of today. A few minutes after I launch it, I hear the fans start to rev up, and I can see the temperature climbing. Quit doesn't work, only force quit. Knowing how my MacBook Pro is subject to runaway heatin

  • Are there any advantages to using a Data Value Reference for LabVIEW Classes?

    Hi I recently came across an example where the developer had used a data value reference for the class cluster in LabVIEW. What are the advantages of doing this? Doesn't the use of LV objects already avoid the creation of multiple copies of data ther

  • Restrictions passcode

    Is the restiction passcode different from the remote locking password on icloud for Iphone 4? As you gathered, I do not remember the restrictions passcode and cannot access my iphone, 7 attempts made already. To avoid losing my data, can i in itunes