Remove breadcrumb navigation Tree.

Hi Experts,
How can i remove the breadcrumb navigation tree that appears just below the top level navigation fro ESS. I have seena  few blogs af dound that the changea are done at the coding level. Here we are using the standard ESS application and may not have access to the codesin WDJ. Is there any property of view/page/workset through which i can remove this navigation.
BR,
Kaustubh

This has nothing to do with ESS/MSS coding.
You need to change your Page Title bar....which is part of your portal framework/desktop.
Possible properties will be :
Show Breadcrumb
Show History List
However, the challenge here will be to make these changes available only for ESS. As same desktop is being used for ESS role as well as other roles.
For this you will be required to change its PAR file (com.sap.portal.navigation.pagetoolbar.PageToolbar) in NWDS.
I am not sure even if this will be possible or not...!

Similar Messages

  • How to switch off breadcrumb-navigation in EP 6.0 ?

    Hi All,
    I've got the request to switch off the s.c. breadcrumb-Navigation. Is there any possibility to remove this ?
    In EP5 there was possible to let them disapear by changing the font color, this seems not to work in EP6 as some parts of the links cannot be controlled separatly.
    Has anybodoy done this and could share it here ?
    Thanx in advance
    Stefan

    Yes there is a way.
    The breadcrumb is added as an iview to the innerpage, which again is added as a page in the default framework page.
    To remove:
    1. Go to PortalAdministration->Portal Content
    2. Expand the portalcontent->Portal users->standard portal users folder and edit the default framework page
    3. Select the inner page and click edit (I cant find the innerpage in the content structure)
    4. Hide an iview call Page toolbar (I think)
    If this is not the active default framework page, you can make it  the default by going into Systemadministration->Portal display->Desktop and display rules and edit the default portal desktop from the same place as 2.

  • Removing that navigation bar in the new Preview

    Is there any way of removing the navigation bar which appears at the bottom of the screen when you view images in Preview's full-screen mode?
    Under older operating systems you could at least move shift it to the side, but now it doesn't seem possible to move it at all.

    Thanks Tony - it was "slideshow mode" I should have referred to.  The black navigator box doesn't appear in full screen mode.
    The point remains about slideshow mode - it used to be possible to move the black navigation box, but now it seems to be stuck bottom centre. 

  • 30EA1 /2.*: Double-clicking objects in the navigator tree

    Hi,
    There is an inconsistency in double-clicking objects in the navigator tree:
    When Preferences - Database - ObjectViewer - Open Objects on Single Click is checked, double-clicking e.g. a table in the navigator will still open it the same way as single-clicking it.
    However, when Preferences - Database - ObjectViewer - Open Objects on Single Click is not checked, double-clicking the table in the navigator will open it, and expand the columns. The latter is quite irritating, especially on large tables.
    Can this be bugged, so double-clicking the table in the navigator will just open it?
    Thanks,
    K.

    The node is expanded on double click irrespective of what the preferenceIs this a typo or does it really expand always for you? For me it only expands with "single click objects" disabled.
    windows explorer also does the sameYes, and I'd even say that's the desired behaviour, especially since it's the only action taken.
    Common sense and standards are against taking 2 different actions at the same time. One should override the other.
    Ideally, double click with "single click objects" disabled would just open the object, and double click with "single click objects" enabled could expand the node as in the Windows Explorer (but doesn't have to).
    So that's almost completely the other way around as we get it now.
    Thanks,
    K.

  • Empty Navigation Tree error in SRM 7

    Hello Experts,
    I'm setting up an SRM 7 system. I've configured most of it, but when I test login into the web UI, I get an "Empty Navigation Tree" error with the following text: "The user menu tree for user <username> is empty. Please contact your system administrator".
    Here's some additional information:
    System version: SAP SRM 7.0
    Component: SRM_SERVER 701 SPL 0004
    Portal-Independent Navigation Frame is Active (we don't have a SAP Portal installed)
    Roles have been regenerated, and my user has been assigned to the org structure correctly.
    Org structure has been setup with required attributes.
    How I'm doing this test:
    1. Login to SICF
    2. Go to SAP -> BC -> NWBC -> SRM -> Test Service.
    3. This takes me correctly to a "SAP Netweaver" web page, where I click on the "Login" button.
    4. A pop-up window appears where I type in my username & password.
    5. I get the error message mentioned above.
    I'm not really sure what I'm missing.
    Your help is appreciated.
    Regards,
    Gilberto Gallardo.

    Hello Gilberto Gallardo,
    I've had the same issue and the fix for it is to configure in tcode SU01 some roles for the user you are using to access the portal. Some common roles are:
    /SAPSRM/ADMINISTRATOR
    /SAPSRM/EMPLOYEE
    /SAPSRM/OP_PURCHASER
    /SAPSRM/RECIPIENT
    /SAPSRM/SECRETARY
    /SAPSRM/ST_PURCHASER
    Perhaps it won't help you, since the post is not recent, but it will help if someone encounters the same issue.
    Regards,
    Mihai

  • Breadcrumb navigation in console extension not working

    Hi everyone,
    I'm trying to get the breadcrumb navigation working in my console-extension for wls 9.2.
    Currently it is displayed like this:
    Home >  com.bea.console.handles.JMXHandle%28%22No+context+provided+for+Loggers%22%29 ("Loggers" is the definitonLabel of my netuix:page element).
    As described on [url http://e-docs.bea.com/wls/docs92/console_ext/addcontrols.html#wp1078025]page 6-15 of the "Extending the Admin Console" guide I added the <netuix:meta name="breadcrumb-context" content="handle" /> element exactly as in [url http://e-docs.bea.com/wls/docs92/console_ext/addcontrols.html#wp1078078]listing 6-7.
    Do you have any idea what goes wrong here or any pointers what I might be missing?
    Any help is greatly appreciated.
    Btw. Is there a more appropriate place to post this question?

    Chariot, unless someone decompiles that swf we cannot see
    your code or how you constructed it. I did do that and took a look
    but not everyone can do that. In the future, you can either post
    the FLA or use the "Attach Code" button to show what you've done.
    1.) first thing I noticed was that your HIT area on your
    buttons is the text itself. If you make a rectangle on the HIT
    frame only that is slightly larger than your text, you won't have
    such jumpy behavior when mousing over or trying to find the "sweet
    spot" that will actually click. You've made invisible buttons, I
    see. It's the same concept. That way, you can get rid of the
    invisible buttons altogether.
    2.) Not sure why you have several layers on your buttons.
    Looks like you have a layer per letter. They can all be on the same
    layer. :)
    3.) Try to put your button code on the main timeline instead
    of on the buttons themselves. If you're curious why, read
    this
    article.
    4.) You only need one arrow button... not a different one for
    each section. Again, place the code on the main timeline and
    specify at each keyframe what you want "leftArrow_btn" or
    "rightArrow_btn" to do. I just made up those instance names but
    they'll do whatever you tell them to do even if it's different than
    what you told them to do before.
    Other than that, I don't see what you are referring to.
    There's a lot of cleaning up to be done. That will probably fix
    some errors. I've posted an example of how it might work for you
    here.

  • Opening new window in xMII Portal navigation tree

    I'm doing a 5-level deep drilldown where each drilldown needs a new window (browser page). I do it with JavaScript and window.open(strURL); and xMII 11.5.
    This works well with "standalone" pages, but I would like to use xMII Portal navigation tree all through.
    So, is there a way to open a page (with JavaScript) in xMII Portal Navigation tree so that user gets "jumped" to this location while staying in portal without a new window or popup window. Just like I would do with mouse (navigate tree, open page) but with code?.
    I have found nothing relating to this in SDN or help files.
    Message was edited by:
            Matti Nummi

    Hi, Matti.
    If you specify a target attribute of "MainContentWindow", it should open up in the portal content area.
    Best regards,
    Rick

  • File Item order in a Navigation Tree

    Hi,
    A consultant previously adapted the Navigation Menu Portlet from OPS to display the navigation tree for 'Basefile' items. He created an item type that builds a tree and when a link representing a file is clicked the file will appear in a frame next to the tree.
    The portlet uses wwv_user_corners and wwwsbr_all_items to build the tree.
    The portlet displays the links for the files within a folder ordered alphabettically by the display link for the file. What we want to do is to order them by the direct address url of the file, ie the file name. This would allow the page builder to display the file links in the order he wants by prefixing the file names with numbers to control the order.
    We are having difficulty identifying the right view/table in portal that has the direct address. wwdoc_window$ appears to have the information we want but we are having difficulty determining the right fields to use for the join with wwsbr_all_items.
    Any help would be appreciated.
    Thanks,
    Peter

    Hi Krishna
    In standard SAP, "Return order(RE)" can be created either with reference to "Billing document" OR "Sales order" and there is no Madatory reference for Return order (RE).
    Therefore, Return order can be created without  any reference also ,in standard system.
    In Copy control (VTAA), you can find  OR  to  RE  as source and target document pair.
    Similarly, in copy control (VTAF), you can find  F2  to  RE  as source and target document pair.
    If it is required in your organisation, then you can mark "reference mandatory" for Return order (RE).
    When you create a Return order(RE) with reference to Sales order(OR),in Copy control (VTAA), no Item category has been proposed for the Target document RE, therefore it is determined from the assignment in the customisation ,as below.
    Sales doc type + Item category group + Item usage(if any) + Item category of higher level item(if exists)  = Item category.
    e.g, RE  +  NORM  +  (blank)  +  (blank)   =  REN
    If ,you create the Return order(RE) with reference to the Billing document (F2), then in copy control(VTAF) at item level, Item category(REN) has been proposed for the target document, so system copies that to target document RE.
    So, as beacuse you are creating the Return order(RE) with reference to the Sales order(OR), you have to check the assignment in customisation as above.
    Beside this, "Credit for Return(RE)" is always created with reference to the "Return order(RE)" and  NOT with reference to the "Return Delivery(LR)", in standard SAP.
    That is why ,if you check the Item category REN, you will find the "Billing relevance" as "B"(Order related Billing docuemnt).
    Regards

  • Javascript error for detailed navigation tree : 't' is undefined

    Hi everybody,
    I have a problem on my anonymous role. When i click on the link page of a km navigation IView in the detailed navigation tree, the IView open itself but the navigation tree disappear and i have a Javascript error :
    Error :  't' is undefined.
    Code :  0
    URL :  http://localhost:50000/irj/portal/anonymous?standAlone=true&buildTree=false&NavPathUpdate=false
    Could somebody help me please ?

    Sorry but it's the same result.
    Anybody else?
    Somebody could say me if i modify the parameter of the URL somewhere?
    http://portal:50000/irj/portal/anonymous?standAlone=true&buildTree=false&NavPathUpdate=false&windowId=WID1182328037651
    I talk about the parameter buildTree or NavPathUpdate.
    These parameters are added when ai click on the link of the tree.

  • Navigator Tree and Developer 6.0 on the web

    I am having difficulties running a form with a navigator tree,
    taken from Standard object library, the tree does not appear.
    Using a similar form written in an earlier version of
    Developer2000 (v1.5), I did not have this problem and the form
    worked fine on the Web. I would be extremely grateful for any
    advise.
    *Note
    Software been used
    Oracle Web Apllication Server 3.0.1.1
    Developer Forms 6.0
    Jinitiator running through both Microsoft Internet Explorer 4
    and Netscape Communicator 4.05
    Also the oracle applet viewer supplied with Developer 6
    All these are running on NT Server with service pack 3(service
    pack 4 was previously installed on the machine)
    on a Dell PowerEdge 2000
    Yours Faithfully
    Christian James
    p.s the form work fine when running in a normal client server
    enviroment
    null

    I am having difficulties running a form with a navigator tree,
    taken from Standard object library, the tree does not appear.
    Using a similar form written in an earlier version of
    Developer2000 (v1.5), I did not have this problem and the form
    worked fine on the Web. I would be extremely grateful for any
    advise.
    *Note
    Software been used
    Oracle Web Apllication Server 3.0.1.1
    Developer Forms 6.0
    Jinitiator running through both Microsoft Internet Explorer 4
    and Netscape Communicator 4.05
    Also the oracle applet viewer supplied with Developer 6
    All these are running on NT Server with service pack 3(service
    pack 4 was previously installed on the machine)
    on a Dell PowerEdge 2000
    Yours Faithfully
    Christian James
    p.s the form work fine when running in a normal client server
    enviroment
    null

  • Navigation Tree

    How can multi-page articles in a combined PDF be represented as one level of a package hierarchy in the navigation tree? Currently thumbnails for multi-page documents show as a flat series of pages rather than as an individual selectable document. Working with a combined PDF that consists of single-page documents as well as multiple-page documents, I'm missing how to represent each document at the same level in the navigation panel.

    Did you look at the navigation panel "Bookmarks" ?

  • How to access KM documents from detailed navigation tree area in EP???

    Hello Gurus,
    I want to simulate the portal navigation. I want to show a page also with a detailed navigation tree with links to several KM documents on left frame and a content area for such content files on right frame.
    I have decided to modify standard par file "com.sap.portal.navigation.lightdetailednavigationtree" and I tried to modify JSP to show dinamically several links to KM documents applying logic based on webdynpro tutorial "Using Knowledge Management funcionality in Web Dynpro applications". But a runtime error occurs. I don´t know if I must add sharing references in portalapp.xml for using such classes and also I don´t know the way to do it.
    It would be really grateful if somebody could guide me through this issue or give me another more proper solution.
    Thanks in advance.
    Best Regards.
    Rosa

    Hi javier,
    If u want to access KM documents in some different format then ur default KM navigation Iview.
    Then please have a look at this blog. It will really help you:
    Launching WebDynpro from Universal Worklist
    I hope it helps.
    Please revert back in case of further issues.
    Regards,
    Sumit

  • Remove/hide navigation panel header

    Hi,
    I tried making the expand and collapse icons to 0px and also made the detailed navigation iView "tray" property to false but it did not help me.
    I have to hide or remove the navigation panel header(the expand/collapse panel). Thanks in advance.
    Rgds,
    Janvi.

    Hi Patel,
    To hide the navigation panel header there is nothing to do with the theme editor. For that you have to edit the default frame work page.
    Open PCD>>Portal Users>>Std Portal users>> Default frame work page
    Select the Desktop inner page from the default inner page and edit>> select the delatiled navigation iview and choose edit...
    Select the Apppearence Tray from the Property Catogary drop down.
    Make the <b>Show Tray</b> option to NO... save and close ...
    This will hide the detailed navigation header.
    If u want to hide the header of other iviews like portal favorites in the navigation pannel these are the steps to follow.
    Regards
    gEorgE

  • Remove Detailled Navigation on certain page?

    Hi all,
    I would like not to remove detailled navigation at all, but on a certain page.
    It´s the page, which appears when you click "personalize" in the masthead area.
    Somebody know, how to do this?
    Best regards
    Davor

    Hi,
    You can delete the detailed Navigation iView from the Framework page which will remove it permanently.
    But in case you want this to appear/disappear only on few pages then the only option provided in Portal configurations is to change the property Initial State of Navigation Panel in the corresponding Views.
    Regards,
    Santhosh

  • Conception problem: Integrating navigation tree

    Hi all,
    In order to help users to visualize what actions they can perform, i would like to add a navigation tree into an existing web app.
    My first idea was to create a new Index.jsp divided into two frames, the first one get the tree and the second is used for displaying the .jspx called. Problem, in the browser address bar the only thing which is displayed is "http....index.jsp". I no longer have the adress of each page and that lead to difficulties in securizing the app, and some problems in using browser navigation capabilities.
    A solution could be to just create my tree into a new page then including a button to go to this page from all the others, but my idea was to let this tree displayed everytime (or may be adding a way for switching rendered property).
    A last possibility i imagined is to include the tree into each page, but before doing this (there is a lot of pages to modify) i would rather than some experimented people give me some advices:
    What is the best solution?
    Should i use a frame based sharing or another way?
    Thanks in advance,
    Tif

    Hi frank,
    Thank you for being interested.
    This web app works like an ERP (enterprise resource planning). Around 50 persons should use it. Depending on their roles they have rights for view, create, modify data in different modules (business development, human resources, instrument maintenance, etc). Each module contains many pages (customer creation and edition, quotation management, etc).
    The tree displays each module and some pages of each represented by hyperlinks. Depending on the user who is logged in the tree displays less or more possible navigations. It should enable to navigate quickly from one page to another by these links. User can choose to hide it. So if user well know the application he doesn't need really to use the tree (there is other way to navigate), but for beginners it should display in a simple way all the tasks they can perform depending on their role.
    I hope this explanation is more clear. In my last tries, i'm putting it in the menu3 facet of my pages, but i've problem to target the window. When i put _parent display is correct but the browser address bar display "http...myTree.jsp" and not the called page address. I'm working on, so i very appreciate all tips, advices you can give to me
    Thanks and regards,
    Tif

Maybe you are looking for