Reg: Requirement to change Variable Screen with BI 7.0

Hi,
   We have a Requirement with Variable Screen in WAD 7.0 (7.1 GUI).
Issue 1: By seeing the Variable in Variable Screen, <b>we can't say whether it will accept Multiple Values or not</b>? ..We need to press F4 then only we can come to know.
Issue 2. We couldn't able to <b>select Value Ranges right away in one Step</b>(too many Navigations). At Least, Our Users are not happy with it. Even though we can provide manually by specifing '-' .
Is it possible to get Variable Screen similar 6.4 GUI.
If it is possible, please guide me to complete my Requirement.
Thanks a lot!
Nagesh Ganisetti.

Prakash, do you know how to go about doing custom coding on the variable screens?
Is there documentation available on this?
Is it as simple as opening a specific template in the WAD, and if so, do you know the name of the template?
Cheers,
Andrew

Similar Messages

  • How to display the variable screen with report in the same page together

    our customers want to design a web application use BEx
    they want the variable screen can be displayed with the report result in the same web page together
    so they can modify the variable filters any time and refresh the report with new variable filter
    i have tried the navigation area,but it seems only use new filter to the data athough get,we can't change the filter we input in the variable screen.
    is there any way to display these together?
    even I can use BSP.

    I think to display var screen with the report is not possible.(At least it will not be static). You need to refresh the report and choose the varibale at that time.
    Other option could be to bring all the possible value in the report and provide your user with the filter value. But this will make your report slow as you may have to bring more data in the filter.
    Thanks...
    Shambhu

  • 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

  • Long time required to load variable screen

    Hi Experts,
    I going to start with the question and after I will explain the details. Is there any way in which I can preload in Cache "program" generated by the query?
    When I run my queries is taking a long time just to load the variable screen. I think I know the reason what I need is your help to find a solution.
    This happens in the big queries. These queries are defined on a Multiprovider, they have lots of selected/calculated key figures and for now I did all I could to optimize them. I used RSRT1 to check the technical information of the queries and in the generation limits I could see the load size is about 1 MB.
    Again, the problem is even before I select the data. Is the re anyway to avoid this long load time?
    I really appreciate your help I am about going live and this could be a big issue.
    Thanks very much for your help,
    Raimundo Alvarez

    Hi,
    Do you have variable replaced by another query? If that is case, you will get performance issue, when the prequery is runnig when call var screen.
    Do you have variable replaced by authorization? If that is case, for the user will complicated authroization, it will take some time to fill it.
    In general, when the variable screen is calling, have you check in sm66, what is the work process doing? In RSRT->run this query with statistics, which part takes most time?

  • Long runtime to get variable screen with a 3.5 query published on EP7.0

    Dear Gurus,
    Here is my issue.
    I have a query restricting data on compounded characteristics. This query was developped in 3.5 version. We publish it through the EP 7.0 we have, using the Bex Iview to display the data.
    When I try to run the query on a QA environment, it takes more than 10 minutes, just to get the variable screen. I don't understand why, because when I run it through RSRT or through the regular 3.5 web interface it somes immediately.
    I am looking at the process in SM50, and the system seems to look at all the data that is in the underlying structures...
    I don't catch why the behaviour is so different between Bex web 3.5 and the 7.0. Is there a reason why the JAVA stack would run the query differently at the ABAP level ?
    Thanks for your input
    PY

    Sorry. I confused HotSwap (a JVM feature) with FastSwap, a WLS improvement on top of HotSwap that makes it work in many more cases. FastSwap is only available in WLS 10.3 and newer. I don't know that much about operation of HotSwap on its own. My understanding is that it is not very effective (the number of cases it is able to replace the class is rather limited). If you touch anything other than a method body, it will not work. OEPE doesn't have any explicit tooling for HotSwap.
    - Konstantin

  • To Supress variable screen in WAD - variable used in customer exit

    Hi All,
    We have a requirement to supress variable screen with WAD 7.0, but the report on which we have built the WAD contains a variable which is used to calculate quaterly utilization in customer exit and ready for input.
    So as there is a variable in CMOD and used in report level, eventhough we supress variable screen in WAD, not getting supressed.
    Can you provide some pointers.
    Thanks,
    Sri Arun Prian

    Hi Arun.
    Can you please tell me, is the variable entry mandatory? If yes please make the variable entry is optional.
    Regards,
    Lokanatha.

  • Broadcasting fails with more than X variables in variable screen

    Hi all,
    We have a few reports which have a variable screen with 10+ variables, mostly 3 mandatory and the rest is optional.
    Normally a pop-up appears in which you can select which type (HTML, PDF, Portal etc.) and fill in the recipients. But for the reports I'm talking about, the pop-up stays blank or give an error "page not found"
    First I thought it was an iView setting but I've compared all iviews and the settings are all the same.
    Then I thought the webtemplates could have wrong parameters, but the LAUNCH_BROADCASTER settings are the same for 0ANALYSIS_PATTERN and custom templates.
    Now I'm testing at query level and I found out that when I cut some optional variables, at some point it works and I'll get the pop-up I want.
    So I wonder if there's a restriction in the maximum number of variables in the variable screen, which has impact on broadcasting? In one query it fails with 11 or more variables, but in another query it fails with 13 variables. It doesn't matter which variable I erase, as long as I stay under the mentioned number of variables, the broadcaster works for that query.
    Is there a parameter or something which can be set?
    We are on:
    BW 7.31 SP9.30
    Thanks for your help!
    Regards,
    Daan Boon

    There is nothing restriction on no. of Query Variables while broadcasting. There is something else which causes this strange behavior. Can you update your BEx GUI to latest Patches?

  • Variable Screen

    Hi,
    Can we show a 'Information Message' on the variable screen for 1 particular query! I have a user exit variable in the query and I believe I can use this user exit variable to show the information message on the varable screen. When we run the query, we should see the variable screen with message on top of it.

    Hi Rahul,
    I doubt the first requirement is possible.
    To have a pop-up message after we click on Print version button, please check these threads:
    Pop Up to be displayed on Export to excel button click
    user specific pop-up system message
    Hope these helps..!
    -Pradnya

  • Variable screen doesnot appear when query is executed

    Hi All,
    We recently upgraded the BW 3.1 to 2004s(BI 7.0).
    When i am executing the query, the selection screen is not popping up.
    Instead the query is executing with default selection.
    I am facing problem when there are any mandatory fields.
    I appreciate your help,
    Thanks,
    Joseph.

    Hi,
    the variable is checked 'ready for input'
    it is used in a formula
    actually it is appearing for some users with BI_ALL auth,
    but were trying for some test users the variable screen is not appearing.
    even 'change variable value' to remove any personalization is not working from test user.
    and for BI_ALL users at change variable screen if we remove personilization, the following error is comming
    An exception with the type CX_SY_PROGRAM_NOT_FOUND occurred, but was neit     
    Program GP3T375QSSYZZ29YGQVGFUV7OO2 does not exist
    Thanks,
    Joseph

  • Bookmark Issue in WAD (Report Output without Variable Screen)

    Hi ,
    This issue is with the Saving of Report Output to Bookmark.
    Expected Output:
    Clicking on the Bookmark should bring out the Report Output with the Period and Year, which was used while saving the Bookmark. It should not pop up variable screen at the beginning.
    Issue:
    Currently, when I click the bookmark, Its triggers the default template and it brings out the  Variable Screen with the default Selections, which i dont want to. I need to get the same output with the values which I saved under Bookmark.
    Please suggest me a solution...
    Thanks / Selvan

    Hi, i dont rememberm but, can you check mark you DP_1 and properties->Behavior->Display variables screen->on
    I hope helps.

  • WAD Variable Screen

    Hi Gurus,
       I'm working on BW WAD, we have a requirement to enhance Variable screen in WAD. Is there any way, i can customize for better look and feel. If its possible, how can I do that? any kind of help will be great.
    Thanks,
    Deepak Kunavarapu

    You might want to look at the thread, it gives you some pointers...
    Re: Web Template: Customizing Variable Screen

  • 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

  • Change Heading of Variable Screen

    Hi All,
    I have a requirement to change the heading of variable screen.
    I have created a query and developed a WAD (Web Application Designer), for it. While executing the WAD, the variable screen appears with header "Variables for <name of report>".
    Is it possible to change the header to our custom description in WAD ?
    Is there any changes to be taken care at query designer level ?
    Thanks,
    Sri Arun Prian

    Hi All,
    Thanks for your responses.
    I myself also think that the varaible screen heading can't be changed.
    I checked with WAD, which shows objects related to query output, but not about the variable screen.
    Its by deafult taking the report heading and concatenating with "Variable Screen for <Name of Report>".
    But still, I am exploring on it, if found will post the same.
    Once again, thanks to all of you.
    Thanks,
    Sri Arun Prian

  • How to change the size of Bex Variable screen?.

    Hi Experts,
    Can we able to change the size/font of the Bex query variable screen?. I have a requirement where lot of variables used but query variable screen is not showing up all the variables including the 'execute,cancel, check' menu buttons.
    Is there any way, I can customize the screen?.
    Your fast response help is appreciated.
    Thanks in advance
    Viswa

    Dear friends,
    Problem solved. Actually, there is an inner scroll bar to fix this problem.

  • Issue with Variable screen

    Hi,
    When I execute the webtemplate with cetain selection values, the out put looks good. When I go back and change the values in selection, the output is still showing the previous results.
    The variable screen is not refreshing in webtemplate.
    Please let me know if any solution for this....
    Thanks in advance,
    Murthy.

    Hi Rama,
    Cache memory stores previous result so you need to logout and then again run the WAD.
    Do the following 2 things and see:
    1. Empty your internet explorer cache, i.e. delete all temporary files from IE.
    2. Go into BI, execue RSRT1, select the cache monitor button. In there there is another button for main memory, click that. Search for the query in question and delete the cache from there.
    Close you Internet explorer and open the query again, it should work.
    Cheers,
    Uday.

