Help with Web Template background color

Hi,
i'm trying to change by HTML code the background color of a template but it behaves incosistently.
when putting:
<body bgcolor=#000000 ...
the template is white in the background, but with:
<br>
<body bgcolor=#000000 ...
the template is black.
Plus when i see the final code generated in the web result, it seems that the server adds a bgcolor by his own, the code look like:
<body bgcolor=#ffffff bgcolor=#000000...
i think this could be what is causing the incosistence, but i can't find where is this property the server is adding to the template.
thanks for any help.
JP

Hi Juan,
This could be because of the style sheet you are using. If you want to make a chnage to the colors etc, try doing that in your stylesheet. You can find the style sheets in SE80 in the BW system. You can find out the one being used from your web template properties.
Hope this helps...

Similar Messages

  • Help With Editing The Background Color On PHP-Based Photo Gallery Software!

    I recently installed and began using some PHP-based photo
    gallery software for my website. I've been able to customize other
    areas of the software's appearance (text color, etc), but am unsure
    of what need to be done to change the background on the 'Default'
    skin from white to black. Any suggestions? Below are copies of the
    code from the 'index.php' and the css from the 'default skin'
    portions of the software:
    <title>BigMusicGeek.com -- Your Online Concert
    Photography Authority!</title><?
    include "config.php";
    include GAZ_DIR_FS_ROOT . "includes/init.php";
    include GAZ_DIR_FS_ROOT . "includes/classes/gallery.php";
    $gaz_gallery = new gallery();
    //$gaz_gallery->gazimage = 78;
    echo $gaz_gallery->show();
    ?>
    a.gaz_nav {
    color: #FF0000;
    a:hover.gaz_nav {
    color: #FF0000;
    .gaz_path {
    font-size : 11px;
    font-family : Tahoma, Geneva, Arial, Helvetica, sans-serif;
    .gaz_cat_descr {
    font-size : 12px;
    font-family : Tahoma, Geneva, Arial, Helvetica, sans-serif;
    color: red;
    .gaz_cat_title {
    font-size : 12px;
    font-family : Tahoma, Geneva, Arial, Helvetica, sans-serif;
    color: red;
    font-weight : bold;
    .gaz_comment {
    font-size : 11px;
    font-family : Tahoma, Geneva, Arial, Helvetica, sans-serif;
    color: #FF0000;
    .gaz_nav_thumb {
    border-color:#f0f0f0;
    .gaz_nav_thumb_sel {
    border-color:orange;
    .gaz_image_info {
    font-size : 11px;
    font-family : Tahoma, Geneva, Arial, Helvetica, sans-serif;
    color: #000000;

    BigMusicGeek posted in macromedia.dreamweaver:
    >
    quote:
    Originally posted by:
    Newsgroup User
    > BigMusicGeek posted in macromedia.dreamweaver:
    >
    > > Okay, so I've been able to change the background to
    black (thanks
    > > again, BTW), but I'm still unsure of how to add a
    menu bar to the top
    > > of the gallery's main page. I keep copying and
    pasting in the code,
    > > but can seem to make it work.
    > >
    > > My main gallery page:
    http://www.bigmusicgeek.com/gallery/index.php
    >
    > I see no evidence on that page that you've pasted the
    table containing
    > your menu bar. When you do paste it, just be aware that
    the path to the
    > images and links will be slightly different (the images
    are not in the
    > gallery folder but at the root of your site: "/Home
    Navigation
    > Photos01.png" *)
    >
    > <IMPORTANT>
    > You have your <title> tag before your DOCTYPE.
    Make sure your DOCTYPE
    > is the first line. Then make sure the <title> tag
    is inside the <head>
    > section, not before it.
    > </IMPORTANT>
    >
    > > An example of my menu bar:
    http://www.bigmusicgeek.com/Home.html
    > > (it's at the top of the screen).
    >
    > When I paste the table code from there into the gallery
    page - and
    > changed the paths to match where they are, it appears
    just fine. Note
    > that you'll need to include the JavaScript from the
    gallery page in
    > order for all those JS rollovers to work. Probably need
    that big onLoad
    > section in the <body> tag as well - again,
    adjusting paths to match
    > where the images are.
    >
    > * You will very often see recommendations to avoid
    spaces or unusual
    > characters in your file names. ie: "Home Navigation
    Photos01.png"
    > should probably be "Home_Navigation_Photos01.png" or
    maybe a "-"
    > instead of spaces.
    > Mark
    >
    > Thanks for the input...again! Pardon me for being a
    novice, but what
    > piece(s)
    > of the paths for the menu bar need to be changed?
    If you've set up your site definition properly in
    Dreamweaver, you should
    be able to copy the table in design view from home.html and
    paste into
    gallery/index.php and DW will correct the paths
    automatically. It /might/
    even copy the relavent JavaScript over (I don't have DW on
    this computer to
    test that).
    But to answer your question, any path to the images must
    point to the site
    root (where your images are stored). The links will likely
    need to point
    there as well. For example, the Home button in your table
    gets its image
    from:
    src="Home Navigation Home01.png"
    In order for that to work from pages in the gallery folder,
    it will need to
    be linked with either a site root relative, or a simple
    relative path:
    src="/Home Navigation Home01.png"
    The above example tells the server to look for the image in
    the site's root
    folder.
    src="../Home Navigation Home01.png"
    This example tells the server to get the image from one
    folder up from the
    current folder.
    Likewise for the links. ie: href="Home.html" would become
    either
    href="/Home.html" or href="../Home.html"
    href="phpBB3/index.php" could become href="/phpBB3/index.php"
    or even
    href="/phpBB3/"
    HTH
    Mark A. Boyd
    Keep-On-Learnin' :)

  • Search Help with Web Dynpro call on another system

    Hi all,
    I have to create a search help with web dynpro on a field but the database is on another system... How can I do?
    Many Thanks in advance...

    I would use a search help exit. Nothing WDA specific here, as this has been possible long before WDA came around.  With a search help exit you define the search help like normal, but instead of database table or view being the source of selection, you have a function module.  Within the coding of this function module you can call an RFC to read data from another system or call a web service if you need to bridge over to something that isn't ABAP based.
    You can read more about Search Help Exits here:
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/cf/21ee52446011d189700000e8322d00/frameset.htm

  • Search Help with Web Dynpro

    Hi all,
    I have to create a search help with web dynpro on a field but the database is on another system... How can I do?
    Many Thanks in advance...

    I would use a search help exit. Nothing WDA specific here, as this has been possible long before WDA came around.  With a search help exit you define the search help like normal, but instead of database table or view being the source of selection, you have a function module.  Within the coding of this function module you can call an RFC to read data from another system or call a web service if you need to bridge over to something that isn't ABAP based.
    You can read more about Search Help Exits here:
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/cf/21ee52446011d189700000e8322d00/frameset.htm

  • Web module background colors can not be previewed in LR

    Web module background colors can not be previewed in LR for airtight layouts.

    Web module background colors can not be previewed in LR for airtight layouts.

  • Need help with links and fill color

    Hi all, I just recently discovered liveCycle and am very impressed with it! I have been trying to make myself a homework calendar for a while now, and I have it done mostly, but there are a few more things I'd like to add that I don't know how to do.
    I have some HTML and Java experience, but very little XML or JavaScript experience. I have a feeling that what I am trying to do is relatively simple, but I just can't figure it out! I have spent hours pouring over Google and the help files, and I feel like I have gotten close, but no joy yet.
    I have attached my calendar so far (truncated to fit 5MB max attachment size). I'd like it to do two more things:
    1. Have the background color of the table cells change from white to green when the check box is checked.
    (Alternately, I'd really like to get rid of the check boxes all thogether and just have the background of the table cells turn green with a keyboard shortcut, like "ctrl + D" for 'done'. But if that isn't possible, then the color change with the check box is fine.)
    2. I'd like the button called 'WORD DOC' in the upper right of the form to open a word document on my local computer. Where I just push that button and a work doc opens right up in Word in another window.
    I was able to get .PDF documents to open up with those other two buttons there ('Big Java' and 'Beginning Java II') by adding the script
    app.openDoc("Big Java.pdf");
    and
    app.openDoc("Beginning Java II.pdf");
    to each of the buttons respectively, but those PDFs need to be in the same folder as the calendar for that to work. I tried just altering that script by replacing the name of the PDF file with the name of a Word doc file like this:
    app.openDoc("test.docx");
    but the button doesn’t work at all, it just does nothing.
    So that’s what I am trying to do. I have spent hours messing around with anything I could think of to get this to work, but unfortunately I just don’t know the language well enough to get it to work.
    I would really appreciate any advice on this at all. Thank you very much for your consideration.

    Hi,
    Thanks very much for your response! I was able to use the code to make the box turn green by adding that script to the 'click' event of textbox and changing the language from FormCalc to JavaScript. So what happened was that when I clicked in the textbox, the color turned green.
    I couln't firgure out how to add it to the checkbox though. When I tried, it didn't do anything. The problem now is that when I click in the textbox to add my homework, it turns green. I need it to turn green once I finish my homework.
    This would work great if the texbox turned green when I SHIFT clicked the box. Is there anything I could add to that scipt to do that?

  • 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

  • Newbie need help with Web BEx setup!

    Out of curiosity, I decided to install Netweaver so I can have a play with it. I am a complete newbie to Netweaver therefore I apologise if this is out of context...
    Here's my question:
    How do one go about getting Web BEx to work?
    Whenever I activate the link in the portal, I get an error about unknown "SWITCH_AXES" command and 0ANALYSIS type 4 error. I search the forum and the few passing mentions of the problem points to OSS notes that is only accessible through service marketplace (which I don't have an ID). I have check the object types in BI content and seems that 0ANALYSIS is already activated. There must be something I am missing. Tried blindly and randomly installed other BI content (mostly Web templates and objects) but to no avail (and encounted a few short dumps).
    Any help is greatly appreciated!
    So far, here're what I did:
    1) Install Netweaver 2004S ABAP and Java on the same machine. Instance 00, 01 and 02 respectively.
    2) Try to run BI-Java template installer, but met with error part way. So some of the steps are done manually.
    3) Set up SLD (both instance are in the landscape), and 'partially' set up SSO. Partially as while JAVA to ABAP seems to work, ABAP to JAVA is not working. Anoying but livable.
    4) Installed TREX (instance 03) and are seen by ABAP and JAVA.
    5) ABAP is seen in the portal and I can create transactional iviews and put them in the Portal (with working SSO).
    6) Did reverse-proxying with Apache, but I don't think it matters as it seems to be a backend module issue.
    7) Business planning/wizard is working (in ABAP and Portal) as is Broadcast. As you can see, Web BEx is the only thing that is not working

    The default link for Web Analyser in EP 7 seems to point to the new template. When opening the analysis template in the new BEx windows tool, the same error is being reported. Using 3.5.x WAD, I can't locate the template.
    More on this issue Although for that case, the meta data is not installed. Is there a way to trace missing component and reinstall the needed BI content in RSA1?
    BTW, these are on JAVA SP9 and ABAP SP11.

  • Web template print color

    Hello Experts,
    I have print funtionality in the web template. I am using the printer class Z_PRINT_HELP_SERVICES. In the print preview, the table is in black & white.
    Am I missing some configuration for printing the table in color ?
    Is there any alternate way of printing the web templates.
    Any suggestions appreciated.
    Thanks
    BWer

    Hi there,
       Goto <b> Internet Explorer --> Tools -- >Internet Options --> Advance --> Print --> print background colors and Images </b>
    try this and also use BW print style sheet as well. t
    Regards,
    Deepak Kunavarapu

  • Getting error with Web Templates in BI 7.0

    Hi Everyone,
    We have upgraded BW3.5 to BW7.0. When we are executing any Web Template in browser we are getting this error-
    RSBOLAP 018 Java system error:call FM RSWR_TEMPLATE_PROCESS_PROXY to ProgId CHWSXID01.....
    For your information we have installed EP Usage and BI on the portal but Portal is not configured to the BI. Is it necessary to configure Portal to the BI?
    After this when we are login to the portal we are getting this error-
    500 Internal Server Error
    BEx Web Application
    Failed to process request; contact your system administrator
    Error Summary
    Exception occured while processing the current request; this exception cannot be handled by the application or framework
    If the information on this page does not help you locate and correct the cause of the problem, contact your system administrator
    To facilitate analysis of the problem, keep a copy of this error page Hint: Most Web browsers allow you to select all content, and copy and paste it into an empty document (such as in an email or simple text file)
    Root Cause
    The initial exception that caused the request to fail was: 
    Cannot find BI master system
    com.sap.ip.bi.base.service.connection.ConnectionException: Cannot find BI master system
    at com.sap.ip.bi.base.service.connection.impl.GenericConnectionPool.getMasterSystemAlias(GenericConnectionPool.java:81)
    at com.sap.ip.bi.base.service.connection.impl.GenericConnectionPool.getMasterSystemConnection(GenericConnectionPool.java:60)
    at com.sap.ip.bi.base.application.impl.Application.createService(Application.java:459)
    at com.sap.ip.bi.base.application.impl.Application.getProperty(Application.java:679)
    at com.sap.ip.bi.base.application.impl.Application.startApplicationStep(Application.java:279)
    Details: Full Exception Chain
    System Environment
    Server
    BI Java     Release: 7 - Patch level: 0000000013 - Description: BI Web Applications Java - Additional info:  - Production mode: true
    BI ABAP     unknown
    Java Virtual Machine     Java HotSpot(TM) 64-Bit Server VM - Hewlett-Packard Company - 1.4.2 1.4.2.14-070618-19:48-PA_RISC2.0W PA2.0W (aCC_AP)
    Operating System     HP-UX - PA_RISC2.0W - B.11.11
    Deployed SCAs
    SCA     Version     SP     Patch     Compiled     Deployed
    ADSSAP     7.00     13     0     2007-08-12 01:18:54 CEST     2007-11-17 02:43:53 CET
    BASETABLES     7.00     13     0     2007-08-12 01:36:38 CEST     2007-11-17 01:22:45 CET
    BI-BASE-S     7.00     13     0     2007-08-12 12:03:10 CEST     2007-12-08 09:58:16 CET
    BI-IBC     7.00     13     0     2007-08-12 12:03:28 CEST     2007-12-08 09:58:26 CET
    BI-REPPLAN     7.00     13     0     2007-08-09 07:49:39 CEST     2007-12-08 10:01:05 CET
    BI-WDALV     7.00     13     0     2007-08-09 07:49:47 CEST     2007-12-08 09:58:55 CET
    BIWEBAPP     7.00     13     0     2007-08-12 12:05:56 CEST     2007-12-08 09:43:55 CET
    BI_MMR     7.00     13     0     2007-08-12 01:37:49 CEST     2007-11-17 02:44:46 CET
    BI_UDI     7.00     13     0     2007-08-11 19:04:00 CEST     2007-11-17 02:46:49 CET
    CAF     7.00     13     0     2007-08-09 09:23:15 CEST     2007-11-17 02:53:13 CET
    CAF-KM     7.00     13     0     2007-08-09 07:54:22 CEST     2007-12-08 10:21:28 CET
    CAF-UM     7.00     13     0     2007-08-09 09:23:24 CEST     2007-11-17 02:54:18 CET
    CORE-TOOLS     7.00     13     0     2007-08-12 01:41:21 CEST     2007-11-17 01:19:15 CET
    EP-PSERV     7.00     13     0     2007-09-06 14:03:50 CEST     2007-12-08 10:02:22 CET
    EP-WDC     7.00     13     0     2007-08-12 12:41:08 CEST     2007-12-08 10:03:50 CET
    EPBC     7.00     13     0     2007-08-12 12:37:44 CEST     2007-12-08 08:07:23 CET
    EPBC2     7.00     13     0     2007-08-12 12:38:06 CEST     2007-12-08 10:03:56 CET
    JLOGVIEW     7.00     13     0     2007-08-12 00:16:00 CEST     2007-11-17 01:19:52 CET
    JSPM     7.00     13     0     2007-08-12 00:17:00 CEST     2007-12-06 16:41:39 CET
    KM-KW_JIKS     7.00     13     0     2007-08-12 01:45:19 CEST     2007-11-17 02:54:37 CET
    KMC-BC     7.00     13     0     2007-08-12 12:41:47 CEST     2007-12-08 10:05:28 CET
    KMC-CM     7.00     13     0     2007-08-12 12:43:04 CEST     2007-12-08 10:06:52 CET
    KMC-COLL     7.00     13     0     2007-08-12 12:43:35 CEST     2007-12-08 10:07:49 CET
    LM-PORTAL     7.00     13     0     2007-08-09 07:58:38 CEST     2007-12-08 10:07:59 CET
    LM-SERVICE     6.40     10     0     2004-12-23 01:42:43 CET     2007-11-17 01:18:14 CET
    LM-TOOLS     7.00     13     0     2007-09-06 10:46:34 CEST     2007-11-17 03:05:32 CET
    NET-PDK     7.00     13     0     2007-08-12 12:45:34 CEST     2007-12-08 09:51:51 CET
    RTC     7.00     13     0     2007-08-12 12:48:07 CEST     2007-12-08 09:51:56 CET
    RTC-STREAM     7.00     13     0     2007-08-12 12:48:07 CEST     2007-12-08 10:08:05 CET
    SAP-EU     7.00     13     0     2007-08-09 08:01:01 CEST     2007-12-08 10:19:31 CET
    SAP-JEE     7.00     13     0     2007-08-12 01:53:11 CEST     2007-11-17 01:24:19 CET
    SAP-JEECOR     7.00     13     0     2007-09-07 08:23:34 CEST     2007-11-17 01:27:06 CET
    SAP_JTECHF     7.00     13     0     2007-08-12 01:56:44 CEST     2007-11-17 01:28:18 CET
    SAP_JTECHS     7.00     13     0     2007-08-12 01:59:51 CEST     2007-11-17 02:32:48 CET
    UMEADMIN     7.00     13     0     2007-08-09 09:39:47 CEST     2007-11-17 03:06:23 CET
    UWLJWF     7.00     13     0     2007-08-12 12:52:23 CEST     2007-12-08 10:08:51 CET
    VCBASE     7.00     13     0     2007-08-12 12:52:34 CEST     2007-12-08 10:22:05 CET
    VCFLEX     7.00     13     0     2007-08-12 12:53:39 CEST     2007-12-08 10:21:32 CET
    VCFRAMEWORK     7.00     13     0     2007-08-12 12:53:51 CEST     2007-12-08 10:21:42 CET
    VCKITBI     7.00     13     0     2007-08-12 12:23:20 CEST     2007-12-08 10:22:10 CET
    VCKITGP     7.00     13     0     2007-08-12 12:53:51 CEST     2007-12-08 10:22:15 CET
    VCKITXX     7.00     13     0     2007-08-12 12:53:51 CEST     2007-12-08 10:22:19 CET
    WDEXTENSIONS     7.00     13     0     2007-08-09 08:05:30 CEST     2007-12-08 10:24:17 CET
    Full Exception Chain
    Log ID     00306EF4B9BB0076000000120000327700044245C894263C
    com.sap.ip.bi.base.service.connection.ConnectionException: Cannot find BI master system
         at com.sap.ip.bi.base.service.connection.impl.GenericConnectionPool.getMasterSystemAlias(GenericConnectionPool.java:81)
         at com.sap.ip.bi.base.service.connection.impl.GenericConnectionPool.getMasterSystemConnection(GenericConnectionPool.java:60)
         at com.sap.ip.bi.base.application.impl.Application.createService(Application.java:459)
         at com.sap.ip.bi.base.application.impl.Application.getProperty(Application.java:679)
         at com.sap.ip.bi.base.application.impl.Application.startApplicationStep(Application.java:279)
         at com.sap.ip.bi.base.application.impl.Application.initialization(Application.java:259)
         at com.sap.ip.bi.base.application.ApplicationFactory.createApplication(ApplicationFactory.java:172)
         at com.sap.ip.bi.base.application.ApplicationFactory.createApplication(ApplicationFactory.java:65)
         at com.sap.ip.bi.webapplications.runtime.impl.Page.constructPage(Page.java:942)
         at com.sap.ip.bi.webapplications.runtime.impl.Page.<init>(Page.java:761)
         at com.sap.ip.bi.webapplications.runtime.controller.impl.Controller.createPage(Controller.java:511)
         at com.sap.ip.bi.webapplications.runtime.controller.impl.Controller.doProcessRequest(Controller.java:972)
         at com.sap.ip.bi.webapplications.runtime.controller.impl.Controller.processRequest(Controller.java:864)
         at com.sap.ip.bi.webapplications.runtime.jsp.portal.services.BIRuntimeService.handleRequest(BIRuntimeService.java:488)
         at com.sap.ip.bi.webapplications.runtime.jsp.portal.components.LauncherComponent.doContent(LauncherComponent.java:22)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
         at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:645)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:524)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:407)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Helpful answers will be rewarded....
    Thanks and Regards,
    Pankaj

    Single Sign On is optional.
    What would happen is that the user that's using the Web Application Designer will have to have access to Portals, and the portal Sign On screen will appear once that user executes a Web Template.
    It also depends on the Portal Strategy and the Security Strategy of your client. For example, the portal may only grant access to those used IDs in the Active Directory, so if your BEx WAD user is not defined in Active Directory that user will not have access to portals, and will not be able to execute the Web Template.
    Cheers.

  • Problem with cfdocument and background colors with table borders

    i am having a great deal of difficulty with cfdocument
    rendering my tables with cells that have background colors. the
    background colors seem to bleed through the table border. a picture
    at 100% magnification can be seen at
    http://www.vitad.com/cfdoc.jpg
    and at 1600% magnification at:
    http://www.vitad.com/cfdoc2.jpg.
    i am attaching sample code of the what generated the pdf in the
    pictures. btw, i am running cfmx 7 with hot fix 2.

    Hi fresher4flex,
    Since you are using the item Renderer for the DataGrid Column try to apply the styles dynamically to the background of your itemRenderer by making using of the rollOver and rollOut events.
    Thanks,
    Bhasker

  • Help with animated gif background once opened in Photoshop c33 extended

    I often work with animated Gif's and a
    adding doggies etc to the top layer.
    I am having a problem with animated Gif with (existing transparent) background when saving from the web and opening in Photoshop cs3 extended it is changing the background to White automatically ?  ( which is not what I want)  I would like to know how to keep in the same format with the tranparent or even change to black as that is the background on my website.....do not know why it is converting it to white in photoshop or how to change....Thank you advance!

    Thank you so much....after many hours playing with ....went right too and worked perfect!!  Thank  you !!

  • Need help with creating template. Changes are not going through to index.html page

    Hi all,
    I have an issue with my template that I am creating and also a question about creating template Regions (Repeating and Editable).
    Somehow my changes to my index.dwt are not changing my index.html page.
    Also my other question is: For my top navigation bar and left navigation bar links, do I need to select and define each individual button or link as Repeating/Editable Region? or can I just select the whole navigation bar (the one on the top) etc...
    Below are my steps for creating my template...I am kinda fairly new to using DW and this is my first attempt to making a template following the DW tutorial CD that came with DW CS3.
    I appreciate any help with this...regards, Dano
    -Open my index.html file
    -File/save as template
    -Save
    -update links - yes
    -Select Repeating and Editable Regions (I selected the whole top navigation bar and selected Repeating Region and Editable Region, same with the left side navigation links)
    -File close all
    -Open the index.dwt
    -Save as and selected the index.html and chose to overide it..
    When I make changes to my index.dwt it is not changing the index.html
    I feel that I am missing some important steps here.....
    Website address
    www.defenseproshop.com

    Figured out

  • Problem with web template calling another template

    Hi all,
    We have a Web template which when gets executed displays result in table form.Now one of the fields in that table is Europe. My requirement is when i click on that field Europe it should execute another web template that was designed for Europe.How do i link this field to another template?
    Please help.
    Regards,
    Suchitra

    Hi Suchitra,
         You can't create link between a field and a query view. You can change your template by using the tab strip, so that each tab will give you the details of different country.
        Or else, you can use buttons to navigate from one query to the another.
    Steps:-
    Button -Right Click -Data Provider- specific command -select the query - ok
        You can also use hyperlink in BEx to move from workbook to the another.
    Regards,
    Yokesh

  • Help with web form script. PHP, CGI, Perl???

    anyone willing to help with a web form script? I have a form built, but cant seem to figure out the scripting! Should I be using Perl, CGI, PHP... What do I need to enable? I am a complete novice when it comes to scripts. Looking for a little friendly help.

    Here is a simple bit of PHP to stick in the page your form posts to. You would need to edit the first three variables to your liking, and add the html you want to serve afterwards:
    <pre>
    <?php
    $emailFrom = '[email protected]';
    $emailTo = '[email protected]';
    $emailSubject = 'Subject';
    $date = date('l, \t\h\e dS \o\f F, Y \a\t g:i A');
    $browser = $HTTPSERVER_VARS['HTTP_USERAGENT'];
    $hostname = $HTTPSERVER_VARS['REMOTEADDR'];
    $message = "$date\n\nAddress: $hostname\nBrowser: $browser\n\n";
    foreach ($_POST as $key => $value) {
    $message .= $key . ": " . $value . "\n";
    $mailResult = mail($emailTo,$emailSubject,$message,"From: $emailFrom");
    ?>
    </pre>
    This script will grab the server's date and the submitter's address and browser type. It will then list the name and value of each form field you have put on your form.
    Also, this script expects your form method="post".
    Lastly, you can offer alternate text later on in your html page based on the success of the above script with a snippet like this:
    <pre><?php
    if ($mailResult) {
    echo "Your comments have been received thank you.";
    } else {
    echo "There was an error. Please try again or contact us using an alternate method.";
    ?></pre>

Maybe you are looking for

  • 4G support for Lumia 820

    After launch of 4G LTE on 1800 MHz band in Pakistan can i expect Microsoft Devices to enable 4G in my Lumia 820 through the upcoming Denim update? Currently although i have a LTE sim, highest connection speed is shown as 3G. I have read on a blog tha

  • How to view and download files on the icloud drive

    I have a class I'm taking and have to download files but there are too many to put on my ipad so I bought extra space on icloud to download them, now I need to access those files.

  • How to merge ADF Applications

    Hi everybody, I have 3 separated ADF little applications which I'd like to merge into one. What are the best practises to do that? Thanks a lot for your help! Jose.

  • 10.4.11 wont update

    I have a mac mini os x 10.4.11 with a processor of 1.5 GHz PowerPC G4. I bought snow leopard and tried to update it but it wont update WHAT DO I DO!!!????

  • Modbus communicat​ion non exstance

    I'm working with a rs232 to rs485 connection from a UNO2019 box PC.  The RS485 connection is going to be MODbus RTU, has about 4 slaves on the buss (MMI flow meter, VFD, two temperature RTD's). All theses devices are configured accordingin 9600 baud,