Variable in adhoc web template

Dear Experts,
In my adhoc web template, I included a dummy query which has a text variable.
Upon executing the web template this variable is prompted correctly in selection screen.
But, when I execute a query from query designer (the query will be automatically embedded to this adhoc web template when publish to web),
only variable from the query is prompted,
and NOT the text variable which I have in adhoc web template.
Is there any way to have this text variable from adhoc web template even when I execute query from query designer?
Thanks,
Sari.

Yes thanks.
I have put the variable in the query designer and it works fine.
Cheers,
Sari.

Similar Messages

  • Variable selction in Web Template

    Hi All,
    I have one web template in that there are three queries but when I insert one more query
    The variable screen showing duplicate values. All setting related to variable display in web template is correct. Can any one give me solution how to avoid these duplicate variable values after executing the report?
    Your response would be appertained
    Thanks in Advance.
    Nitin

    Hi Nikhil,
    Try to use only one variable for all the queries.
    And also please check in the queries for the characteristics (which you said of Duplicate values):
    in the query properties in the advanced tab-->"Filter Value Selection During Query Execution"
    the options you have mentioned for this? and also Is the option same in all queries for that characteristic.
    Please check and let me know.
    Regards,
    Ravi Kanth

  • How to disply the value of variable in the Web template

    Imagine I have a query TOP-N customers. I want to diplay N value in the web template. I used web item for this purpose in NW2004. Which item should I use for the same purpose in NW2004s?
    Thanks

    Does anyone have another suggestion? The information field does not render pretty. I am trying to do this via an HTML path edit and a text box. The view source looks like this for a variable
    <BICS_VIEW>
      <VARIABLES>
        <VARIABLE name="RDSHW_PCY_YOVERY" type="DOUBLE" text="% Goal Year over Year" value="10.0"/>
      </VARIABLES>
    I tried various versions of the path=... but cannot get it to work. Anyone got an idea ???
    I tried
    path="DATA_PROVIDER:DP_1?/BICS_VIEW/VARIABLES/VARIABLE/@value" />

  • Variable Personalization for Web Templates

    Hi,
    Does anyone know of a method to personalize variable values for <b>individual</b> web templates. When I personalize a variable value while running the query on web, its value gets modified for all queries, not just the specific one that I am running.
    This does not happen when I run the queries in BEx. Here I have the option of personalizing the variable values specific to the query that I am running (by using the icon at the bottom of the variable screen), or to personalize the variable value across all queries (by using the icon displayed with the individual variable).
    Can anyone help me in achieving the same two options for queries run on web? I want to personalize variable values for individual queries.
    Thanks
    -Arif

    Hi Arun
    Thanks for your input, but the bookmarks or parameter passing will not give enough flexibility to the users.
    For example:
    Out of 10 available variables in the query, the user should have an option of selecting values for those that have not been personalized (say 7 variables) while the rest 3 get populated automatically because they have been personalized. In EACH run of the query, the user will have the flexibility to select a different value for the 7 variables.
    This needs to be different for each query the user runs, even though the queries may use same variables as the other.
    I am trying out some options. If it works, I shall let you know.
    Regards
    -Arif

  • Displaying variable values in Web Template

    Hi,
    I am working on a Web Template.
    I want to display the variables and their values input by the user on the Web Template.
    Which Web Item function shd I use?
    How shd I use it?
    Pls guide me.
    Thank you,
    Adarsh

    Hi Adarsha.
    You can add the standard web item called "Text Elements". When you have added it just insert the dataprovider you want the filter values displayed for.
    Hope it helps.
    BR
    Stefan

  • Default variable values in Web Template

    http://-----xx.com:8120/sap/bw/BEx?sap-language=EN&bsplanguage=EN&CMD=LDOC&TEMPLATE_ID=QZSC_O01_5001_TEST&var_name_1=0S_PLANT&var_value_ext_1=6011&VARIABLE_SCREEN=X
    While using the above variable my expectation is it shall display variable screen and for plant (0s_plant) variable it shall show default value as 6011 while other variable shall remain blank.
    But while executing it is not showing plant default value in variable screen. Any suggestions.
    Many Thanks
    Vikash

    Hi Vikas,
                 While defining the Query, you can define the default value for the variable. And this Query can be assigned to the Analysis Item in the Web Template. If the "Display Variable" option is set to "On", then, whenever the Template is executed, the default value set in the Variable will be visible.
    Hope this answers your question.
    regards,
    prem.

  • 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

  • Retain variable values across web templates during a web session

    Hi all,
    How can we let web template get variable values from another template's variable values so as to keep the same entry values as previous report run?
    For example 0vendor has a variable (for single, mandory) used in all  vendor related web templates. "vendor1" was entered for the second template.
    I tried to use "SET/GET PARAMETER" in variable user exit. It works in BI with RSRT,  but it doesn't work with Bex or Web template. Looks like web session is not sync with the ABAP stack.
    How about using cookie? How to create/reset cookie in variable user exit? Can we get variable values from web server memory or user session data?
    Please share your thought !
    Thanks for helping!
    David

    Hi Arun,
    All the web templates are randomly run by user, there are no set of templates run after one template. Any templates can run after any other web template.
    Basically we link  web templates with portal menu items. any report can be run by any sequence. The thing the new report need to take the previous selection values from common variables.

  • Variable Screen of Web Template iView

    Deployed Web Template iView to Portal. But when ever i click on the link of the web template iview in the navigation panel in portal. Variable screen comes up first which is mandatory. Is there some way in the web application designer that i fill up the mandatory variable screen with values through some ABAP table interface or by using text elements web item without letting variable selection screen show up initially in the portal.
    I cant make those variable values default by going in BEx because those varaibles are global variables and getting used in many queries.
    Any help will be appreciated.
    Thanks

    We've just implemented a NetWeaver 2004s system, and these hints may help you out:
    1. In the Web Application Designer, there is a property on the web template which determines whether the variable screen is displayed or not. Therefore, you could uncheck that checkbox, and the variable selection screen won't be shown.
    2. As to defaulting values in the selection screen ... we have used ABAP code to default values in variables. I think it was done in the start routine. The code we have implemented works, but then we present the variable selection screen to the user, so I can see that certain values (like date for example) are defaulted. I am not sure what happens if you default these values and then don't present the selection screen ... assume it would work for you though. Check on SDN and find out about pre-popup ABAP code for queries, I am sure you will be able to find something that helps you out.
    Cheers,
    Andrew

  • Restrict values on web template input variable

    Hi WAD and Bex Experts,
    I'm trying to reduce the numbers of valid values when I press the match code in the input variable in a web template.
    In the same time I would like to increase the maximum numbers of valid values
    Any ideas how to do it ? I checked on Bex and WAD but I can't figure out how to do it.
    I'm on a Bw 3.5 version.
    Thank you.
    Ste

    Hi Ste,
    check this:
    Displaying filter values in WEB reporting
    SAP Note Number: [587751|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_bw_bex/~form/handler]
    Attributes are missing in F4 Help for characteristic values
    SAP Note Number: [562497|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_bw_bex/~form/handler] 
    Regards
    Andreas

  • How to hide some variables on variables screen in web report (in WAD)

    I need to hide some optional variables (not all of them) on variables screen in web template.
    Hiding the whole selection screen is not an option, since users have to populate other variables and some variables are mandatory.
    Web template is based on a query that can be run in BEx Analyzer by superusers - and there they need all variables. I want to use the same query both in BEx Analyzer for superusers and on the Portal for regular users. For portal version though I need to hide some of the variables on the selection screen. Is it possible at all?
    I would like to avoid creating two separate queries - one for Analyzer and one for Portal.

    if the variables are optional and mandatory both avaialble
    then there is no chance that u can hide them
    the only option is to create a save as QUERY and remove those variable.
    it is not possible to just hide the variable screen...
    if u hv used they will be displayed....
    if u dont want it dont use it...
    and if really using another query is not advisable as u said
    the only thing i can say is that... try to interact with ur security person
    ask him u need to create several authorization objects for several variables
    if that is possible
    let him create those
    assign those specific authorization object to specific user id
    use it for specific variables u need
    tat way super users with specaial authorization can acess the same query and can see specific variables
    regular users withouts authorization of variables can see rest of variables.

  • Download scheduled web templates

    Hello,
    I need to download scheduled web template files using abap instead of Download Scheduler Wizart.
    I have created a web template for offline reporting and need to mail it.
    Greetings, abu
    Message was edited by: Linda Bortolus

    I'm about to solve the problem with FM "webquery".
    But I do not get the results i am waiting for. The mistake is on passing parameters.
    Here is my code:
    My web template is z_wt_test and i have a variable in my web template also.
    Greetings, abu
    function zag_webquery.
    ""Lokale Schnittstelle:
    *"  TABLES
    *"      QUERY_STRING_TAB STRUCTURE  W3QUERY
    *"      MIME_TAB STRUCTURE  W3MIME
    *"      HTML_TAB STRUCTURE  W3HTML
      data:
        html_line       type w3html,
        mime_line       type w3mime,
        return_code     type w3param-ret_code,
        content_type    type w3param-cont_type,
        content_length  type w3param-cont_len.
      data:
        query_string_line like line of query_string_tab.
      query_string_line-name = 'CMD'.
      query_string_line-value = 'LDOC'.
      append query_string_line to query_string_tab.
      query_string_line-name = 'Z_WT_TEST'.
      query_string_line-value = ''.
      append query_string_line to query_string_tab.
      mime_line-line = '/webrfc/bw30/'.
      append mime_line to mime_tab.
      content_type = 'text/html'.
      call function 'WEBQUERY'
        tables
          query_string   = query_string_tab
          html           = html_tab
          mime           = mime_tab
        changing
          return_code    = return_code
          content_type   = content_type
          content_length = content_length.
    endfunction.

  • How to fill variables when calling a web template as a modal dialog

    Hi Experts,
    My scenario is as follow:
    I have a web template (application) A with an analysis item which has enabled the option for selecting single rows, in the rows I have the characteristic 0EMPLOYEE and a button for executing the commands OPEN_TEMPLATE_DIALOG and SET_TEMPLATE for calling web template B. In web template B I have a report with the variable zp_employee.
    The behavior I need is, if the user is selecting a row in the analysis item of template A, variable zp_employee in web application B should be filled from the selection. If there is no selection of a row, the variable screen should shows up.
    The general issue here, is how to feed one or more variables that "live" in wad B from a web item (analysis, input item, combo box, etc) in wad A.
    I guess it has to do with setting parameters in the URL with which wad B is called, may be coding a java script in web template B in the standard action "Action Before first display", but not sure
    thanks for any help

    Hi:
    Try that one in SPRO.
    here are steps if u need them.
    SPRO
    SAP Reference IMG
    From here, open tree:
    SAP Netweaver
    SAP Buss Info Warehouse
    Reporting Relevant Settings
    BEx Web
    Set Standard Web Templates.
    Here add for Adhoc analysis and others if needed.
    Ram Chamarty
    Message was edited by: Ram Chamarthy

  • How to get New Window without Variable Entry screen from one Web Template?

    Hi Experts,
    I've a WebTemplate contains 2 Graphs. Each graph have one Zoom Button. My requirement is, When I click the Zoom button that corresponding Grpah should display in a New Window. I've finished all the above requirements.
    Since, I have One Mandatory field, I'm always getting the Variable Screen in a New Window while I clik the Zoom Button.
    I need to avoid this "Rerun" feature in New Window.
    Kindly suggest me how to achieve this..
    Full points will be given.
    Thanks
    Jay Jay

    Hi Thanks.
    Even I'm also trying for the same scenario only.
    Actually I have 2 Web Templates.
    In First Template I have 2 Charts and 2 Zoom buttons for each.
    While I running the 1 Template, i give an Value in the  Variable screen of First Web Template.
    If I click a Zoom button of 1st Chart, It should open a New window with the Second Web Template. And Second Web Template should automatically take a First Template's Variable screen Values.
    (Since, U have an Mandatory field in Second Template u were not faced this requirment.)
    Even I tried with "TRANSFER_STATE". It is not taking the First Variable Screen's input values.
    Kindly help me in this issue.
    Thanks in advance.

  • How to pass variable between CRM Fact sheet and BI web template

    Hello,
    I am looking for someone who has integrated a custom web template with the CRM fact sheet (I am on 2004s).
    I have created a custom web application design template for displaying on the portal for a CRM factsheet (TPL_FACT_SHEET).
    This template is based on a query which has a variable (CHOOSE_CUST, ready for input, input: optional type) on 0CUSTOMER char.
    When the sales rep queries the CRM FactSheet on the portal- based on the 0CUSTOMER he is demanding the fact sheet for,  the appropriate 0CUSTOMER value needs to be parsed to my custom web template and it should return him the report. The report is very simple with just sales for current and previous year by material group. There is a std template to do this but we are using cutom data providers and hence need to create this custom web template.
    Thus far I have created a 'filter pane' in my web template but do not know how to link this with the CRM fact sheet or even how to link it to my query variable. Currently when my template is called from the factsheet (portal) it displays results for multiple customers without any filter!
    Please advise how to proceed in linking the CRM fact sheet 0Customer number with my web template filter pane!
    Full points for useful answers!
    Thanks
    Naresh

    Hello,
    I am looking for someone who has integrated a custom web template with the CRM fact sheet (I am on 2004s).
    I have created a custom web application design template for displaying on the portal for a CRM factsheet (TPL_FACT_SHEET).
    This template is based on a query which has a variable (CHOOSE_CUST, ready for input, input: optional type) on 0CUSTOMER char.
    When the sales rep queries the CRM FactSheet on the portal- based on the 0CUSTOMER he is demanding the fact sheet for,  the appropriate 0CUSTOMER value needs to be parsed to my custom web template and it should return him the report. The report is very simple with just sales for current and previous year by material group. There is a std template to do this but we are using cutom data providers and hence need to create this custom web template.
    Thus far I have created a 'filter pane' in my web template but do not know how to link this with the CRM fact sheet or even how to link it to my query variable. Currently when my template is called from the factsheet (portal) it displays results for multiple customers without any filter!
    Please advise how to proceed in linking the CRM fact sheet 0Customer number with my web template filter pane!
    Full points for useful answers!
    Thanks
    Naresh

Maybe you are looking for

  • IPod Nano 7th generation USB port unrecognised on windows 7 - help tried everything I could find

    Please help have been given an ipod nano 7th generation but cannot get it to work, downloaded latest itunes software, done all microsoft updates, restarted numerous times, have tried others suggestions online, nothing working.  The usb port works wit

  • RE: Cannot use my skype online number have pay for...

    You should be able to start using your purchase immediately. However, in some cases, you may have to wait up to an hour for it to be activated. If you're still having problems, visit our help section. Have try to use my online number is not working h

  • Can I create a calculator like this with jQuery alone?

    My knowledge of Javascript is negligible. I was wondering if a calculator like this could be created with jQuery, or if it would require knowledge of writing Javascript? http://www.sonar6.com/pricing/

  • CD works, but will not eject?

    I'm experiencing the disc will not eject problem. I burned a CD of photos today, and once it finished I tried to eject. I had this grinding-like noise and the disk would not eject. Once that stopped it would spin up again and I could read the content

  • Sales order quantity decrease after delivered and PGIed.

    Hi All, I need all of your's help for the below mentioned requirement --- --- Customer care can decrease a sales order line after it has already been delivered and PGIed. Customer care receives a warning massage, but can ingore this warning and proce