Replace Detailed navigation with custom iview

Hi experts!!
I would like to know how i can replace the detailed navigation view with a custom iview.
Thank u in advance!!!

check the below thread for more information
https://forums.sdn.sap.com/click.jspa?searchID=25630709&messageID=6367244
Detailed navigation iview is assinged to Default framework page.
My suggestion is you duplicate the default framework page and can replace the detailed navigaiton iview with ur iview. Also assign this cutom framework page to your user id by display rules.
Raghu

Similar Messages

  • Replace Detailed Navigation with an own iView

    Hi everybody,
    how can i replace the DetailNavigation with an own WD-iView (on the left side of the portal framework page)?
    regards,
    Sid

    Hi,
    I believe this question belongs rather to some kind of portal or portal development forum.
    Please close this thread and raise this question there.
    Thank you for your understanding!
    Best Regards,
    Ervin

  • Replace standard area with custom iview

    Hi experts!!
    I have the following question: can i replace a standard portal area with a custom iview??
    If yes how can this be done??
    I am a newbiew..any help would be really appreciated..
    Thank u in advance!!!

    Grigoria,
    are you talking about Portal Content area.
    once you create the iview ,go to content Provided by SAP-End User Content-Standard Portal Users- open Default Framework Page-Open Desktop InnerPage-you will find Content Area-you can add your custom iview there and uncheck visible property to standard one.
    I suggest you to create a copy of Default Framework page and work on that
    Thanks
    Bala Duvvuri

  • Deactivate "Detailed Navigation" in an iView?

    Hi there,
    just a little question.
    I created a new URL iView and put it in to the toplevel Navigation. Thats works fine. But when i open the iview over my menu always the detailed navigation is displayed on the left side... where can i deactivate the detailed navigation for this iview? I dont want to deactivate it systemwide. Only in this iview...
    Thanks and Regards
    Bjoern

    open the page where your url iview is added.
    then set the property of  'initial state of navigation panel ' to close or always close' . This will hide the detailed navigational panel for only that page.
    Hope that helps you.
    Raghu

  • How to display the detailed navigation with the Search Results

    Hello Gurus,
    I was able to display the search results in the same frame rather than opening the new window and getting it displayed. Now when the search results are displayed, my detailed navigation and portal favorites etc.. all the iviews are automatically suppressed.
    Please help me displaying the search results with Navigation Panel.
    Regards
    V.

    Hi Vaibhav,
    What do you mean by suppressed?
    Is it gone, or just closed?
    If it is just closed, you can try 2 things:
    1. Check if the property "Initial State of Navigation Panel" of the page has any influence.
    2. There is a javascript method that opens it.
    You can see it by importing the file '<b>com.sap.portal.layouts.framework.par.bak</b>'.
    Navigate to
    System Administration -> Support -> Support Desk -> Portal Runtime -> Browse deployment
    then the folder
    ROOT/WEB-INF/deployment/pcd
    and press download.
    Import from par to Developer Studio, and check the javascript files under dist/PORTAL-INF for a function called something like 'expandTray'.
    Hope that helps,
    Yoav.

  • Refresh Navigation with Appintegrator iViews

    I'm currently working on migrating our existing intranet (using Lotus Notes as a content management system) into SAP portal. I'm planning to use appintegrator iviews to render the site content.
    My biggest challenge appears to be to figure out how to "refresh" the navigation to keep insyc with what's displayed in the iview. For example, let's say you are viewing a news article about an upcoming company event under "News" page (in the details navigation, "News" is hightlighted). There is a link within the news article to go to a particular document with more detailed information on the event under "Event" page. When you click on the link, the particular "event" article appears, but the navigation is still highlighting "News" area.
    I hope this makes sense to everyone. Does anyone have a brilliant idea how to solve this problem?

    Mina,
    Here is one way.
    If you want the navigation to "sync" when a link is clicked in one of your content pages:  Create an iView to contain the content you want to link to.  This creates a navigational node in the portal that you can then target.  (Attach this iView to an appropriate role so that it appears in the navigation.)
    From the page that you want to link to this page, change the href to the following:
    <A HREF="myLink"
      onclick="return EPCM.doNavigate
            ('ROLES://portal_content/myRole/myIView')">
    This is an HTML Link
    </A>
    For more info check out:  http://help.sap.com/saphelp_nw2004s/helpdata/en/43/0029d0e7371aa2e10000000a422035/content.htm
    Regards,
    Steph.

  • No detailed navigation with navigation connector

    Hi at all,
    I want to implement my own navigation connector in order to extend the portal navigation. So far I have been able to successfully register the navigation connector and the portal already renders my first and second level navigation nodes. However, the portal will not show a detailed navigation for my navigation nodes in higher levels than the first and second.
    I have validated that the child nodes are defenitely there, they just won't show. In fact, the whole detailed navigation iview seems to not show up.
    Does anybody have an idea why the detailed navigation does not show up for navigation nodes that were registered with a navigation connector?
    Best regards,
    Jan Marquardt
    Edited by: Jan Marquardt on Oct 20, 2008 2:08 PM

    Hello Jan,
    Even i am facing this problem. when i select the workset in the toplevel navigation, i am not able to view the iviews in detailed level navigation. where do i get Visualization property attribute.
    kindly provide the steps.
    Thanks
    Eben

  • Toolbar: replace SAP icon with custom icon

    Hello,
    in the account overview (component BP_HEAD, view BPHEADOverview), the implementation class (CL_BP_HEAD_BPHEADOVERVIEW_IMPL) contains method IF_BSP_WD_TOOLBAR_CALLBACK~GET_BUTTONS where the buttons for the account overview are collected.
    Here you can check which buttons are used by SAP standard, e.g. for the PDF fact sheet, an icon is added:
    ls_button-icon_src = '/sap/bc/bsp/sap/crm_ppm/w_pdf__s.gif' .
    Now, I wanted to replace the given icon by another, customer-specific icon. I've tried to change the given URL to anything else, however, it didn't work. I even found out that the given URL is not necessary, it even works with this:
    ls_button-icon_src = 'w_pdf__s.gif' .
    ls_button-icon_src = 'i_do_not_exist/w_pdf__s.gif' .
    Thus, I assume that there's some kind of mapping of the icon name (e.g. "w_pdf__s.gif") is mapped to any table entry or whatever hard-coded.
    Does anyone having experience with replacing the icon with a custom-specific one and can provide the necessary steps?
    Regards
    Wolfgang

    Hi Wolfgang,
               You can use below sample code to get corresponding url for any standard sap icon:
    lv_icon = 'ICON_LED_GREEN'.
    *   Convert icon code into URL and prepare bee
        lv_icon = cl_bsp_mimes=>sap_icon( id = lv_icon ).
        lr_image->src = lv_icon.
    Also, all the icons are available in the database table 'ICON'.
    I hope that helps.
    Thanks,
    Rohit

  • Closing detailed navigation after a Iview is opened from detailed navigatio

    Hai All,
    My user is asking the following requirement,  when a Iview is opened from detailed navigation, they want to close the detailed navigation. Is it possible to do, if so please let me know how to do this.
    Thanks & Regards,
    H.K.Hayath Basha.

    Hai,
    The property which u say, shows the detailed navigation as closed when a user logs into portal.
    In our system, when a user login into portal. The detailed navigation is opened and all the items in the detailed navigation are shown, this functionality my user require. When he/she click on the program or item in the detailed navigation. That program is opened in the content area.  When a program is opend in content area, detailed navigation is still open. My user wants, detailed navigation should be closed automatically when a item or program in detailed navigation is opened in content area.
    Regards,
    H.K.Hayath Basha.

  • How to replace SAP logo with customer logo

    Hi Gurus,
    How  to replace or insert a customer logo when creating input schdules EvDRE function.
    Cheers,
    Reddy.

    Reddy,
      You  shld  be  able  to copy and  paste  your  logo (after deleting  the  SAP  logo). ..as you  would  do  in  regular  excel.  If sometimes  it doesn't  work...use the   insert  picture  functionality......regular  excel/MS  way.
    Hope  this  helps.
    Vishal.

  • Replace vertical navigation in custom master page from snippet gallery

    Hi.
    I'm creating a new master page from seattle.master and I'm trying to implement a customized snippet from the snippet gallery into the master page code without success.  The following line is straight from a seattle.master page:
    <div id="sideNavBox" class="ms-dialogHidden ms-forceWrap ms-noList">
    From here, I see where I think the replacement snippet should go; however, there are discrepancies between the structure of the snippet and the code I'm replacing.  Also, the snippet from the gallery is calling some ASP registrations that I
    don't see in the original master page code.
    How can I insert my custom vertical navigation snippet into this master page? 

    Hi,
    You want to replace the entire <div id="sideNavBox" /> found in your custom HTML Master Page. Your custom vertical navigation will need to replace the entire container and all of its child controls.
    Your custom vertical navigation snippet should start similar to:
    <div data-name="QuickLaunch">
    <!--CS: Start Vertical Navigation Snippet-->
    <!--SPM:<%@Register Tagprefix="SharePoint" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"%>-->
    <!--SPM:<%@Register Tagprefix="PublishingNavigation" Namespace="Microsoft.SharePoint.Publishing.Navigation" Assembly="Microsoft.SharePoint.Publishing, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"%>-->
    <div id="sideNavBox" class="ms-dialogHidden ms-forceWrap ms-noList">
    Design Manager's snippet manager adds the Register tags into the snippet so that the snippet is self-contained. Your HTML Master Page likely contains these Register tags already but you can leave them as Design Manager will handle any duplicates for you.
    The structure of the snippet itself appears different because the seattle.html HTML Master Page includes modifications.
    Eric Overfield - PixelMill -
    ericoverfield.com -
    @EricOverfield

  • Replace standard ClassLoader with custom ClassLoader

    Hi,
    I need to replace the Java standard ClassLoader with a custom classLoader.
    I want my custom classLoader to be called each time there is a call to the ClassLoader.
    I don't know how to do that.
    thanx.

    On google I found
    http://www.google.co.uk/search?hl=en&ie=UTF-8&q=system+classloader&meta=
    Create a custom Java 1.2-style ClassLoader
    http://www.javaworld.com/javaworld/jw-03-2000/jw-03-classload.html

  • Replace Standard Class with Custom Class

    Hi,
    I have a query that i need to do changes in Standard Class, but i dont want to do changes Standardly. Is there any other way to replace the Standard Class to Custom Class.
    Please Guide me so that i wont change the Standard Class but i can replace it with "Z" Class.
    Thanks & Regards,
    Harkesh Dang

    Hi,
    I think u will have to go to transaction se24 .select ur class there copy it to a Z class and then make this Z class as the superclass of this.
    Not sure how this Z class will get incorporated in the framework.
    Thanks and Regards
    Shilpi

  • Portal Favorites iview always appear in detailed navigation

    Hello,
    I have a problem regarding the Detailed Navigation with the Portal Favorites iview.
    The iview always appears in the Detailed Navigation, although the only thing it shows is the message "there are no items to display" (meaning that there are no favorites). This causes the detailed navigation to always appear even when there is no need for it (no navigation links and no other content attached to it).
    I tried removing the Portal Favorites iview (because we don't use that iview in the portal and have no need for it) from the innerpage of the default framework page, and it works, but after the next restart of the portal, the iview returns.
    Is there any way to remove it completely so that it won't appear again?
    We're running EP7 SP14.
    Thanks in advance,
    Tal.

    Hi,
    Create a new framework page by creating a delta link of the original page and then modify that framework page.
    Also you will have to create a new portal desktop and use the modified page and also set the desktop rules accordingly.
    Thanks,
    GLM

  • Tooltip of a iview in detailed navigation

    hi .
    please tell on how we can do this that when the user hovers his cursor over an iview in detailed navigation part(transactional iview), the tooltip displays the description associated with that iview.
    thanks in advance

    You will need to make your own detailed navigation to do this. There are some tags that can help, but one of your problems is knowing where to get the tooltip text from...
    Cheers

Maybe you are looking for