Navigation Web Item Behavior BI 7.0

Hi, I have an initially collapsed Nav Item and a report in a container.  After I drag a characteristic from the Nav Item onto my report the Nav Web Item Collapses.  So now I have to expand the Nav Item again to drag another characteristic to my report.  Shouldn't the Nav Web Item only open and close unless I open or close it?
Thanks!

Apparently so, i think there is a way in the installation /settings  to make like a little easier.....let me find out and get back to you.
cheers...Bhavesh

Similar Messages

  • 2004s Navigation Pane web item customization

    Hello. I have a question regarding the navigation pane web item using the Web Application Designer 7.0. In the 3.5 version we had the capability of selecting specific characteristics to include in our navigation blocks. For example, our data provider might be an ad hoc query with numerous free characteristics. However, in the web template we would only include a subset of those characteristics in our navigation block.
    Now when using the 7.0 tool it appears as though when adding the navigation pane web item I can only select rows, columns, query view, or free characteristics. Is my only option to create a query view on my base ad hoc query to limit the characteristics I want?
    Any advice on this particular web item would be sincerely appreciated.
    Kind regards,
    Lynn Peter

    Lynn,
    I think what you may be after is called NAV_CHARACTERISTIC_SEL and is documented in the following page
    http://help.sap.com/saphelp_nw70/helpdata/en/16/3ee2416149c717e10000000a155106/content.htm
    From the SAP documentation this enhancement to the navigational pane should be available as part of SPS14.
    I hope this helps (we are also interested in this functionality.)
    Cheers
    Neal.

  • Hiding a web item through the command line URL

    We use the Web API and command line processing heavily to pass in different filter values, variable values, data providers, etc. to our web reports.  I had a requirement within a given area to launch our web reports with the Navigation block visible on the web template.  In our commonly used 'default' web template, we currently allow the users to switch this item on/off once they are in the report, but we always have it come up Hidden initially.
    My question is this: is there some trick to getting a web item property changed dynamically at execution time from Hidden=X to Hidden= ?  I have tried numerous attempts to format a URL to change this behavior, but have been unsuccessful.  A sample would be: &ITEM=GR6&MULTI=X&HIDDEN=  --> this is intended to make all items with 'GR6' in the name unhidden.  But in my case, it ends up making more web items visible than I want.  Even specifying the Item name directly does not help.
    I have also tried applying it in conjunction with a command sequence from the Web API docs. Is there a particular command that this has to go with (i.e. LDOC? RESET_WEB_ITEM? etc.)?  We have a button on the web template that issues the command <SAP_BW_URL ITEM='GR6' MULTI='X' HIDDEN=''> when clicked -- this works fine.  How do I apply the same type of logic to the initial URL within the command processing?
    Any help would be appreciated.  I know that I can resolve this by just creating a copy template with this web item set to Visible instead of Hidden at the launch.  I was just thinking I could reuse the main web template and control it through the URL.
    Thanks...
    Jody Chassereau

    Heike,
    maybe you can help me out on this one:
    I'm trying to implement Tobias Kaufmann's How To Paper <i>Web Printing with Excel</i>.
    Before calling the respective Abap classes from my web template, I want to hide the web item <i>Hierarchical Filter Selection</i> as this one comes out ugly when downloaded to Excel. So what I'm doing is, I first hide the Filter Selection and then call the Abap classes.
    Here is the coding that I am using:
    <!-- Web Print with Excel-->
    <td class="SAPBEXNavLine"><A href="<SAP_BW_URL
    CMD_1='Item=HIERCONTEXTMENU_1&HIDDEN=X'
    CMD_2='CMD=PROCESS_HELP_WINDOW&HELP_SERVICE=HELP_SERVICE_PRINT&ITEM=Table_1&SUBCMD=PRINT_EXCEL'>">
    <IMG  alt="Web Print with Excel" src="/sap/bw/Mime/bex/icons/print.gif" border=0></A></td>
    This coding is working fine.
    The problem is however, that the <i>Hierarchical Filter Selection</i> is now hidden in my web template. To unhide it, I thought I'd use the coding as above, but add a third command (CMD_3) to make that item visible again.
    Here is the coding:
    <!-- Web Print with Excel-->
    <td class="SAPBEXNavLine"><A href="<SAP_BW_URL CMD_1='Item=HIERCONTEXTMENU_1&HIDDEN=X'
    CMD_2='CMD=PROCESS_HELP_WINDOW&HELP_SERVICE=HELP_SERVICE_PRINT&ITEM=Table_1&SUBCMD=PRINT_EXCEL'
    CMD_3='Item=HIERCONTEXTMENU_1&HIDDEN='>">
    <IMG  alt="Web Print with Excel" src="/sap/bw/Mime/bex/icons/print.gif" border=0></A></td>
    Unfortunately, only the commands CMD_1 and CMD_3 are being executed (which is kind of useless), the main command CMD_2 however is not.
    Do you have any idea why this is happening and how to avoid this?
    Really appreciating your help,
    Regards,
    Yogen

  • Std web shop behavior if a Wrong Product is input in the Sales Order page

    Hi Experts,
    In a B2B/BOB web shop, when a product is entered into the sales order screen manually, does the system run a standard validation as to check if the product exists in the product catalog ? Is there any documentation on this kind of standard web shop behavior ?
    Any pointers on this front would be of great help. Thanks in advance.
    Best Regards,
    Kris.

    Hello,
    Where are you seeing the dump? There will not be any dump in the defaulttrace file when a wrong product is entered.
    ideally on the jsp it says check product number. this is the std behavior. Below error message will be shown
    At least one item is faulty; check faulty items before continuing. Go to first faulty item
    Product xyz was not found.
    Pradeep

  • Attributes of an InfoObject in a Filter Pane web item.

    Hi All.
      I need the some wisdom
      I have a Web template developed in WAD. 7.0. In this template, we have a filter pane web item for selecting values of the characteristic 0MATERIAL. It works properly but when I open the filter pane the 0material values appear with ALL ITS ATTRIBUTES (around 70) and that is very annoying.
      So, the question: is there any way to restrict the number of the attibutes displayed in the window? I only want to show the material number and its description.
      Thanks in advance
    Gdm

    Hi Montero,
    I also had similar problem earlier , i had solved by making changes in the properties of that particular characterstic.
    That is click on particular characteristic and in properties pane goto advanced tab there you can see Query Execution for filter value selection here try changing to "only posted values for navigation" .
    Hope this helps you.
    Thanks
    Tulsi
    Edited by: thulasi ram on May 20, 2008 9:25 AM

  • Data Binding in Web Items

    In 3.5 it was possible to assign mulitple dataproviders to a web item.  For example it was possible to assign 2 datprovider to the navigation block.  This was useful where a web template had 2 dataproviders for a table and chart. Of course there would need to be common characteristics in both data providers.
    Navigation changes made would effect both the table and chart.
    In 2004s it does not appear to be possible to assign more than 1 data provider to a web item under data binding.
    Does anyone know if this is the case OR is it possible to assign more than 1 dataprovider.
    Thanks
    Ian

    It is possible: (refer to HTML below) Refer to setting "Affected Data Providers"
       <P><object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="GET_ITEM"/>
             <param name="NAME" value="NAVIGATIONBLOCK_1"/>
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_NAV_BLOCK"/>
             <param name="DATA_PROVIDER" value="DataProvider(1)"/>
             <param name="CLOSED" value="X"/>
             <param name="SHOW_AXES_GROUPING" value="X"/>
             <param name="TARGET_DATA_PROVIDER_1" value="DataProvider(2)"/>
             <param name="TARGET_DATA_PROVIDER_2" value="DataProvider(1)"/>
             ITEM:            NAVIGATIONBLOCK_1

  • Reading web items in javascript.

    In a 7.0 template, how can I read the value of a web item using javascript? I want to read a filter value from the info field item, manipulate it and assign the resulting value to an input item. How do I access the value?

    Hello Bharath,
    There is a webitem called Navigation pane in the Standard list, i hope this is what you need.
    Kindly reply again is your problem is not resolved and please assign points if it is :).
    Regards,
    Dennis

  • Why does form validation take effect when navigating menu items?

    I am using JDev 10.1.3.3.
    I have a data entry form where all the af:inputField's are set to Required=true. I expected that the mandatory fields should only be enforced if I click the form 's submit button.
    However, when I navigate to another menu item from my menu bar without filling in the fields, the mandatory fields also get enforced (e.g. Required Messages on fields appear and I am forced to have to enter some data on the field before I am able to navigate to another menu item. ) Navigating menu items should imply I am not proceeding with the data entry and should allow me to navigate instantly, even if there are blank fields.
    I notice the SRDemo also had this same behavior. Under "New Service Request", if you don't fill in a description and navigate to another menu item from the menu bar, it will complain and ask you to enter a problem description before switching tabs.
    This is obviosly not the intended behavior. How do I change this behavior so that when I switch menu items, data validation will not take place?

    Hi
    it happens cause the entire page is one form when you try to navigate out what it does is that it submits the form.
    To avoid validation for particular links or buttons set their property immediate to "true"
    hope this helps

  • Web Items cause poor performance?

    Hi Experts!
    I have a web report that takes approximately 60 seconds to run. it has 2 queries but they are set to run only on navigation, and in RSRT, only 1 query runs on query execution.
    In RSRT, the report information says that the query takes about 7 seconds.
    Therefore, I am assuming that the other [approx] 50 seconds are being lost at the presentation layer.
    Within my report, I have a number of Web Items. stripping out the web itmes (tabs, containers, etc) to just the bare minimum (Analysis table). I have removed the other query entuirely. the report now returns in approximately 14 seconds.
    Therefore, I am wondering:-
    Does anyone know if the number of Web Items has a detrimental affect on report preformance?
    Does anyone know of a way to speed up this part?
    Is it something to do with the processing of the hardware that could slow this down?
    Has anyone experienced this before? And if so, are there any pointers on how this can be resolved.
    Many thanks!
    Dave
    Forum points always awarded for helpful answers!

    CSM
    Thanks - but I know what Web Items are, I am interested if they have an impact of report preformance (ie, does using 12 web items with 1 query reduce report preformance?) My theory is that is does, but if it does, I would like to know why and if there is anyway to improve performance - even if this means upgrading the hardware.
    I am trying to find out if anyone has come across similar issues on their projects and if they have, how they overcame this.
    Thanks anyway!

  • WAD - customize web item attribute values

    Hi,
    did somebody know if it is possible to define or customize web item attribute values ?
    I would like to define a new attribute value for the attribute IMAGEMAP_PATTERN. At the moment there are just two possible values to select: NONE or FILTER_VAL.
    <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/3b/7c97de1bed374ee0000800091c1b0e/frameset.htm">IMAGEMAP_PATTERN</a>
    Thank you.
    Daniel Junkovic

    Hello Elena,
    I am working on navigation with maps at the moment. Can you tell me, where to set the parameters "Imagemap_Pattern" or "Influenced_DP_1", please?
    I tried it with the html- code of the documentation, but this did not work so well.
    Regards
    marcus

  • Web Template Web items formating issue

    Hi
    Need some help with regards to the Web Application Designer Web items...
    I am trying to create a web template with Tabs
    I included a TABSTRIP web item and in that webitem i included Container(3)(as i need 3 tabs) and in First Container i included Chart and
    in Second container i included Navigation Pane and Analysis Web Items....
    here is the problem
    The Navigation pane is appearing on top of Analysis(table) in outpu...BUT my requirment is the Navigation pane should appear on left hand side of Analysis
    How can i achieve this
    Thanks

    HI Maxicosi,
    I'll send you some reading material for all of this - in chapter 7 I go thru the actual configuration for dashboards. Most of your questions should be answered or at least some ideas on these items will be offered.
    I'll use the same email address.
    thanks, Pete

  • WAD Web Item : Custom Extension

    Hi,,
    I have created a class for basically exporting data to excel sheet. i have created a web item custom extension and mapped the class to it through the parameters DP:included data provider details, variable details, navigation access and result set access.
    and ultimately mapped to Button.
    now when i am executing the Button doesnt work, so i have created a break point in the methods initialize and execute inside the class, but it doesnt seem to work. please suggest, if  i have missed something while creating class/webitem/button.
    I am basicaly trying to Export data to excel through class.
    Regards

    Any suggestions?..

  • Web item tray

    Hello guys, I have a question regarding trays of web items.
    I want web item "group" intially be "expanded" when the web templates for the first time. When the user navigates e.g. in queries the template gets reloaded and the web item "group" is expanded regardless of which state it had before. And the other way round when the initial setting says "not expanded".
    How can I get this fixed? Is this a bug or do I have to make some more settings?
    Thanks in advance.
    Anja

    hi Anja,
    you might consider not to use the trays. you can use button group. add a button (name 'close') with command SET_ITEM_PARAMETER to the web item. within this command you select the group item and set the settings for visibility to 'hidden'.
    Next to the group item you add a similar button with the command visibility 'visible'.
    the user can open and close with buttons and the itemsetting will remain during navigation.
    see if that works or you.
    regards,
    Erik

  • SAP Tab Example Hides unrelated web items...

    Hi,  The example SAP gives for using tabs in reporting works fine except if I have other web items on the page.
    If I have other items on the page those also dissappear never to be seen again.  Can anyone help me to override this behavior?
    http://help.sap.com/saphelp_bw33/helpdata/en/65/c54a7e1a1b584589d238ba188df053/content.htm

    I found out why my other objects were being hidden.  My other objects were TABLE_1 and TABLE_2.  So, because they began with TAB* they were hidden.  I just prefixed them with something else and now they remain. 
    Thanks...

  • How to Fix Table Header of Analysis Web Item in BEx Web Template

    Hi,
    I am using an Analysis Web Item to display line item report in BEx Web Template. Is there any way to fix the table header of the like in Excel for better navigation?
    Thanks in advance.
    Regards,
    Joon

    Thank you all for your quick responses (I will award points once this is sorted)
    On the information you have supplied this has opened up yet another new part of WAD that I have not experienced ...TAGs
    Shubhranshu - I have done what you said but as I have never used tags I have just had a look around and found that I can insert Any Tag but not sure if I should be doing that.  If it is inert any tag , I chose FONT from the drop down and cbmAttributes defaulted into the custom tab for the class name but not sure what it wants in the Attributes and CSS Style tab, it won't accept what I am putting which is leading me to believe that I shouldn't be doing it that way.
    Venkat - thanks for the links they will prove very useful.  I've had a look and although they talk alot about the XHTML code for tags they don't actually say how you do it in the editor - I would like to produce one that way first and then see the code it generates for it.  I'm a bit apprehensive with changing the code direct as I don't want to mess anything up.
    Thanks again for your help

Maybe you are looking for

  • How to find process chain using background job in sm37

    How to find process chain using background job in sm37

  • Characters missing from .pdf the number #1 missing

    I have invoices vendor emails me in .pdf. When I open them in google docs all of the #1 are missing? I download and save them from mail, open in Apple Preview still missing all of the #1? Open in Adobe Reader and looks perfect all of the #1 are there

  • Stuck without a way back in...

    Greetings all - I am a newbie to the SAP world and I have a major problem on my hands.  My company has recently took over a program with a devlopment SAP system in place (SOLMAN and IDES) running on SQL.  The problem is the previous admin did not lea

  • OIM EBS UM Connector

    Hello, Just I installed Oracle EBS HR Foundation User Management 9.1.0.5.0 on OIM11g, not configured and provisioned anything and now requirements are changed to TCA Foundation, how can I uninstall HR Foundation connector? Cheers

  • Cant submit a new app, iTunes Connect times out

    I posted this in another area on the forum but I think I put it in the wrong section so I'm reposting (sorry about the bad etiqute).  Im trying to submit an app for review but everytime I get to the stage where it connects to the iTunes Connect secti