WEB Template doesn't display variables screen

Hello,
I have created a WEB template using the WEB Application Designer. The template only contains one "Role Menu" item. I have checked the "Force Variable Screen Display" option but when I execute a query from the role menu, the system doesn't always display the variable screen.
This only seems to happen when all the query variables are optional. If at least one query variable is mandatory, the variable screen is displayed. Is there a way to force the system to display the variable screen even if all the variables are optional ?
Many thanks.
François.

Check the HTML code in webtemplate.
object>
         <param name="OWNER" value="SAP_BW"/>
         <param name="CMD" value="SET_PROPERTIES"/>
         <param name="TEMPLATE_ID" value=""/>
         <param name="SUPPRESS_WARNINGS" value="X"/>
         <param name="VARIABLE_SCREEN" value="X"/>
         <param name="VARIABLES_CLEAR" value="X"/>
         TEMPLATE PROPERTIES
</object
if the <b><param name="VARIABLE_SCREEN" value="X"/></b> , is not there , just hardcode it.
We encountered the same issue for melting variables some times.
which version are you in , is there a bug..?
thanks
Martin

Similar Messages

  • Variable selection in WEB wrongly transferred to initial variable screen

    Dear all,
    I am currently working for a company in the Netherlands where they use a lot of reports in the web.
    Till one month ago, selecting a period from the list in the WEB didn't gave any problems.
    However, at this moment while selecting a random period, the period is not correcly taken from the variable selection list (see: http://members.home.nl/repoortman/variable.jpg)
    Example:
    selecting reporting period 001.2006 via the selection screen
    it is 'transferred/copied' to the initial variable selection screen as '001 06' while I expect as it should be '001.2006'.
    The work around is to enter the period and year manually, but this is not a recommended action from user perspective.
    Perhaps a coincidence, but this error is applicable since the last service pack upgrade: SAP BW 3.5, SP22, SAPKW35022.
    How is this possible and how can I solve it (perhaps a setting in BW or a table?)
    any help is more than welcome!
    thanks in advance.
    R.E. Poortman

    in WAD in the template properties you can set the parameter <b>Force Variable screen</b>
    the same can also be pass as a URL parameter
    VARIABLE_SCREE=X
    this will make the variable screen to comeup irrespective of whether the variable is mandatory or not.
    Hope this helps.
    Regards
    Raja

  • Picasa Web albums: doesn't display all uploaded photos. This only happens on my desktop computer. All photos displayed on my laptop.

    Not all of my uploaded photos display in my Picasa web album. All the photos upload, but 17 out of 90 photos don't display. Some are landscape, some are portrait. This is no pattern to what doesn't display (e.g., not every third photo). This only happens when I use my desktop computer. When I use my laptop, all uploaded Picasa web album photos display.

    See:
    * [[Images or animations do not show]]
    * http://kb.mozillazine.org/Images_or_animations_do_not_load
    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]

  • Puplish a web template with a precalculated variable

    We are running on BI 7.0 SP10.BI ABAP and BI JAVA entegration is done.
    We want to puplish a wep template every week with a calweek variable.We want to fill variable with the current week then puplish users with e-mail.
    In broadcasting settings to puplish a web template we choose calday as 022007 , so every week user will see the report with a selection 0222007.But we want user to see the report with the current week.Is it possible with broadcasting functionately.
    Thanks all.

    Look for variable 0CWEEK in Business Content, it does just that.

  • T60 Laptop Doesn't Display On-Screen Volume After Hotkey Features Integration Update

    I have a ThinkPad T60 (2008-HC6) laptop running Windows 8 Pro (32-bit). Today (1-24-2013), I installed the "Hotkey Features Integration for Windows 8" update that was released on January 18, 2013. After reboot, the on-screen indicator that pops up when I change the volume on my laptop by pressing the volume up, volume down, or mute keys doesn't show up. The keys work fine, but the indicator doesn't display.
    I've already tried looking for a solution online. One common solution, installing Lenovo Energy Management, didn't solve my problem. No other software was changed on my laptop between when the power indicator last worked and when I installed the Hotkeys update.
    Solved!
    Go to Solution.

    I figured out the problem was with the "On Screen Display" portion of the update. This particular update has two parts to it. First, it adds the "Lenovo Patch Utility" program. Second, it updates the "On Screen Display" program, assuming that an older version was already on the computer being updated. Adding the "Lenovo Patch Utility" didn't cause any harm, but updating the "On Screen Display" prevents the on-screen volume indicator from displaying.
    Ultimately, what I ended up doing was removing the "On Screen Display" with the same utility that I used to update it. Then I downloaded the next newest version of the utility and installed that utility's version of the "On Screen Display" program.
    My on-screen volume indicator is now back and running fine.

  • Outlook Web Access doesn't display when in a Page

    Hi guys,
    I have set up an IView to access Outlook Webmail, as per the normal help documents, and the IView works perfectly - displays my Inbox and everything. If I add the IView into a workset, users are able to view their Inbox too.
    However, If I create a Page and put the IView on that page, the Inbox no longer displays - it just has a blank window where the Inbox should appear. Right-clicking on the blank page and going to Properties, I can see that its going to the correct web address.
    My question is, why doesn't the Inbox display when the IView is in a Page?
    Thanks,
    Michael.
    PS, Here's something unusual... In Content Administration --> Portal Content, when I right-click on the Page and choose "preview" it displays the Inbox properly. However, it doesn't display when its accessed from a Workset.

    Yes, I have added the Page to the Workset, and also the IView to the Page.
    If I set up a temporary workset, And assign the 2 objects to it (the IView and the Page), they appear as links at the top of my Portal. When I click the link assigned to the IView, the Inbox is shown. When I click the link assigned to the Page, it only shows a blank window instead of the Inbox.
    Michael.

  • Web start won't display splash screen

    Hi, I am using the following .jnlp file.. The problem I am having is that web start will not display the splash screen specified below. It displays the icon fine, but not the splash screen. I cannot find an answer, can anyone help?
    <?xml version="1.0" encoding="utf-8"?>
    <jnlp spec="1.0+"
    codebase="https://mywebserver/program"
    href="https://mywebserver/progem/start.jnlp">
    <information>
    <title>My Title</title>
    <vendor>My company</vendor>
    <description></description>
    <offline-disallowed/>
    <icon href="ban1.jpg" kind="splash" />
    <icon href="icon.jpg"/>
    </information>
    <resources>
    <j2se version="1.1+"/>
    <jar href="start.jar"/>
    </resources>
    <applet-desc
    main-class="myclass"
    documentbase="start..html"
    name="Program Name"
    width="180"
    height="100">
    </applet-desc>
    </jnlp>

    I can see no reason why this wouldn't work. Can you try looking at the splash.xml file in the "splash" directory in the cache ?
    the file should contain an entry for your program, pointing to your splash file.
    /Andy

  • WAD, execution of Web Template doesn't work

    HI,
    I have a problem with Web Template created with Web Application Designer.
    If I publish webtemplates to the portal,
    it works correctly, I can see my webtemplate on the portal.
    if I execute it from Web Application Designer,
    I see only a general report with buttons for: New Analysis, Open, Save as, Display as, etc...
    but not my webtemplate.
    I tried to execute many different webtemplates (custom and standard) but I saw always the same thing!
    I don't know why, but the results are the same for:
         ....2fcom.sap.ip.bi!2fiViews!2fcom.sap.ip.bi.bex?TEMPLATE=myWebTemplate
         ....2fcom.sap.ip.bi!2fiViews!2fcom.sap.ip.bi.bex?TEMPLATE=StandardTemplate
    and also if the link to the portal is like these:
         ....2fcom.sap.ip.bi!2fiViews!2fcom.sap.ip.bi.bex?TEMPLATE=
         ....2fcom.sap.ip.bi!2fiViews!2fcom.sap.ip.bi.bex?
    Can anyone help me?
    Thanks in advanced
    Fede

    I resolved my problem!
    In the Content Administration of the portal:
    -Portal Content
    --Content Provided by SAP
    ---Platform Add-Ons
    Business Intelligence
    iViews
    BEx Web... right click, Open -> Object
    I've deleted the value in the property "BEx Web Application Query String", I put in it nothing.
    Now, it works!
    Bye
    Federico

  • Standard web template doesn't work

    Hi,
    I am currently experiencing difficulties when executing query from query designer and using Java web from RSRT.
    I get this error message  The Web template "WEB_TEST" does not exist in the master system every time.
    The web template "WEB_TEST" shouldn't exist in BI 7 because it belongs to BW 3.X and I don't know why I keep on getting this error message.
    I have set the standard web template from RSCUSTV27 to 0ANALYSIS_PATTERN and even make the fields empty but I still get the error message.
    If I use RSCUSTV21 and change the settings  I can easily see the result.
    Can someone tell me why I can still get this error message and where can I set my default web template because SPRO settings doesn't work
    thanks

    Hi,
    Default template 0Analysis_pattern wasn't changed or edited and I have installed it from Business content again and changed the settings from RSCUSTV27.
    I think the settings that points to default template in Java web has changed. and I don't know if this was done in portal side or BI.
    I can easily change the template settings back and front in ABAP Web (RSCUSTV21) and it works just fine.change
    I made a work around solution by copying 0Analysis_pattern and renaming it to "WEB_TEST" template and Java web works properly.
    so settings is pointing to WEB_TEST template and this template doesn't exist in the new BI. Its in BW 3.X
    thanks

  • Web template chart not displayed properly

    Hi all
    I am facing an issue while displaying graph (column) in web template the graph is coming but only some horizontal and vertical lines. igs server is running but graphs are not coming properly if i am puting table then its coming properly..
    Regards
    Amiya

    Hi,
        What does it mean ? it is not displaying or partially displaying ?
    Regards
    Pcrao.

  • Web template not showing "force variable property" under generic tab

    Hi All,
    I have a problem regarding web template property.One web template is not showing "force variable" property under generic tab in DEVELOPMENT sys but the same web template showing "force variable" property in QUALITY sys.I want property in DEV sys also.
    Plz help me.
    Thanks In Advance.
    Priyesh.

    Hi Priyesh,
    Are you sure youhave the web template properties open and not those of any web item in this template? If you can;t find the option you can try coding it in HTML (look at the code in the Q system and copy - paste it into your template in Dev)
    Hope this helps...

  • Table of contents web part doesn't display all data

    Hi,
    We did a test migration from Sharepoint 2007 to SharePoint 2013. There is a Table of contents web part that is being used to display all of the team sites (more than 25). In the SharePoint 2013 version, the TOC web part is not displaying all of the sites.
    Any ideas of how to make it show all?
    thanks,
    Sherazad

    Hi Sherazad,
    According to your description, my understanding is that you want to display all sites in the Table Of Content web part.
    There is a limitation of the web part, the maximum number of the items displaying in the web part is 50. If you want to display more 50 items, you need to increase or remove the limitation. You need to go to the web.config file of the SharePpoint site, the
    path is C:\inetpub\wwwroot\wss\VirtualDirectories\port number, then find all navigation providers, and add
    DynamicChildLimit attribute to each one . More information, please refer to the link below:
    http://praveenbattula.blogspot.in/2010/11/table-of-contents-web-part-remove-max.html
    Note: before changing web.config, please make a backup for the file.
    After the above, if your issue still exists, please open your site->Site Settings->Navigation, change the value from 20 to [whatever number you want to display] in the “Current Navigation”section. More information,
    please refer to the link:
    http://www.chaitumadala.com/2010/05/sharepoint-2010-table-of-contents.html
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • Outlook doesn't display print screens images sent in my inbox from other people

    Hi,
    I am using a MacBook Air. My professional Outlook never displays print screens images sent from time to time by other colleagues (they all use PC's with Windows OS), i instead have a little blue question mark icon.
    Do i need to download a specific plugin to display those print screens? Could someone help me out with this please?
    Thank you for your assistance.
    Youjine

    Yes, I have added the Page to the Workset, and also the IView to the Page.
    If I set up a temporary workset, And assign the 2 objects to it (the IView and the Page), they appear as links at the top of my Portal. When I click the link assigned to the IView, the Inbox is shown. When I click the link assigned to the Page, it only shows a blank window instead of the Inbox.
    Michael.

  • Display Variable screen values in BI 7.0

    Hi experts,
    I want to display the variable values once I execute a Report in BI 7.0
    There was a option under Format in Business Explorer menu in BW 3.5 but I dont seem to find that option in BI 7.0
    If somebody can point me where exactly I can find it, I would really appreciate that.

    Hi zsl05,
    You have to choose text web item.
    In the filter tab set the filters whose values you would like to display.
    Open you are query. Enter the variable values and run.
    Select few blank cells in your query.
    Select BEx Analyzer menu -
    > Design toolbar -
    >Insert text.
    Now you will see a text box in your query layout.
    Double click on it. In the filters tab, select the variables you would like to display.
    Again go to BEx Analyzer menu -
    > Design toolbar----->exit design mode
    Hope this helps,
    Best regards,
    Sunmit.

  • XIR3 -SP3 - WebI Chart doesn't display

    Hi,
    I am experience a very strange behavior.  I create a simple chart in the webI document.  But it doesn't show at all when in viewing or editing mode.
    I try to export to PDF, no luck..   
    I check all the setting but there doesn't seem to be any thing that is causing it.
    Running XIR3 - SP3.... IE 7

    Hi
    Thanks,  That solve the problem.  You are right.. The file hs_pgsdk32.dll is missing.  I copy the file from the install *.cab file and place it there and the chart show up. 
    Now the question is how this happen?  We did a upgrade from R3 SP1 to SP3... And volia no chart...  Must be something wrong with the setup program.
    Regard
    -rs

Maybe you are looking for