Cell Style / Web template

Hi,
I have a web template in which there are 6 tables( 6 Queries).I want to have the first column width fixed for all Queries and same cell style. Where can I specify the same?
I am able to achieve same cell style by forcing SAPBEXstditem2 a copy of SAPBEXstditem with the required changes in stylesheet.
For this I wrote the following code in method STRUCTURE_CELL.
IF L_DATA_PROVIDER = 'SPRDP10'.
CASE I_X.
WHEN 1.
C_CELL_STYLE = 'SAPBEXstdItem2'.
ENDCASE.
ENDIF.
Can someone help How to achieve same width for the first column in all tables. Is there any possiblities to specify cell width also in stylesheet?
Thanks in advance
Regards
Rajooooooooo

Hi Soniya,
You can use a style sheet for displaying the report in the web and a separate one for print settings ans styles. In the WAD, when you open a template, see the Properties window > generic tab > Here you can see an entry in the StyleSheet field. If you click on the button next to this then you can select from the list of available stylesheets.
To view the HTML for the web template simply click the HTML tab at the bottom of the screen. Or you can also view this in the BW system  SE38 > RS_TEMPLATE_MAINTAIN.
Hope this helps...

Similar Messages

  • Web template style sheets(.css) !!!

    Hi,
    where can I create my own style sheet for the web template and also how can i edit the exisitng style sheet in BW..
    Thanks for your help in advance,
    AC..

    You can create your own using notepad or any other authoring tool.  To get a stylesheet from the BW server, go to the Mime Repository (Transaction SE80).  From there you need to find it in the directories.  Normally it is in the SAP->Public->BW->BEx->Stylesheets or BW->Customer->Stylesheets.  You can import, export, display, and change the stylesheets from here.  If you make changes to the stylesheets, you will need to invalidate the global cache by using the transaction SMICM.  Use the GoTo menu in the top menu and select HTTP Server Cache->Invalidate Global in System.  This should help you out.  Use this link for more on the stylesheets:
    http://help.sap.com/saphelp_nw04/helpdata/en/3f/ca453afbf37b54e10000000a11402f/content.htm
    Thanks,
    Jeff

  • Error on page from BW 3.5's default web template

    Hi Guru's,
    We have a problem in our new BWD BW 3.5 environment where we are getting the "error on page" error from SAP-generated code and we aren’t sure why.
    On our old BWT BW 3.0b platform, we have been using a modified version of the 0query_template called Z_QUERY_TEMPLATE. We did a system copy of BWT to BWD, our new BW 3.5 platform. At that point in time we would see our old BW 3.5 default template for queries that we ran. We wanted to see what the new default web template looked like in BW 3.5. We found where we could remove the Z_QUERY_TEMPLATE from the Web Adhoc Analysis web template setting so we could see the new features of the BW 3.5 default BEx query designer template instead of our old BW 3.0b default template.
    Now when we run a query through the BW 3.5 query designer on BWD, we are using BW3.5’s default template. The prompt web page is fine. No errors on page messages.
    However, the initial presentation of the query results displays okay, but shows "error on page" in the message bar at the bottom of the displayed page. As soon as we do any navigation on those query results that error on page goes away. If we navigate back to the initial presentation, all is still okay. If we use the context menu to go back to start, we again get the error on page.
    This error on page does not happen in BQ2 (our new BW 3.5 QA environment copied from our old BW 3.0b QA environment where we had not yet changed the default BEx Query Designer template to be Z_QUERY_TEMPLATE). We have tried several queries and in each case, we get errors on page in BWD, but not in BQ2. We used ultraedit to compare the view source output from the equivalent web pages from BWD and BQ2 and the only difference is the validity date of the data. There are no other differences in the javascript code generated by BW in the two platforms.
    The statement that Internet Explorer is saying is the problem is the same in each of the cases we have checked and that is:
    SAPBWSetFocus(anchor);
    Error: Object expected
    Code: 0
    It’s in the set_tab() function.
    <script type="text/javascript">
    <!--
    /* Calls the online Documentation via technical QueryName */
    function callquerydoc() {
      var docustart= '/sap/bw/doc/meta/fldmeta/default?tlogo=elem&objnm=' + document.getElementById('querydoc').innerHTML;
      SAPBWOpenWindow(docustart,'Documentation',800,600);
    /* Sets the displayed tab */
    /* Check, which items of the Array check_items  is not hidden.
        Change the style of the HTML tag with id Group+Area/Group+Link */
    function set_tab() {
         if (!(navigator.appVersion.substring(0,1) == '4' && navigator.appName == 'Netscape')) {
           var check_items = new Array('GR1Toolbar','GR2Chart','GR3TECommon','GR4Broadcaster');
        for (i=0;i<check_items.length;i++) {
                        hidden = true;
                       prop = SAPBWGetItemProp(check_items<i>);
                       if (prop != null){
                                           for(j=1;j<prop.length;j++){
                                                      if (prop[j][0] == "HIDDEN")  hidden = (prop[j][1] == "X");
                   anchor_item = document.getElementById(check_items<i>.substring(0,3)+'Area').firstChild;
                    if (hidden) {
                        document.getElementById(check_items<i>.substring(0,3)+'Area').className='SAPBEXTbsTab';
                        anchor_item.title = 'Inactive Tab Page:' + ' ' + anchor_item.title; 
                    else {
                        document.getElementById(check_items<i>.substring(0,3)+'Area').className='SAPBEXTbsTabSel';
                        anchor_item.title = 'Active Tab Page:' +' ' + anchor_item.title; 
              } /* if */
          }   /* for */
        /* Set the BexHeader invisible when running as IView */
            if (SAPBWGetProperty('RUNS_AS_IVIEW')) {
                               document.getElementById('bexheader').style.visibility='hidden';
                               document.getElementById('bexheader').style.display='none';
              anchor = window.location.hash.substring(1,50);
              <b>SAPBWSetFocus(anchor);</b>
      }  /*function */
    -->
    </script>
    Because the error goes away as soon as we navigate I’m thinking some object isn’t being created or initialized, but since the view source code of these pages are identical I’m wondering if there is some code that should be executing before this page that is not happening in BWD for some reason.
    Any help will be much appreciated.
    Thanks,
    Jeri

    Heike,
    Thanks for your help in this. BWD and BQ2 are both on the same SP. SAP_BW release 350 level 10 (SAPKW35010) with BI_CONT at release 352 level 5 (SAPKIBIEP5).
    I invalidated the server cache following your instructions and tried again, but am still having the same problem in BWD. The initial display gets the "Done, but with errors on page" message until any navigation is done.
    I am using IE 6.0.2900.2180.xpsp_sp2_rtm.040803-2158 when I execute queries on both BWD and BQ2.
    Please, do you have any other suggestions?
    Thanks,
    Jeri

  • How to reference variable values in a BW Web Template

    Hi All,
    I'm having a problem which I hope someone can help me with.
    OVERVIEW
    I've developed a BW Web template with (among other things) a TEXTELEMENTS Web Item and a TABLE Web Item. I've enhanced the context menu so that when a user selects a row within the TABLE, they can start a SEM-BPS Web interface (which displays a manual planning layout). I've used the 'How to call a BPS Web Interface with Predefined Selections' document to get the basic mechanism working. The JavaScript function I've written successfully passes the variable (DFCOST_PL) value to the planning layout.
    THE PROBLEM
    The problem is twofold....
    1. I need to pass the value for a variable (FEPCVERS) to the layout. However I do not know how to make reference to the variable in JavaScript. The variable is available within the TEXTELEMENTS_1 object but how do I address it?
    2. On a similar vein, I need to pass the value for a field within the table row to the planning layout. The TABLE_2 object contains the fields (DFCOST_PL and DFGROUPS). When the user selects a line the value for DFCOST_PL is available to the JavaScript function (ZAJT_JS_Maintain_Rules) in the 'parameter1' field. However, how do I make the DFGROUPS field available?
    Below is the HTML code for my Web Template. Any help would be greatly appreciated.....
    <!-- BW data source object tags -->
    <object>
             <param name="OWNER" value="SAP_BW">
             <param name="CMD" value="SET_DATA_PROVIDER">
             <param name="NAME" value="DATAPROVIDER_2">
             <param name="QUERY" value="ZAJT3_COST_BASE_BY_COST_POOL">
             <param name="INFOCUBE" value="Z_FEPC_CB">
             DATA_PROVIDER:             DATAPROVIDER_2
    </object>
    <!--BW HTML data source object tags: -->
    <object>
             <param name="OWNER" value="SAP_BW">
             <param name="CMD" value="SET_PROPERTIES">
             <param name="TEMPLATE_ID" value="ZAJT_RULES_ENTRY">
             <param name="VARIABLE_SCREEN" value="X">
             <param name="CMENU_LABEL_1" value="ZAJT Maintain Rules">
             <param name="CMENU_FUNCTION_1" value="ZAJT_JS_Maintain_Rules">
             <param name="CMENU_PARAMETER_1" value="1">
             <param name="CMENU_CELL_TYPE_1" value="CHARACTERISTIC_VALUE">
             <param name="CMENU_FILTER_1" value="DFCOST_PL">
             <param name="CMENU_VISIBILITY_1" value="X">
             <param name="CMENU_POSITION_1" value="TOP">
             TEMPLATE PROPERTIES
    </object>
    <object>
             <param name="OWNER" value="SAP_BW">
             <param name="CMD" value="SET_DATA_PROVIDER">
             <param name="NAME" value="DATAPROVIDER_1">
             <param name="QUERY" value="ZAJT3_COST_BASE_BY_PC_NODE">
             <param name="INFOCUBE" value="Z_FEPC_CB">
             DATA_PROVIDER:             DATAPROVIDER_1
    </object>
    <html>
      <head>
        <title>BW Web Application</title>
        <link href= "/sap/bw/mime/BEx/StyleSheets/BWReports.css" type=text/css rel=stylesheet>
      </head>
    <!--ZAJT Test code start -->
    <SCRIPT language="JavaScript">
    function ZAJT_JS_Maintain_Rules(parameter,cell_type,filter,parameter1,parameter2,item,dataprovider,x,y)
      var url;
      var cpool=parameter1;
      switch (parameter)
        case "1":
          url="http://dknborisdev.dcb.defence.gov.au:3280/sap/bc/bsp/sap/zbps_var_set/zbps_var_set.htm?area=ZFERULES&bps-appl=ZAJT_RULES3&var1=ZWEBCP&value1_1=" + cpool;
         SAPBWOpenWindow(url ,"MaintainRules" ,600,400);
         break;
    </SCRIPT>
    <!--ZAJT Test code end -->
      <body>
    <object>
             <param name="OWNER" value="SAP_BW">
             <param name="CMD" value="GET_ITEM">
             <param name="NAME" value="TEXTELEMENTS_1">
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_TEXT_ELEMENTS">
             <param name="DATA_PROVIDER" value="DATAPROVIDER_1">
             <param name="CLOSED" value="X">
             <param name="SHOW_COMMON_ELEMENTS" value="">
             <param name="SHOW_FILTERS" value="">
             <param name="ELEMENT_TYPE_1" value="VARIABLE_K">
             <param name="ELEMENT_NAME_1" value="FEPCVERS">
             <param name="ELEMENT_TYPE_2" value="VARIABLE_K">
             <param name="ELEMENT_NAME_2" value="DF_GRP">
             <param name="ELEMENT_TYPE_3" value="VARIABLE_K">
             <param name="ELEMENT_NAME_3" value="ZCSTCNTR">
             ITEM:            TEXTELEMENTS_1
    </object>
    <object>
             <param name="OWNER" value="SAP_BW">
             <param name="CMD" value="GET_ITEM">
             <param name="NAME" value="NAVIGATIONBLOCK_2">
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_NAV_BLOCK">
             <param name="DATA_PROVIDER" value="DATAPROVIDER_2">
             <param name="CLOSED" value="X">
             <param name="TARGET_DATA_PROVIDER_1" value="DATAPROVIDER_1">
             <param name="TARGET_DATA_PROVIDER_2" value="DATAPROVIDER_2">
             ITEM:            NAVIGATIONBLOCK_2
    </object>
    <object>
             <param name="OWNER" value="SAP_BW">
             <param name="CMD" value="GET_ITEM">
             <param name="NAME" value="PC_HIERARCHY">
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_FILTER_HIERDD">
             <param name="DATA_PROVIDER" value="DATAPROVIDER_1">
             <param name="CLOSED" value="X">
             <param name="CAPTION" value="Profit Centre Hierarchy">
             <param name="BORDER_STYLE" value="BORDER">
             <param name="IOBJNM" value="0PROFIT_CTR">
             <param name="HIERARCHY_NAME" value="PROFIT_CTR_ZFEPCBP05">
             <param name="TARGET_DATA_PROVIDER_1" value="DATAPROVIDER_2">
             <param name="TARGET_DATA_PROVIDER_2" value="DATAPROVIDER_1">
             ITEM:            PC_HIERARCHY
    </object>
    <object>
             <param name="OWNER" value="SAP_BW">
             <param name="CMD" value="GET_ITEM">
             <param name="NAME" value="TABLE_1">
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_GRID">
             <param name="DATA_PROVIDER" value="DATAPROVIDER_1">
             <param name="TARGET_DATA_PROVIDER_1" value="DATAPROVIDER_1">
             <param name="TARGET_DATA_PROVIDER_2" value="DATAPROVIDER_2">
             ITEM:            TABLE_1
    </object>
    <object>
             <param name="OWNER" value="SAP_BW">
             <param name="CMD" value="GET_ITEM">
             <param name="NAME" value="TABLE_2">
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_GRID">
             <param name="DATA_PROVIDER" value="DATAPROVIDER_2">
             ITEM:            TABLE_2
    </object>
      </body>
    </html>

    Hi Heike,
    Thanks for your response. The example you gave me works nicely. I've tried to use the same concept on a FILTER object, but it does not seem to work. I declared the object as below:
    </span>
    <span style="display:none;visibility:hidden" id="0PROFIT_CTR_value">
    <object>
             <param name="OWNER" value="SAP_BW">
             <param name="CMD" value="GET_ITEM">
             <param name="NAME" value="FILTER_1">
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_FILTER">
             <param name="DATA_PROVIDER" value="DATAPROVIDER_1">
             <param name="HIDDEN" value="X">
             <param name="GENERATE_CAPTION" value="">
             <param name="PRESENTATION" value="KEY">
             <param name="ITEM_FILTER_IOBJNM_1" value="0PROFIT_CTR">
             <param name="PRESENTATION_1" value="KEY">
             <param name="ONLY_VALUES" value="X">
             ITEM:            FILTER_1
    </object>
    </span>
    and then use
    document.getElementById('0PROFIT_CTR_value').innerHTML.
    However, the value returned is blank. Is there a different method required for filters?
    Also, you mentioned that to access the second variable I will need to use the table interface. Is this difficult to do? I'm booked on the NET050 (Developing Web Applications) course, but it's not until late November. Do you think that this course would cover this kind of processing?

  • Adding styles to template (was: Urgent Help Needed)

    I have created pages from a template and trying to add css style in an editable region but for some reason it is not happening. In the css style panel i can only see the styles that were created on the template but cant see the new ones created for pages. Can someone pleas help me am using cs6.

    Why don't you use an external style sheet instead of embedding styles into pages?  It's so much more efficient.
    See Link to External Style Sheet in DW
    http://alt-web.com/DEMOS/DW-Link-Stylesheet.shtml
    You cannot embed styles into Template driven Child pages unless you have created an editable region for the <head> tag in your main template.dwt file.  For better answers, we would need to see your Template.dwt
    Nancy O.

  • How to use stylesheet from web-template in portal

    Hello all,
    I want to integrate a web application consisting of several web-templates (BW 3.5) into a portal (EP 6.0) via iviews.
    When called from the portal the web-templates stylesheets are replaced by portal stylesheets.
    How do I force the portal to use the web-templates stylesheets.
    Thanks in advance,
    Denis

    You can define the styles you want in a *.css file then put a link in your jsp to use these styles.  You can also just put the styles directly in your jsp.  Either should work
    I have another post with some examples feel free to look there
    Hope this helps

  • Web Template with document icon in result row

    Hi All,
    I have a web template created in WAD 7.0.
    It has Analysis item with a Query as dataprovider.I have checked the "Document Icons for Data" to On in the cell content section of Analysis Item.
    In query property also,Document link for infoprovider option is checked.
    It is displaying the document icon in data cells correctly wherever comment is entered.But it also displays document icon in the result row cells.
    I do not want to display the document icon in the result row cells.
    Please help in this regard.
    Thanks.

    Have you considered creating and using query views?

  • Centering Web template from Fireworks in Dreamweaver

    So, I created a web template in Fireworks and I imported the template into Dreamweaver.  I have been trying to center my webpage for quite some time now and every time I add a wrapper, it doesn't do anything.  It remains aligned to the left.  I deleted the wrapper and everything in my code.  Please help me. Please
    Code
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <!-- saved from url=(0014)about:internet -->
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Dance The Word 2013</title>
    <!-- TemplateEndEditable -->
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <style type="text/css">td img {display: block;}</style>
    <!--Fireworks CS6 Dreamweaver CS6 target.  Created Mon Feb 04 19:45:33 GMT-0600 (CST) 2013-->
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    </head>
    <body bgcolor="#4c0066">
    <table width="730" border="0" align="center" cellpadding="0" cellspacing="0" style="vertical-align: top; display: inline-table; font-family: 'Apple Chancery'; color: #4E0062; font-size: 12px; text-align: center;">
    <!-- fwtable fwsrc="DTW2013.fw.png" fwpage="Page 1" fwbase="DTW2013.png" fwstyle="Dreamweaver" fwdocid = "814315457" fwnested="0" -->
      <tr>
       <td><img src="../Images/Layout/spacer.gif" width="13" height="1" alt="" /></td>
       <td><img src="../Images/Layout/spacer.gif" width="80" height="1" alt="" /></td>
       <td><img src="../Images/Layout/spacer.gif" width="75" height="1" alt="" /></td>
       <td><img src="../Images/Layout/spacer.gif" width="104" height="1" alt="" /></td>
       <td><img src="../Images/Layout/spacer.gif" width="81" height="1" alt="" /></td>
       <td><img src="../Images/Layout/spacer.gif" width="79" height="1" alt="" /></td>
       <td><img src="../Images/Layout/spacer.gif" width="133" height="1" alt="" /></td>
       <td><img src="../Images/Layout/spacer.gif" width="73" height="1" alt="" /></td>
       <td><img src="../Images/Layout/spacer.gif" width="77" height="1" alt="" /></td>
       <td><img src="../Images/Layout/spacer.gif" width="15" height="1" alt="" /></td>
       <td><img src="../Images/Layout/spacer.gif" width="1" height="1" alt="" /></td>
      </tr>
      <tr>
       <td colspan="10"><img name="DTW2013_r1_c1" src="../Images/Layout/DTW2013_r1_c1.png" width="730" height="267" id="DTW2013_r1_c1" alt="" /></td>
       <td><img src="../Images/Layout/spacer.gif" width="1" height="267" alt="" /></td>
      </tr>
      <tr>
       <td><img name="DTW2013_r2_c1" src="../Images/Layout/DTW2013_r2_c1.png" width="13" height="29" id="DTW2013_r2_c1" alt="" /></td>
       <td><img name="DTW2013_r2_c2" src="../Images/Layout/DTW2013_r2_c2.png" width="80" height="29" id="DTW2013_r2_c2" alt="" /></td>
       <td><img name="DTW2013_r2_c3" src="../Images/Layout/DTW2013_r2_c3.png" width="75" height="29" id="DTW2013_r2_c3" alt="" /></td>
       <td><img name="DTW2013_r2_c4" src="../Images/Layout/DTW2013_r2_c4.png" width="104" height="29" id="DTW2013_r2_c4" alt="" /></td>
       <td><img name="DTW2013_r2_c5" src="../Images/Layout/DTW2013_r2_c5.png" width="81" height="29" id="DTW2013_r2_c5" alt="" /></td>
       <td><img name="DTW2013_r2_c6" src="../Images/Layout/DTW2013_r2_c6.png" width="79" height="29" id="DTW2013_r2_c6" alt="" /></td>
       <td><img name="DTW2013_r2_c7" src="../Images/Layout/DTW2013_r2_c7.png" width="133" height="29" id="DTW2013_r2_c7" alt="" /></td>
       <td><img name="DTW2013_r2_c8" src="../Images/Layout/DTW2013_r2_c8.png" width="73" height="29" id="DTW2013_r2_c8" alt="" /></td>
       <td><img name="DTW2013_r2_c9" src="../Images/Layout/DTW2013_r2_c9.png" width="77" height="29" id="DTW2013_r2_c9" alt="" /></td>
       <td><img name="DTW2013_r2_c10" src="../Images/Layout/DTW2013_r2_c10.png" width="15" height="29" id="DTW2013_r2_c10" alt="" /></td>
       <td><img src="../Images/Layout/spacer.gif" width="1" height="29" alt="" /></td>
      </tr>
      <tr>
       <td colspan="10" align="center" valign="top" background="../Images/Layout/DTW2013_r3_c1.png"><table width="700" border="0" cellpadding="15">
         <tr>
           <td width="156" bgcolor="#FFFFFF"><!-- TemplateBeginEditable name="EditRegion3" -->
             <p><img src="../Images/Logos/dtwlogo.jpg" width="120" height="300" align="middle" /></p>
             <p> </p>
             <p> </p>
             <p> </p>
             <p> </p>
             <p> </p>
             <p> </p>
             <p> </p>
             <p> </p>
             <p> </p>
           <!-- TemplateEndEditable --></td>
           <td width="478"><!-- TemplateBeginEditable name="EditRegion4" -->
             <p> </p>
             <p> </p>
             <p> </p>
             <p> </p>
             <p> </p>
             <p> </p>
             <p> </p>
             <p> </p>
             <p> </p>
             <p> </p>
             <p> </p>
             <p> </p>
             <p> </p>
             <p> </p>
             <p> </p>
             <p> </p>
             <p> </p>
             <p> </p>
           <!-- TemplateEndEditable --></td>
         </tr>
       </table></td>
       <td><img src="../Images/Layout/spacer.gif" width="1" height="480" alt="" /></td>
      </tr>
      <tr>
       <td colspan="10"><img name="DTW2013_r4_c1" src="../Images/Layout/DTW2013_r4_c1.png" width="730" height="54" id="DTW2013_r4_c1" alt="" /></td>
       <td><img src="../Images/Layout/spacer.gif" width="1" height="54" alt="" /></td>
      </tr>
    </table>
    </body>
    </html>

    Unfortunately, this is not a web page.  It is a design comp exported from Fireworks.  This code is not good enough for use on real web sites. 
    You need to de-construct your design comp images in Fireworks.  Optimize and save images only to your DW Local Site Folder.  Then re-assemble everything inside a pre-built CSS Layout in DW.
    Taking a Fireworks comp to a CSS Layout in DW
    Part 1 - Initial Design
    http://www.adobe.com/devnet/dreamweaver/articles/dw_fw_css_pt1.html
    Part 2 - Markup preparation
    http://www.adobe.com/devnet/dreamweaver/articles/dw_fw_css_pt2.html
    Part 3 - Layout and CSS
    http://www.adobe.com/devnet/dreamweaver/articles/dw_fw_css_pt3.html
    Nancy O.

  • Force Variable screen with Web Templates

    We are on SP7 and have made the necessary settings based on note 950463, however the variable screen only pops up the first time you click the "New Analysis" button.  If you click the button again, and select a query with optional variables, the variable screen does not show up.  I've tried setting the default parameters in the IMG and in the portal iview to always pass the parameter VARIABLE_SCREEN=X along with making the necessary modifications to our default web template, but none of this has worked. Has anyone else come accross this?
    Message was edited by: Ravi Patel

    Hey,
    Below is a version of the web analyzer I created with the following changes:
    1. Variable screen will always open on subsequent calls to the "New Analysis" button, even for optional variables.
    2. A button for refresh. This button basically calls the variable screen. If no variables exist, then this will just refresh, but if variables do exist, this launches the variable screen and then refreshes, similar to the refresh used within the 3.x Bex Analyzer...
    3. A button for "Back to Start" which takes you to the inital state of the web application.
    4. A button for "Back" which will take you back one navigation state. Hope this code helps!
    Cheers,
    Prakash
    <bi:bisp xmlns:bi="http://xml.sap.com/2005/01/bi/wad/bisp" xmlns:jsp="http://java.sun.com/JSP/Page" xmlns="http://www.w3.org/TR/REC-html40" xmlns:h="http://www.w3.org/TR/REC-html40">
      <html>
        <head>
          <title>BI Web Application</title>
          <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
          </meta>
        </head>
        <body>
          <bi:data_provider name="DP_1" type="QUERY_VIEW_DATA_PROVIDER">
            <bi:param name="INITIAL_STATE" type="CHOICE" value="QUERY">
              <bi:param name="QUERY" value="">
              </bi:param>
            </bi:param>
          </bi:data_provider>
          <bi:item name="CONTEXT_MENU_ITEM_1" designheight="60" designwidth="80" type="CONTEXT_MENU_ITEM" xmlns:B="http://xml.sap.com/2005/01/bi/wad/bisp">
            <bi:param name="MENU_DATAPROVIDER_PROPERTIES" value="">
            </bi:param>
            <bi:param name="MENU_PRINT" value="">
            </bi:param>
            <bi:param name="MENU_ITEM_PROPERTIES" value="">
            </bi:param>
            <bi:param name="MENU_EXCEPTIONS" value="">
            </bi:param>
            <bi:param name="MENU_CONDITIONS" value="">
            </bi:param>
            <bi:param name="MENU_VIEW_SAVE" value="X">
            </bi:param>
          </bi:item>
          <bi:item name="TEMPLATE_PARAMETERS" type="TEMPLATE_PARAMETERS">
            <bi:param name="CLEAR_VARIABLES" value="X">
            </bi:param>
          </bi:item>
          <bi:item name="MESSAGES_LIST_ITEM_1" designheight="150" designwidth="400" type="MESSAGES_LIST_ITEM" xmlns:B="http://xml.sap.com/2005/01/bi/wad/bisp">
          </bi:item>
          <bi:item type="GROUP_ITEM" name="GROUP_ITEM_1" designheight="130" designwidth="800" xmlns:B="http://xml.sap.com/2005/01/bi/wad/bisp">
            <bi:param name="CHILD_ITEM_REF" value="CONTENT_AREA">
            </bi:param>
            <bi:param name="WIDTH" value="800">
            </bi:param>
            <bi:param name="HEIGHT" value="130">
            </bi:param>
            <bi:param name="PADDING" value="">
            </bi:param>
            <bi:param name="GROUP_DESIGN" value="SAPCOLOR">
            </bi:param>
            <bi:param name="WITH_CAPTION" type="CHOICE" value="X" text="">
              <bi:param name="CAPTION_TYPE" type="CHOICE" value="CHILD_ITEM_REF">
                <bi:param name="CHILD_ITEM_REF" value="CONTAINER_TITLE">
                </bi:param>
              </bi:param>
            </bi:param>
            <bi:param name="WITH_TOOLBAR" type="CHOICE" value="X" text="">
              <bi:param name="CHILD_ITEM_REF" value="TOOLBAR_ALIGNMENT">
              </bi:param>
            </bi:param>
            <bi:item type="CONTAINER_ITEM" name="CONTAINER_TITLE" designwidth="600" designheight="97">
              <bi:param name="WIDTH" value="600">
              </bi:param>
              <bi:param name="FULL_HEIGHT" value="X">
              </bi:param>
              <table cellspacing="0" border="0">
                <tbody>
                  <tr>
                    <td style="WIDTH: 90%">
                      <bi:item name="QUERY_TITLE" designheight="48" designwidth="400" type="TEXT_ITEM">
                        <bi:param name="TEXT_BINDING" type="CHOICE" value="GENERIC_TEXT_BINDING">
                          <bi:param name="GENERIC_TEXT_BINDING" type="COMPOSITE">
                            <bi:param name="DATA_PROVIDER_REF" value="DP_1" text="DP_1">
                            </bi:param>
                            <bi:param name="GENERIC_TEXT_ELEMENT" value="QUERY_DESCRIPTION">
                            </bi:param>
                          </bi:param>
                        </bi:param>
                        <bi:param name="TEXT_COLOR" value="DEFAULT">
                        </bi:param>
                        <bi:param name="TEXT_DESIGN" value="EMPHASIZED">
                        </bi:param>
                      </bi:item>
                    </td>
                    <td nowrap="nowrap">
                      <bi:item name="ACTUAL_DATE_TEXT" designheight="64" designwidth="311" type="TEXT_ITEM">
                        <bi:param name="TEXT_BINDING" type="CHOICE" value="TEXT_CONTENT">
                          <bi:param name="TEXT_CONTENT">
                            <bi:text program="SAPLRRSV" key="705">
                            </bi:text>
                          </bi:param>
                        </bi:param>
                      </bi:item>
                    </td>
                    <td nowrap="nowrap">
                      <bi:item name="ACTUAL_DATE" designheight="85" designwidth="400" type="TEXT_ITEM">
                        <bi:param name="TEXT_BINDING" type="CHOICE" value="GENERIC_TEXT_BINDING">
                          <bi:param name="GENERIC_TEXT_BINDING" type="COMPOSITE">
                            <bi:param name="DATA_PROVIDER_REF" value="DP_1">
                            </bi:param>
                            <bi:param name="GENERIC_TEXT_ELEMENT" value="ROLLUPTIME">
                            </bi:param>
                          </bi:param>
                        </bi:param>
                      </bi:item>
                    </td>
                  </tr>
                </tbody>
              </table>
            </bi:item>
            <bi:item type="CONTAINER_ITEM" name="TOOLBAR_ALIGNMENT" designheight="300" designwidth="600">
              <table cellspacing="0" border="0">
                <tbody>
                  <tr>
                    <td>
                      <bi:item type="CONTAINER_LAYOUT_ITEM" name="CONTAINER_LAYOUT_TOOLBAR" designheight="130" designwidth="652">
                        <bi:param name="FULL_WIDTH" value="X">
                        </bi:param>
                        <bi:param name="FULL_HEIGHT" value="X">
                        </bi:param>
                        <bi:param name="ROW_LIST" type="ORDEREDLIST">
                          <bi:param name="ROW" type="ORDEREDLIST" index="1">
                            <bi:param name="COLUMN" type="COMPOSITE" index="1">
                              <bi:param name="CHILD_ITEM_REF" value="BUTTON_OPEN_SAVE">
                              </bi:param>
                            </bi:param>
                            <bi:param name="COLUMN" type="COMPOSITE" index="2">
                              <bi:param name="CHILD_ITEM_REF" value="QUERYVIEW_SELECTION">
                              </bi:param>
                            </bi:param>
                            <bi:param name="COLUMN" type="COMPOSITE" index="3">
                              <bi:param name="CHILD_ITEM_REF" value="TEXT_DISPLAY_AS">
                              </bi:param>
                              <bi:param name="VALIGN" value="CENTER">
                              </bi:param>
                            </bi:param>
                            <bi:param name="COLUMN" type="COMPOSITE" index="4">
                              <bi:param name="CHILD_ITEM_REF" value="DROPDOWN_DISPLAY">
                              </bi:param>
                            </bi:param>
                            <bi:param name="COLUMN" type="COMPOSITE" index="5">
                              <bi:param name="CHILD_ITEM_REF" value="BUTTON_TOOLBAR_2">
                              </bi:param>
                            </bi:param>
                          </bi:param>
                        </bi:param>
                        <bi:item name="QUERYVIEW_SELECTION" designheight="70" designwidth="200" type="DROPDOWN_ITEM">
                          <bi:param name="VISIBILITY" value="HIDDEN">
                          </bi:param>
                          <bi:param name="DATA_BINDING_TYPE" type="CHOICE" value="QUERY_VIEW_SELECTION">
                            <bi:param name="QUERY_VIEW_SELECTION" type="COMPOSITE">
                              <bi:param name="DATA_PROVIDER_REF" value="DP_1">
                              </bi:param>
                              <bi:param name="SPECIFIC_LIST_OF_QUERY_VIEWS" type="CHOICE" value="">
                              </bi:param>
                            </bi:param>
                          </bi:param>
                        </bi:item>
                        <bi:item name="DROPDOWN_DISPLAY" designheight="130" designwidth="400" type="DROPDOWN_ITEM">
                          <bi:param name="DATA_BINDING_TYPE" type="CHOICE" value="STATIC_OPTION_LIST">
                            <bi:param name="STATIC_OPTION_LIST" type="ORDEREDLIST">
                              <bi:param name="STATIC_OPTION" type="COMPOSITE" index="1">
                                <bi:param name="SELECTION_TEXT">
                                  <bi:text program="SAPLRRSV" key="622">
                                  </bi:text>
                                </bi:param>
                                <bi:param name="ACTION" type="CHOICE" value="INSTRUCTION">
                                  <bi:param name="INSTRUCTION">
                                    <bi:command type="SET_ITEM_PARAMETERS">
                                      <bi:cmd_item_parameters type="ANALYSIS_ITEM">
                                        <bi:param name="VISIBILITY" value="VISIBLE">
                                        </bi:param>
                                      </bi:cmd_item_parameters>
                                      <bi:param name="TARGET_ITEM_REF" value="ANALYSIS">
                                      </bi:param>
                                    </bi:command>
                                    <bi:command type="SET_ITEM_PARAMETERS">
                                      <bi:cmd_item_parameters type="CHART_ITEM">
                                        <bi:param name="VISIBILITY" value="HIDDEN">
                                        </bi:param>
                                      </bi:cmd_item_parameters>
                                      <bi:param name="TARGET_ITEM_REF" value="CHART">
                                      </bi:param>
                                    </bi:command>
                                  </bi:param>
                                </bi:param>
                              </bi:param>
                              <bi:param name="STATIC_OPTION" type="COMPOSITE" index="2">
                                <bi:param name="SELECTION_TEXT">
                                  <bi:text program="SAPLRRSV" key="626">
                                  </bi:text>
                                </bi:param>
                                <bi:param name="ACTION" type="CHOICE" value="INSTRUCTION">
                                  <bi:param name="INSTRUCTION">
                                    <bi:command type="SET_ITEM_PARAMETERS">
                                      <bi:cmd_item_parameters type="ANALYSIS_ITEM">
                                        <bi:param name="VISIBILITY" value="HIDDEN">
                                        </bi:param>
                                      </bi:cmd_item_parameters>
                                      <bi:param name="TARGET_ITEM_REF" value="ANALYSIS">
                                      </bi:param>
                                    </bi:command>
                                    <bi:command type="SET_ITEM_PARAMETERS">
                                      <bi:cmd_item_parameters type="CHART_ITEM">
                                        <bi:param name="VISIBILITY" value="VISIBLE">
                                        </bi:param>
                                      </bi:cmd_item_parameters>
                                      <bi:param name="TARGET_ITEM_REF" value="CHART">
                                      </bi:param>
                                    </bi:command>
                                  </bi:param>
                                </bi:param>
                              </bi:param>
                              <bi:param name="STATIC_OPTION" type="COMPOSITE" index="3">
                                <bi:param name="SELECTION_TEXT">
                                  <bi:text program="SAPLRRSV" key="750">
                                  </bi:text>
                                </bi:param>
                                <bi:param name="ACTION" type="CHOICE" value="INSTRUCTION">
                                  <bi:param name="INSTRUCTION">
                                    <bi:command type="SET_ITEM_PARAMETERS">
                                      <bi:cmd_item_parameters type="ANALYSIS_ITEM">
                                        <bi:param name="VISIBILITY" value="VISIBLE">
                                        </bi:param>
                                      </bi:cmd_item_parameters>
                                      <bi:param name="TARGET_ITEM_REF" value="ANALYSIS">
                                      </bi:param>
                                    </bi:command>
                                    <bi:command type="SET_ITEM_PARAMETERS">
                                      <bi:cmd_item_parameters type="CHART_ITEM">
                                        <bi:param name="VISIBILITY" value="VISIBLE">
                                        </bi:param>
                                      </bi:cmd_item_parameters>
                                      <bi:param name="TARGET_ITEM_REF" value="CHART">
                                      </bi:param>
                                    </bi:command>
                                  </bi:param>
                                </bi:param>
                              </bi:param>
                            </bi:param>
                          </bi:param>
                        </bi:item>
                        <bi:item name="TEXT_DISPLAY_AS" designheight="130" designwidth="400" type="TEXT_ITEM">
                          <bi:param name="TEXT_BINDING" type="CHOICE" value="TEXT_CONTENT">
                            <bi:param name="TEXT_CONTENT">
                              <bi:text program="SAPLRRSV" key="746">
                              </bi:text>
                            </bi:param>
                          </bi:param>
                          <bi:param name="TEXT_DESIGN" value="EMPHASIZED">
                          </bi:param>
                          <bi:param name="TEXT_WRAPPING" value="">
                          </bi:param>
                        </bi:item>
                        <bi:item name="BUTTON_OPEN_SAVE" designheight="130" designwidth="400" type="BUTTON_GROUP_ITEM">
                          <bi:param name="BUTTON_LIST" type="ORDEREDLIST">
                            <bi:param name="BUTTON" type="COMPOSITE" index="2">
                              <bi:param name="CAPTION">
                                <bi:text program="SAPLRRSV" key="236">
                                </bi:text>
                              </bi:param>
                              <bi:param name="TOOLTIP">
                                <bi:text program="SAPLRRSV" key="759">
                                </bi:text>
                              </bi:param>
                              <bi:param name="ACTION" type="CHOICE" value="INSTRUCTION">
                                <bi:param name="INSTRUCTION">
                                  <bi:command type="LOAD">
                                    <bi:param name="TARGET_DATA_PROVIDER_REF" value="DP_1">
                                    </bi:param>
                                    <bi:param name="OPEN_SAVE_DIALOG_LAYOUT" value="TEMPLATE_PERSISTENCY">
                                    </bi:param>
                                    <bi:param name="DISPLAY_SINGLE_FILTER_ENTRY" value="">
                                    </bi:param>
                                  </bi:command>
                                  <bi:command type="SET_ITEM_PARAMETERS">
                                    <bi:cmd_item_parameters type="BUTTON_GROUP_ITEM">
                                      <bi:param name="BUTTON_LIST">
                                        <bi:param name="BUTTON" index="2">
                                          <bi:param name="ENABLED" path="PAGE?PAGE/VARIABLE_CONTAINER/HAS_INPUT_VARIABLES/@value">
                                          </bi:param>
                                        </bi:param>
                                      </bi:param>
                                    </bi:cmd_item_parameters>
                                    <bi:param name="TARGET_ITEM_REF" value="FILTER_CLOSE_BUTTON">
                                    </bi:param>
                                  </bi:command>
                                </bi:param>
                              </bi:param>
                              <bi:param name="ENABLED" value="X">
                              </bi:param>
                            </bi:param>
                            <bi:param name="BUTTON" type="COMPOSITE" index="4">
                              <bi:param name="CAPTION">
                                <bi:text program="SAPLRRSV" key="049">
                                </bi:text>
                              </bi:param>
                              <bi:param name="TOOLTIP">
                                <bi:text program="SAPLRRSV" key="760">
                                </bi:text>
                              </bi:param>
                              <bi:param name="ACTION" type="CHOICE" value="INSTRUCTION">
                                <bi:param name="INSTRUCTION">
                                  <bi:command type="SAVE_AS">
                                    <bi:param name="TARGET_DATA_PROVIDER_REF" value="DP_1">
                                    </bi:param>
                                    <bi:param name="OPEN_SAVE_DIALOG_LAYOUT" value="TEMPLATE_PERSISTENCY">
                                    </bi:param>
                                    <bi:param name="DISPLAY_SINGLE_FILTER_ENTRY" value="">
                                    </bi:param>
                                  </bi:command>
                                </bi:param>
                              </bi:param>
                              <bi:param name="ENABLED" value="X">
                              </bi:param>
                            </bi:param>
                            <bi:param name="BUTTON" type="COMPOSITE" index="1">
                              <bi:param name="CAPTION">
                                <bi:text program="SAPLRRSV" key="757">
                                </bi:text>
                              </bi:param>
                              <bi:param name="TOOLTIP">
                                <bi:text program="SAPLRRSV" key="758">
                                </bi:text>
                              </bi:param>
                              <bi:param name="ACTION" type="CHOICE" value="INSTRUCTION">
                                <bi:param name="INSTRUCTION">
                                  <bi:command type="LOAD">
                                    <bi:param name="TARGET_DATA_PROVIDER_REF" value="DP_1">
                                    </bi:param>
                                    <bi:param name="OPEN_SAVE_DIALOG_LAYOUT" value="DATAPROVIDER_PERSISTENCY">
                                    </bi:param>
                                  </bi:command>
                                  <bi:command type="SET_ITEM_PARAMETERS">
                                    <bi:cmd_item_parameters type="BUTTON_GROUP_ITEM">
                                      <bi:param name="BUTTON_LIST">
                                        <bi:param name="BUTTON" index="2">
                                          <bi:param name="ENABLED" path="PAGE?PAGE/VARIABLE_CONTAINER/HAS_INPUT_VARIABLES/@value">
                                          </bi:param>
                                        </bi:param>
                                      </bi:param>
                                    </bi:cmd_item_parameters>
                                    <bi:param name="TARGET_ITEM_REF" value="FILTER_CLOSE_BUTTON">
                                    </bi:param>
                                  </bi:command>
                                  <bi:command type="SET_VARIABLES_STATE">
                                    <bi:param name="VARIABLE_SCREEN" value="X">
                                    </bi:param>
                                  </bi:command>
                                </bi:param>
                              </bi:param>
                            </bi:param>
                            <bi:param name="BUTTON" type="COMPOSITE" index="5">
                              <bi:param name="CAPTION" value="Refresh">
                              </bi:param>
                              <bi:param name="ACTION" type="CHOICE" value="INSTRUCTION">
                                <bi:param name="INSTRUCTION">
                                  <bi:command type="OPEN_VARIABLE_DIALOG">
                                  </bi:command>
                                </bi:param>
                              </bi:param>
                            </bi:param>
                            <bi:param name="BUTTON" type="COMPOSITE" index="6">
                              <bi:param name="CAPTION" value="Back to Start">
                              </bi:param>
                              <bi:param name="ACTION" type="CHOICE" value="INSTRUCTION">
                                <bi:param name="INSTRUCTION">
                                  <bi:command type="BACK_TO_INITIAL_STATE">
                                  </bi:command>
                                </bi:param>
                              </bi:param>
                            </bi:param>
                            <bi:param name="BUTTON" type="COMPOSITE" index="7">
                              <bi:param name="CAPTION" value="Back">
                              </bi:param>
                              <bi:param name="ACTION" type="CHOICE" value="INSTRUCTION">
                                <bi:param name="INSTRUCTION">
                                  <bi:command type="BACK_TO_PREVIOUS_STATE">
                                  </bi:command>
                                </bi:param>
                              </bi:param>
                            </bi:param>
                          </bi:param>
                        </bi:item>
                        <bi:item name="BUTTON_TOOLBAR_2" designheight="130" designwidth="400" type="BUTTON_GROUP_ITEM">
                          <bi:param name="BUTTON_LIST" type="ORDEREDLIST">
                            <bi:param name="BUTTON" type="COMPOSITE" index="1">
                              <bi:param name="CAPTION">
                                <bi:text program="SAPLRRSV" key="702">
                                </bi:text>
                              </bi:param>
                              <bi:param name="TOOLTIP">
                                <bi:text program="SAPLRRSV" key="702">
                                </bi:text>
                              </bi:param>
                              <bi:param name="ACTION" type="CHOICE" value="INSTRUCTION">
                                <bi:param name="INSTRUCTION">
                                  <bi:command type="OPEN_TEMPLATE_DIALOG">
                                    <bi:param name="TEMPLATE" value="0ANALYSIS_PATTERN_INFO" text="Analysis Pattern: Information">
                                    </bi:param>
                                    <bi:param name="WIDTH" value="800">
                                    </bi:param>
                                    <bi:param name="HEIGHT" value="620">
                                    </bi:param>
                                  </bi:command>
                                </bi:param>
                              </bi:param>
                            </bi:param>
                            <bi:param name="BUTTON" type="COMPOSITE" index="2">
                              <bi:param name="CAPTION">
                                <bi:text program="SAPLRRSV" key="747">
                                </bi:text>
                              </bi:param>
                              <bi:param name="TOOLTIP">
                                <bi:text program="SAPLRRSV" key="747">
                                </bi:text>
                              </bi:param>
                              <bi:param name="ACTION" type="CHOICE" value="INSTRUCTION">
                                <bi:param name="INSTRUCTION">
                                  <bi:command type="LAUNCH_BROADCASTER">
                                    <bi:param name="START_WIZARD" type="CHOICE" value="X" text="">
                                      <bi:param name="DISTRIBUTION_TYPE" value="MAIL">
                                      </bi:param>
                                    </bi:param>
                                    <bi:param name="START_OBJECT_TYPE" value="QUERY_VIEW_DATA_PROVIDER_REF">
                                      <bi:param name="QUERY_VIEW_DATA_PROVIDER_REF" value="DP_1">
                                      </bi:param>
                                    </bi:param>
                                  </bi:command>
                                </bi:param>
                              </bi:param>
                              <bi:param name="ENABLED" value="X">
                              </bi:param>
                            </bi:param>
                            <bi:param name="BUTTON" type="COMPOSITE" index="3">
                              <bi:param name="CAPTION">
                                <bi:text program="SAPLRRSV" key="748">
                                </bi:text>
                              </bi:param>
                              <bi:param name="TOOLTIP">
                                <bi:text program="SAPLRRSV" key="748">
                                </bi:text>
                              </bi:param>
                              <bi:param name="ACTION" type="CHOICE" value="INSTRUCTION">
                                <bi:param name="INSTRUCTION">
                                  <bi:command type="EXPORT">
                                    <bi:param name="TEMPLATE" value="0ANALYSIS_PATTERN_EXPORT" text="Analysis Pattern Export">
                                    </bi:param>
                                  </bi:command>
                                </bi:param>
                              </bi:param>
                            </bi:param>
                            <bi:param name="BUTTON" type="COMPOSITE" index="4">
                              <bi:param name="CAPTION">
                                <bi:text program="SAPLRRSV" key="710">
                                </bi:text>
                              </bi:param>
                              <bi:param name="TOOLTIP">
                                <bi:text program="SAPLRRSV" key="710">
                                </bi:text>
                              </bi:param>
                              <bi:param name="ACTION" type="CHOICE" value="INSTRUCTION">
                                <bi:param name="INSTRUCTION">
                                  <bi:command type="EXPORT">
                                    <bi:param name="EXPORT_FORMAT" value="XLS">
                                    </bi:param>
                                    <bi:param name="ITEM_REF_LIST">
                                      <bi:param name="ITEM_REF" index="1" value="CHART">
                                      </bi:param>
                                      <bi:param name="ITEM_REF" index="2" value="ANALYSIS">
                                      </bi:param>
                                      <bi:param name="ITEM_REF" index="3" value="EXCEPTIONS">
                                      </bi:param>
                                      <bi:param name="ITEM_REF" index="4" value="QUERY_TITLE">
                                      </bi:param>
                                    </bi:param>
                                  </bi:command>
                                </bi:param>
                              </bi:param>
                            </bi:param>
                            <bi:param name="BUTTON" type="COMPOSITE" index="5">
                              <bi:param name="CAPTION">
                                <bi:text program="SAPLRRSV" key="709">
                                </bi:text>
                              </bi:param>
                              <bi:param name="ACTION" type="CHOICE" value="INSTRUCTION">
                                <bi:param name="INSTRUCTION">
                                  <bi:command type="OPEN_DIALOG_DLG_DOC_BROWSER">
                                    <bi:param name="TARGET_ITEM_REF" value="ANALYSIS">
                                    </bi:param>
                                    <bi:param name="DATA_PROVIDER_REF" value="DP_1">
                                    </bi:param>
                                    <bi:param name="DOCUMENT_CLASS_SPECIFIC" type="CHOICE" value="DATA_CONTEXT">
                                      <bi:param name="DATA_CONTEXT" type="COMPOSITE">
                                        <bi:param name="DATA_ROW" value="-1">
                                        </bi:param>
                                        <bi:param name="DATA_COLUMN" value="-1">
                                        </bi:param>
                                      </bi:param>
                                    </bi:param>
                                  </bi:command>
                                </bi:param>
                              </bi:param>
                              <bi:param name="ENABLED" value="X">
                              </bi:param>
                            </bi:param>
                          </bi:param>
                        </bi:item>
                      </bi:item>
                    </td>
                    <td style="WIDTH: 80%">
                    </td>
                    <td>
                      <bi:item type="CONTAINER_LAYOUT_ITEM" name="TOOLBAR_RIGHT_AREA" designheight="130" designwidth="652">
                        <bi:param name="FULL_WIDTH" value="X">
                        </bi:param>
                        <bi:param name="FULL_HEIGHT" value="X">
                        </bi:param>
                        <bi:param name="ROW_LIST" type="ORDEREDLIST">
                          <bi:param name="ROW" type="ORDEREDLIST" index="1">
                            <bi:param name="COLUMN" type="COMPOSITE" index="1">
                              <bi:param name="CHILD_ITEM_REF" value="LINK_FILTER">
                              </bi:param>
                            </bi:param>
                            <bi:param name="COLUMN" type="COMPOSITE" index="2">
                              <bi:param name="CHILD_ITEM_REF" value="LINK_SETTINGS">
                              </bi:param>
                            </bi:param>
                          </bi:param>
                        </bi:param>
                        <bi:item name="LINK_FILTER" designheight="130" designwidth="400" type="LINK_ITEM">
                          <bi:param name="TEXT_CONTENT">
                            <bi:text program="SAPLRRSV" key="632">
                            </bi:text>
                          </bi:param>
                          <bi:param name="TOOLTIP">
                            <bi:text program="SAPLRRSV" key="632">
                            </bi:text>
                          </bi:param>
                          <bi:param name="INTERACTION_ALLOWED" value="X">
                          </bi:param>
                          <bi:param name="ACTION" type="CHOICE" value="INSTRUCTION">
                            <bi:param name="INSTRUCTION">
                              <bi:command type="SET_ITEM_PARAMETERS">
                                <bi:cmd_item_parameters type="GROUP_ITEM">
                                  <bi:param name="VISIBILITY" value="VISIBLE">
                                  </bi:param>
                                </bi:cmd_item_parameters>
                                <bi:param name="TARGET_ITEM_REF" value="FILTER_GROUP_AREA">
                                </bi:param>
                              </bi:command>
                              <bi:command type="SET_ITEM_PARAMETERS">
                                <bi:cmd_item_parameters type="GROUP_ITEM">
                                  <bi:param name="VISIBILITY" value="HIDDEN">
                                  </bi:param>
                                </bi:cmd_item_parameters>
                                <bi:param name="TARGET_ITEM_REF" value="SETTINGS_GROUP_AREA">
                                </bi:param>
                              </bi:command>
                              <bi:command type="SET_ITEM_PARAMETERS">
                                <bi:cmd_item_parameters type="BUTTON_GROUP_ITEM">
                                  <bi:param name="BUTTON_LIST">
                                    <bi:param name="BUTTON" index="2">
                                      <bi:param name="ENABLED" path="PAGE?PAGE/VARIABLE_CONTAINER/HAS_INPUT_VARIABLES/@value">
                                      </bi:param>
                                    </bi:param>
                                  </bi:param>
                                </bi:cmd_item_parameters>
                                <bi:param name="TARGET_ITEM_REF" value="FILTER_CLOSE_BUTTON">
                                </bi:param>
                              </bi:command>
                            </bi:param>
                          </bi:param>
                        </bi:item>
                        <bi:item name="LINK_SETTINGS" designheight="130" designwidth="400" type="LINK_ITEM">
                          <bi:param name="TEXT_CONTENT">
                            <bi:text program="SAPLRRSV" key="749">
                            </bi:text>
                          </bi:param>
                          <bi:param name="TOOLTIP">
                            <bi:text program="SAPLRRSV" key="749">
                            </bi:text>
                          </bi:param>
                          <bi:param name="ACTION" type="CHOICE" value="INSTRUCTION">
                            <bi:param name="INSTRUCTION">
                              <bi:command type="SET_ITEM_PARAMETERS">
                                <bi:cmd_item_parameters type="GROUP_ITEM">
                                  <bi:param name="VISIBILITY" value="VISIBLE">
                                  </bi:param>
                                </bi:cmd_item_parameters>
                                <bi:param name="TARGET_ITEM_REF" value="SETTINGS_GROUP_AREA">
                                </bi:param>
                              </bi:command>
                              <bi:command type="SET_ITEM_PARAMETERS">
                                <bi:cmd_item_parameters type="GROUP_ITEM">
                                  <bi:param name="VISIBILITY" value="HIDDEN">
                                  </bi:param>
                                </bi:cmd_item_parameters>
                                <bi:param name="TARGET_ITEM_REF" value="FILTER_GROUP_AREA">
                                </bi:param>
                              </bi:command>
                            </bi:param>
                          </bi:param>
                        </bi:item>
                      </bi:item>
                    </td>
                  </tr>
                </tbody>
              </table>
            </bi:item>
            <bi:item type="CONTAINER_ITEM" name="CONTENT_AREA" designheight="220" designwidth="668">
              <bi:param name="FULL_WIDTH" value="X">
              </bi:param>
              <bi:param name="FULL_HEIGHT" value="X">
              </bi:param>
              <bi:item type="GROUP_ITEM" name="FILTER_GROUP_AREA" designheight="300" designwidth="600">
                <bi:param name="CHILD_ITEM_REF" value="FILTER_AREA">
                </bi:param>
                <bi:param name="FULL_WIDTH" value="X">
                </bi:param>
                <bi:param name="VISIBILITY" value="HIDDEN">
                </bi:param>
                <bi:param name="WITH_CAPTION" value="">
                </bi:param>
                <bi:item type="CONTAINER_LAYOUT_ITEM" name="FILTER_AREA" designheight="220" designwidth="668">
                  <bi:param name="FULL_WIDTH" value="X">
                  </bi:param>
                  <bi:param name="FULL_HEIGHT" value="X">
                  </bi:param>
                  <bi:param name="ROW_LIST">
                    <bi:param name="ROW" index="1">
                      <bi:param name="COLUMN" index="1">
                        <bi:param name="CHILD_ITEM_REF" value="FILTER_EXPL">
                        </bi:param>
                      </bi:param>
                    </bi:param>
                    <bi:param name="ROW" index="2">
                      <bi:param name="COLUMN" index="1">
                        <bi:param name="CHILD_ITEM_REF" value="FILTER_PANE">
                        </bi:param>
                      </bi:param>
                    </bi:param>
                    <bi:param name="ROW" index="3">
                      <bi:param name="COLUMN" index="1">
                        <bi:param name="CHILD_ITEM_REF" value="FILTER_CLOSE_BUTTON">
                        </bi:param>
                      </bi:param>
                    </bi:param>
                  </bi:param>
                  <bi:item name="FILTER_EXPL" designheight="64" designwidth="311" type="TEXT_ITEM">
                    <bi:param name="TEXT_BINDING" type="CHOICE" value="TEXT_CONTENT">
                      <bi:param name="TEXT_CONTENT">
                        <bi:text program="SAPLRRSV" key="754">
                        </bi:text>
                      </bi:param>
                    </bi:param>
                    <bi:param name="TEXT_COLOR" value="DIMINISHED">
                    </bi:param>
                  </bi:item>
                  <bi:item name="FILTER_PANE" designheight="50" designwidth="442" type="FILTER_PANE_ITEM">
                    <bi:param name="COLUMNS" value="3">
                    </bi:param>
                    <bi:param name="FULL_WIDTH" value="X">
                    </bi:param>
                    <bi:param name="HEIGHT" value="50">
                    </bi:param>
                    <bi:param name="AUTOMATIC_APPLY" value="">
                    </bi:param>
                    <bi:param name="DATA_PROVIDER_REF" value="DP_1">
                    </bi:param>
                  </bi:item>
                  <bi:item name="FILTER_CLOSE_BUTTON" designheight="20" designwidth="442" type="BUTTON_GROUP_ITEM">
                    <bi:param name="BUTTON_LIST" type="ORDEREDLIST">
                      <bi:param name="BUTTON" type="COMPOSITE" index="1">
                        <bi:param name="CAPTION">
                          <bi:text program="SAPLRRSV" key="732">
                          </bi:text>
                        </bi:param>
                        <bi:param name="ACTION" type="CHOICE" value="INSTRUCTION">
                          <bi:param name="INSTRUCTION">
                            <bi:command type="SET_ITEM_PARAMETERS">
                              <bi:cmd_item_parameters type="GROUP_ITEM">
                                <bi:param name="VISIBILITY" value="HIDDEN">
                                </bi:param>
                              </bi:cmd_item_parameters>
                              <bi:param name="TARGET_ITEM_REF" value="FILTER_GROUP_AREA">
                              </bi:param>
                            </bi:command>
                          </bi:param>
                        </bi:param>
                      </bi:param>
                      <bi:param name="BUTTON" type="COMPOSITE" index="2">
                        <bi:param name="CAPTION">
                          <bi:text program="SAPLRRSV" key="707">
                          </bi:text>
                        </bi:param>
                        <bi:param name="ACTION" type="CHOICE" value="INSTRUCTION">
                          <bi:param name="INSTRUCTION">
                            <bi:command type="OPEN_VARIABLE_DIALOG">
                            </bi:command>
                          </bi:param>
                        </bi:param>
                      </bi:param>
                    </bi:param>
                  </bi:item>
                </bi:item>
              </bi:item>
              <bi:item type="GROUP_ITEM" name="SETTINGS_GROUP_AREA" designheight="300" designwidth="600">
                <bi:param name="CHILD_ITEM_REF" value="SETTINGS_AREA">
                </bi:param>
                <bi:param name="FULL_WIDTH" value="X">
                </bi:param>
                <bi:param name="VISIBILITY" value="HIDDEN">
                </bi:param>
                <bi:param name="WITH_CAPTION" value="">
                </bi:param>
                <bi:item type="CONTAINER_ITEM" name="SETTINGS_AREA" designwidth="600" designheight="600">
                  <bi:param name="FULL_WIDTH" value="X">
                  </bi:param>
                  <bi:param name="FULL_HEIGHT" value="X">
                  </bi:param>
                  <bi:item type="TABSTRIP_CONTAINER_ITEM" name="SETTINGS_TAB" designwidth="596" designheight="200">
                    <bi:param name="TABPANEL_LIST">
                      <bi:param name="TABPANEL" index="1">
                        <bi:param name="CAPTION">
                          <bi:text program="SAPLRRSV" key="281">
                          </bi:text>
                        </bi:param>
                        <bi:param name="CHILD_ITEM_REF" value="EXCEPTIONS">
                        </bi:param>
                      </bi:param>
                      <bi:param name="TABPANEL" index="2">
                        <bi:param name="CAPTION">
                          <bi:text program="SAPLRRSV" key="282">
                          </bi:text>
                        </bi:param>
                        <bi:param name="CHILD_ITEM_REF" value="CONDITIONS">
                        </bi:param>
                      </bi:param>
                      <bi:param name="TABPANEL" index="3">
                        <bi:param name="CAPTION">
                          <bi:text program="SAPLRRSV" key="753">
                          </bi:text>
                        </bi:param>
                        <bi:param name="CHILD_ITEM_REF" value="PROPERTIES_DP">
                        </bi:param>
                      </bi:param>
                      <bi:param name="TABPANEL" index="4">
                        <bi:param name="CAPTION">
                          <bi:text program="SAPLRRSV" key="622">
                          </bi:text>
                        </bi:param>
                        <bi:param name="CHILD_ITEM_REF" value="PROPERTIES_ANALYSIS">
                        </bi:param>
                      </bi:param>
                      <bi:param name="TABPANEL" index="5">
                        <bi:param name="CAPTION">
                          <bi:text program="SAPLRRSV" key="626">
                          </bi:text>
                        </bi:param>
                        <bi:param name="CHILD_ITEM_REF" value="PROPERTIES_CHART">
                        </bi:param>
                      </bi:param>
                    </bi:param>
                    <bi:param name="FULL_WIDTH" value="X">
                    </bi:param>
                    <bi:param name="HEIGHT" value="200">
                    </bi:param>
                    <bi:param name="INITIAL_TAB" value="3">
                    </bi:param>
                    <bi:item name="EXCEPTIONS" designwidth="300" designheight="120" type="EXCEPTIONS_LIST_ITEM">
                      <bi:param name="FULL_WIDTH" value="X">
                      </bi:param>
                      <bi:param name="DATA_PROVIDER_REF" value="DP_1">
                      </bi:param>
                    </bi:item>
                    <bi:item name="CONDITIONS" designwidth="300" designheight="120" type="CONDITIONS_LIST_ITEM">
                      <bi:param name="DATA_PROVIDER_REF" value="DP_1">
                      </bi:param>
                    </bi:item>
                    <bi:item name="PROPERTIES_DP" designwidth="400" designheight="150" type="PROPERTIES_PANE_ITEM">
                      <bi:param name="FULL_WIDTH" value="X">
                      </bi:param>
                      <bi:param name="FULL_HEIGHT" value="X">
                      </bi:param>
                      <bi:param name="PROPERTIES_SOURCE" type="CHOICE" value="DATAPROVIDER_PROPERTIES">
                        <bi:param name="DATAPROVIDER_PROPERTIES" type="COMPOSITE">
                          <bi:param name="DATA_PROVIDER_REF" value="DP_1">
                          </bi:param>
                        </bi:param>
                      </bi:param>
                      <bi:param name="PROPERTIES_SET" type="CHOICE" val

  • Problem With the Web Template in the QA when moved from DEV

    Hi SAP gurus,
    I am Working in BI 7.0 SP16 . Actually I had Designed and Published a web template which generates graphs in the Portal.
    In WAD
    In the chart options, for X-axis, for the text direction i have changed to Diagonal UP and font for the text is "Arial" and style is "bold".
    when I execute the Web template in Development System all the queries , graph and font is working fyn.....but when I transported to the QA system
    the problem is:
    When I executed the Web template in QA , the graph is generating fyn and the queries r running fyn but the font  changed to "Times New Roman " , the direction of the text is "Horizontal" and the style is "Normal"
    and when i checked the chart options in QA i can see all the options are right i.e what i had given in the development system the text direction " Diagonal UP" and font for the text is "Arial" and style is "bold".
    this was the frst graph that i was generated in the WAD in DEV moved to QA.......so wat could be the problem.....Is there any problem vith the configuration issue in the portal side in QA or any connection problem in the portal?
    can any one help me to solve this issue?
    Thanks ,
    Aravind

    Hi sriman,
    when u want to edit  the chart-> rgt click on the chart and select the edit option
    -> it vill take to the other window
    -> at the bottom of the chart there is a button refine.click that button.it vill take to the others options for the chart.
    ->click the category axis(X-axis) or to the right of the chart, u can c the chart options,go to the category axis ,expand the categoryaxis option.
    -> under the category option, there vill be four options Line, Grid line,Title and Unit.
    -> Select the Line option,at the bottom of that window, u can c the option for the Line.
    -> go to the text properties, u can change the text wat u want.
    regards,
    Aravind.

  • Web template - please wait message.

    I have developed a (default)web template which contains a button to change the number of decimal places for all of the cells within a query.
    In the case of an extremely large query (that requires 1500 individual commands to change all of the key fields) the javascript, once executed when the user presses the button, can take quiet a bit of time. 
    What I'd like is a pop up asking the user to wait, similar to the pop-up you get if you click on the 'drilldown' button within the Navigational Block. Does anyone know how I could do this outside of the table interface.
    Thanks
    Shep.

    Neal,
    I must have lost the plot...but if its just a pop up window you want why don't you just code into the javascript to open a bsp which has some type of message saying that it can take a while for the operation to complete?

  • Web Template (0ANALYSIS_Pattern) Drill down error

    Hi,
    Currently i am working on BI7.0 default web template (0ANALYSIS_PATTREN)
    When i drilldown on a Freechar i am displayed with
    Result set too large (1016010 cells); data retrieval restricted by configuration (maximum = 500000 cells)
    Please update how to proceed
    When i perform same action on 3X template results are displayed correctly
    Thanks in advance

    Hi,
    You can change the allowed size of cells by doing the following:
    se38-> SAP_RSADMIN_MAINTAIN and give object= BICS_DA_RESULT_SET_LIMIT_MAX.
    Chnage the value to the number of rows you wish to displa, say 1200000 in your case.
    There will be performace implications in allowing this as the report will take longer to run.
    Thanks,
    Nick.

  • Different stylesheets in the one web template

    does anyone know the best way to use different stylesheets for different tables in the one web template?

    Andrew,
    Welcome to SDN....
    I am not sure if you can use different stylesheets but then if it is a query table , you can change the background styles using the table modifier class and achieve the same.
    Arun

  • Hidden Objects from Web Templates

    Hello,
    I have two tabs on a web template.
    - On the first tab I only want to see the table
    - On the second one I want to see the chart.
    I only want to see the Information from one sub- template on every tab)
    But the result is: If I click on the second button I see both (table and chart).
    So how can I hidde this table if I click on the second tab
    Thanks for help and any ideas!!
    Henning
    Code:
    <!-- First Tab: Display table and nav block -->
    <td align="middle" nowrap class="SAPBEXTbsTabSel" id="GR1Area">
    <A  title=GH href="<SAP_BW_URL ITEM='GH_1' MULTI='X' HIDDEN='Y' CMD_1='ITEM=GH_1&MULTI=X&HIDDEN='Y' >&dummy=#TabStripContent" >GH</A>
    </td>
    <!-- Second Tab: Display chart -->
    <td align="middle" nowrap class="SAPBEXTbsTab" id="GR2Area">
    <A title=GH href="<SAP_BW_URL ITEM='GH_2'  HIDDEN='' CMD_1='ITEM=GH_2&MULTI=X&HIDDEN='X' >&dummy=#TabStripContent" >Grafik</A>
    </td>
    </tr>
    </table></td></tr></table></td></tr></table>
    <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="GET_ITEM"/>
             <param name="NAME" value="GH_1"/>
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_TEMPLATE"/>
             <param name="TEMPLATE_ID" value="ZTEMPL1"/>
             <param name="GENERATE_CAPTION" value=""/>
             <param name="HIDDEN" value="Y"/>
             ITEM:            GH_1
    </object>
    <object>
    <param name="OWNER" value="SAP_BW"/>
    <param name="CMD" value="GET_ITEM"/>
    <param name="NAME" value="GH_2"/>
    <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_TEMPLATE"/>
    <param name="TEMPLATE_ID" value="ZTEMPL2"/>
    <param name="HIDDEN" value="X"/>
    <param name="GENERATE_CAPTION" value=""/>
    ITEM: GH_2
    </object>

    <!-- Second Tab: Display chart -->
    <td align="middle" nowrap class="SAPBEXTbsTab" id="GR2Area">
    <A title=GH href="<SAP_BW_URL ITEM='GH_2' HIDDEN='' CMD_1='ITEM=GH_2&MULTI=X&HIDDEN='X' >&dummy=#TabStripContent" >Grafik</A>
    </td>
    Call onclick event like
    <!-- Second Tab: Display chart -->
    <td align="middle" nowrap class="SAPBEXTbsTab" id="GR2Area">
    <A title=GH href="<SAP_BW_URL ITEM='GH_2' HIDDEN='' CMD_1='ITEM=GH_2&MULTI=X&HIDDEN='X' onclick= "HideTable();">&dummy=#TabStripContent" >Grafik</A>
    </td>
    At the bottom between </BODY> </HTML> Paste this
    <script>
    function HideTable(TableName)
    obj = getTableReference("GH_2");
    obj.style.display = "hidden";
    function getTableReference( table_name ){
       var all_elements = document.all;
       for( var i=0;i<all_elements.length;i++ ){
          if (all_elements<i>.name==table_name)//we have found tbl
             return all_elements<i>;
       }//end for
       return null;
    }//end function[/code]
    </script>
    Hope it helps
    Regs
    Gopi.
    Message was edited by: Gopi

  • BEx Web - Inserting Tabs with multiple Web Templates

    I encounter much difficulty to find consistent information on how to create a Web cockpit (BW3.5) by making use of embedded Web Templates (using web template web item).
    In particular,
    - How to define tab pages?
    - How to insert an HTML document in one of these tab pages or in the body of a single Web template?
    I would be glad if you could give me links to helpful documentation or share your own experience.
    Best regards.
    Laurent Querella
    BI Consultant
    ALTI Belgium

    Hi,
    I can`t find the BW Expert coding, too.
    But try out following coding.
    This example template contains 4 tabs
    1) Query (assign a Query to DP1)
    2) Query View (assign a view to DP2)
    3) Template (assign a template ID)
    4) Template (0ANALYZER)
    rgds Jens
    <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="SET_PROPERTIES"/>
             <param name="TEMPLATE_ID" value=""/>
             TEMPLATE PROPERTIES
    </object>
    <HTML>
    <!-- BW data source object tags -->
    <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="SET_DATA_PROVIDER"/>
             <param name="NAME" value="DATAPROVIDER_2"/>
             <param name="DATA_PROVIDER_ID" value=""/>
             DATA_PROVIDER:             DATAPROVIDER_2
    </object>
    <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="SET_DATA_PROVIDER"/>
             <param name="NAME" value="DATAPROVIDER_1"/>
             <param name="DATA_PROVIDER_ID" value=""/>
             DATA_PROVIDER:             DATAPROVIDER_1
    </object>
    <HEAD>
    <TITLE>BW Web Application</TITLE>
          <link href="/sap/bw/Mime/BEx/StyleSheets/BWReports.css" type="text/css" rel="stylesheet"/>
          <script type="text/javascript">
          <!--
    /*  function goto_tab: Show all items, starting with tabname, Hide all other items */
              function goto_tab(tabname) {
                  SAPBWOpenURL(SAP_BW_URL_Get()'&item=TAB*&multi=X&hidden=X&cmd_1=item%3d'tabname+'*%26hidden%3d %26multi%3dX');
    /* DHTML function to set correct span-Tag visible
        For each Tab in Tab-Header (head_TAB) check, if item TABx is visible
        If Item is visible set Header as selected
        Otherwise set corresponding span-Tag to not visible */
              function set_actual_tab() {
                i=0;
                do {
                     i++;
                     if  (document.getElementById('head_TAB'+i) != null) {
                        /* Check if Object tag is hidden */
                        var prop = SAPBWGetItemProp('TAB'+i);
                        var hidden=true;
                        if (prop != null){
                                     for(j=1;j<prop.length;j++){
                                              if (prop[j][0] == "HIDDEN") hidden = (prop[j][1]=='X');
                        if (hidden) {
                                    document.getElementById("TAB"+i).setAttribute('style', 'display:none;visibility:false;',false);
                       else {
                                   document.getElementById("head_TAB"+i).setAttribute('className', 'SAPBEXTbsTABsel',false);
              } while (document.getElementById('head_TAB'+i) != null)
           -->
          </script>
    </HEAD>
    <BODY>
    <table cellspacing="0" cellpadding="5" border="0" id="tabheader">
                <tr>
    <td class="SAPBEXTbsTab" id="head_TAB1"><A href="javascript:goto_tab('TAB1')">Query</A>
    </td>
    <td class="SAPBEXTbsTab" id="head_TAB2"><A href="javascript:goto_tab('TAB2')">Query View</A>
    </td>
    <td class="SAPBEXTbsTab" id="head_TAB3"><A href="javascript:goto_tab('TAB3')">Template</A>
    </td>
    <td class="SAPBEXTbsTab" id="head_TAB4"><A href="javascript:goto_tab('TAB4')">BEx Web Analyzer</A>
    </td>
    </tr>
        </table>
    <table width="100%"  class="SAPBEXTbsBdyEdg" cellspacing="0" cellpadding="5" border="0">
                            <tr>
                    <td valign="top" >
          <P>
    <span id="TAB1">
    <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="GET_ITEM"/>
             <param name="NAME" value="TAB1"/>
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_GRID"/>
             <param name="DATA_PROVIDER" value="DATAPROVIDER_1"/>
             <param name="GENERATE_CAPTION" value=""/>
             <param name="BORDER_STYLE" value="NO_BORDER"/>
             ITEM:            TAB1
    </object>
    </span>
    <span id="TAB2" ><object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="GET_ITEM"/>
             <param name="NAME" value="TAB2"/>
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_GRID"/>
             <param name="DATA_PROVIDER" value="DATAPROVIDER_2"/>
             <param name="HIDDEN" value="X"/>
             <param name="GENERATE_CAPTION" value=""/>
             <param name="BORDER_STYLE" value="NO_BORDER"/>
             ITEM:            TAB2
    </object>                                                
    </span></P>
          <P><SPAN id="TAB3"><object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="GET_ITEM"/>
             <param name="NAME" value="TAB3"/>
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_TEMPLATE"/>
             <param name="HIDDEN" value="X"/>
             <param name="GENERATE_CAPTION" value=""/>
             <param name="TEMPLATE_ID" value="myTemplateID"/>
             <param name="USE_ONLY_BODY" value=""/>
             <param name="NAME_PREFIX" value="TAB3"/>
             ITEM:            TAB3
    </object>
    </SPAN></P>
          <P><SPAN id="TAB4"><object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="GET_ITEM"/>
             <param name="NAME" value="TAB4"/>
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_TEMPLATE"/>
             <param name="HIDDEN" value="X"/>
             <param name="GENERATE_CAPTION" value=""/>
             <param name="USE_ONLY_BODY" value=""/>
             <param name="TEMPLATE_ID" value="0ANALYZER"/>
             <param name="NAME_PREFIX" value=""/>
             <param name="BORDER_STYLE" value="NO_BORDER"/>
             ITEM:            TAB4
    </object></SPAN></P>
    </td>
    </tr>
    </table>
    <script type="text/javascript">
    <!--
    /* This function call is needed to set the correct state */
       set_actual_tab();
    -->
    </script>
    </BODY>
    </HTML>

Maybe you are looking for