Maybe you are looking for

  • Intermittent Bug when saving pdf files in Illustrator CS6

    I save a pdf file in Illustrator CS6 with a specific art board size. When I open it in Acrobat the size is off. When our print's RIP's the file, it is off the same amount. I will re-open it in Illustrator and re-save it and just change the name, the

  • Vendor Master BADI

    First time working on Badi ...I need to enhance the vendor master screen ( xk01 ) with some fields . I m following this link to implement the badi vendor_add_data_bcs... http://help.sap.com/saphelp_nw04/helpdata/en/9d/12233a0edd7978e10000000a11402f/f

  • Best preset for 320x240 video

    I have some old video that is 320x240. Which is the best sequence preset to choose in Premiere CS4? My end goal is to edit the video (cut, splice, transitions, etc) and then export to the same size, 320x240. Thanks much in advance!

  • Adobe Extension Manager says I don't have the latest version of photoshop. I am trying to install the watermark panel.

    Hi. I am trying to install the watermark panel plugin. I installed the extension manager, and when I tried to install the plugin, the extension manager said I don't have the latest version of photoshop. I thought when you paid into the creative cloud

  • Primary External Editor CS6 path incorrect

    I am running Cs6 with LR 4.4. When I elect to do an external edit the path to CS6 is incorrect and LR will not open CS 6. I have chosen the correct location for the CS6 exe file as the alternate editor and it works fine. How can I correct the default