Changing the Detailed Navigation link

Dear All,
I need to change the Detailed Navigation link so that it is right aligned and the arrow image is followed after the link.
Ex.    Sales Reports =>
when it is opened then the following should be the view
          Sales Reports *
                   Report1  o
                   Report1  o
Do let me know if this can be achieved by any theme settings; if not then what should be the approach for the same.
Regards,
Samir

Hi Samir,
This is not possible by just theme settings, For this you need to modify the Detailed Navigation Par file.
Download the the Detailed Navigation par file open the jsp page and saw the columns .
Regards,
Piyush

Similar Messages

  • Access the detailed navigation link using webdynpro

    Hi,
    I have a requirement where we have two different DC's of which one is a standard DC and the other one is custom DC with one application in each of them.My requirement is to navigate to the other application in the second DC directly on clik of a link or button from the current application.Also since these applications are displayed in detailed navigation i want to access the detailed navigation link location and activate the other Application instead of using WDPortalNaviagtion.
    The steps are:
    Development Component - DC1 - This is custom DC
    with application APP1
    Development Component -DC2 - This is standard
    with application APP2
    I have APP1 & APP2 in the detailed navigation.
    If i have a link or button in APP1 to navigate to APP2 i have to be able to activate the link on the detailed Navigation of APP2 to open up its content.

    Hi Swathi,
    Check the following threads:--
    Replace an iView dynamically by another one by portal navigating service
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/1aa4d188-0e01-0010-2382-c5c65202c433
    http://help.sap.com/saphelp_nw04/helpdata/en/43/d1233b4c1d0a85e10000000a1553f6/frameset.htm
    Hope This Will Help
    Regards,
    Siddharth

  • Dynamically changing the detail navigation

    Hi all,
           can anyone please tell me how to change the detail navigation  dynamatically..
    Regards,
    Jeyasingh Samuel

    Hi Srinivasa,
    There are 2 things you can do:
    (1) You can simply set the invisible property for the iViews (I think this is what you want).
    You create a settings page which lists all the iViews, and when the user clicks a button, the page gets all the settings for all the iViews and sets the invisibility property for all of them.
    The invisibility property indicates whether to display this object in the TLN/DTN.
    Hashtable env = new Hashtable();
    env.put(Context.INITIAL_CONTEXT_FACTORY, IPcdContext.PCD_INITIAL_CONTEXT_FACTORY);
    env.put(Constants.REQUESTED_ASPECT, PcmConstants.ASPECT_SEMANTICS);
    env.put(Context.SECURITY_PRINCIPAL, request.getUser());
    env.put(IPcdContext.PCD_PERSONALIZATION_PRINCIPAL, request.getUser());
    iCtx = new InitialContext(env);
    //Create loop of all objects 
        String pageID = "portal_content/DanielContent/DanRole/Folder1/Folder2/Page1";
        IPage myPage = (IPage)iCtx.lookup(pageID);
        myPage.putAttribute(IAttriView.ATTRIBUTE_NAVINVISIBLE,"true");
        myPage.save();
    The above code is for a page, but you can do the same for an iView.
    (2) If you iViews are in a page, and do not appear in the navigation tree, but you want to make them invisible, you can set this property on the iViews.
    myIview.putAttribute(IAttriView.ATTRIBUTE_AVAILABILITY,IAttriViewValues.AVAILABILITY_VALUE_AVAILABLE);
    myIview.save();
    Either way, make sure to set the personalization environment variable when you do your PCD lookup, as shown above. Otherwise, the changes for one user will affect all users.
    Hope this helps.
    Daniel

  • Javascript error generated on localization of detailed navigation links.

    I m working on an application in EP KM and doing localization. when I log in with language user I m getting javascript error.
    error comes when I click on the link in detailed navigation. All the detailed navigation links has been translated in 4 languages.(Spanish,French,Italian,german). Special character problem is also a problem in detailed navigation, on Page and iviews its fine.
    anybody idea about translation of detailed navigation and any error that is generated by that link. ( We have done translation using worklist translation manually. )
    I cannot modify Script that generates errors. Because It is auto generated by SAP.
    I watched preview of available pages in that particular language, I am getting no errors.
    So I think there is no error with language.
    So what can be the problem actually?

    Hi,
    We are experiencing the same issue and believe it is a required change on the detailed navigation.
    If you are able to fix this, please can you let me know what the possible fix is.
    Thanks
    Kai

  • How to put a web link in the detailed navigation

    How can you put a web link in the detailed navigation?
    I know that if your role contains iviews that are 3 levels down (default), then the link to the iview will appear in the detailed navigation. But, I want to put a link to a external site in the detailed navigation - is this possible?
    Thanks
    Patrick

    I have a page set with a url iview and it opens from the detailed navigation in a  new window fine.
    however when clicking on a link to the page via a landing page which displays the KM content page folders, it loads it in the portal active window still (with nav and masthead).
    Any ideas how to get the km link to open in a new browser window?
    thanks
    Message was edited by:
            Alex McKnight

  • Different links in the detailed navigation, based on URL alias

    <u>What I'm trying to do :</u>
    Based on URL aliases /irj/portal/individual or /irj/portal/business
    I will dynamically add an UME group to the already logged in user.
    <u>Filter :</u>
    If clicking on /irj/portal/individual I will store "group=individual" in the context, and add UME group individual, if clicking /irj/portal/business I will store "group=business" in the context, and add UME group business and remove individual, and then redirect to the same URL.
    <u>Configuration</u>
    Each UME group has a one-to-one mapping to a Portal role.
    I will place an ACL on the PCD content, based on group, hiding/showing aggregated folders, hanging under the roles.
    <u>Wanted end-result</u>
    Different links in the detailed navigation, based on URL alias.
    <b>My question is how you would implement the filter part, mentioned above ?</b>
    Portal app or J2EE servlet filter or something else ?

    Hi sunil,
       Create a JSPDynPage component(C) having 2 hbj:link whose hrefs point to these 2 iViews(A and B). U can get the href of the iView by previewing it(for A and B). Create an iview from the par component (C) and add it to the DLN so that it shows the links to ur iViews(A and B). U can make the Show Tray property of this iView (C) to false.
    Regards,
    Harini S

  • Can you programmatically change properties of the Detailed Navigation?

    Is there an SAP EP6.0 API call to allow one to programmatically change the width of the Detailed Navigation, or programmatically hide or unhide it?  I realize that this can be preset, but I am interested in dynamically changing these values.
    Thanks,
    John

    Hi!
    If you look to the sourceCode of your EP (rigthClick->show source) you'll see that some JavaScriptFiles are loaded. One of them is called:
    "WAandNavPanel.js"
    Inside this file are some nice functions like "collapsePanel()" and so on. I didn't try, but perhaps you can use them or they can show you the right way.
    http://<host>:<port>/irj/portalapps/com.sap.portal.layouts.framework/scripts/WAandNavPanel.js
    Regards,
    Christian

  • How to add links in the detailed navigation area of the navigation panel

    hi everyone,
    I had developed 4 iviews. 2 of those iviews i added to 2 different pages. And the 2 pages added to workse and assigned a role. i assigned this role to user. and it is working fine.
    i want to add remaining to iviews as links.
    how to add the links in the detailed navigation area of the navigation panel.
    regards
    sunil kumar.ch

    Hi sunil,
       Create a JSPDynPage component(C) having 2 hbj:link whose hrefs point to these 2 iViews(A and B). U can get the href of the iView by previewing it(for A and B). Create an iview from the par component (C) and add it to the DLN so that it shows the links to ur iViews(A and B). U can make the Show Tray property of this iView (C) to false.
    Regards,
    Harini S

  • Can't find services in the Detailed Navigation when open from Overview page

    Hi,
    We have developed a custom area page for our ESS application. The area is visible in the Overview page as well as in TLN (Top leavel navigation). When we open the area from TLN the services under this area are visible in the Detailed Navigation(DN) on the left. But when we are trying to open the area from the overview page we can't be able to see the services in the DN and we have realized that the focus is on "Overview" in the TLN. In DN also only the Overview link is coming. But for other standard ESS applications the focus in the TLN is changing.
    Please help to find the solution.
    Thanks,
    Sekhar

    Hi Sekhar,
    Did you get any solution for this issue. I am facing the same situation.Please advise.
    Thanks,
    -Ashwani

  • How can you set the default width of the 'Detailed Navigation iView'?

    Hello,
    we would like to reduce the default width of the 'Detailed Navigation iView' in order to save some screen space.
    So far, we havn't found the right item in the portal admin to do this.
    Any help would be much appreciated! Thanks in advance.
    Frank Schülke, E.ON Ruhrgas, Germany

    Hi Frank,
    You can change the width of this navigation iview  by changing the value of "defaultExpWidth" in the file WAandNAVPanel.js present in the par file com.sap.layouts.framework.par from default value 220 pixels to the value you want.
    upload the changed par file and restart the server.
    Hope this helps,
    (if not do get  back )
    Regards,
    Uma.
    Do award points for helpful answers in SDN!!!!!!!:-)

  • Expand all folders in the detailed navigation by default on click of Role

    Hi All,
    I have a requirement on expand all the folders in the detailed navigation by defalut when we click a Role in the Fist level navigation.
    Please have a look about our requirement as mentioned below.
    ->Role1(First Level Navigation)
       ->Wokset1(Second Level)
           -> Folder1(Detailed Navigation entry Folder)
                  -> Folder2
                       Page1
                       Page2
                  ->Folder3
                       Page3
                       Page4
                  -> Folder4
                       Page5
                       Page6
    When the user clicks on Role1 then automatically all the folders in the detailed navigation should be expanded by default then user could see all the pages displayed in all folders. currently the functionality is collapsed all the folders by default in the detailed navigation then user has to expand the folders manually.
    Regading this issue, i had seen couple of threads on the same but getting confusion what is the exact solution for the solution.
    in those existing threads some people has mentioned that need to change code in the lightdetailnavigation.par or some other mentioned that it is not worked out even do the required changes in the code of light detail navigation part file. there is no clarity in the existing threads for getting  the exact solution . please let me know what are the properties needs to be changed at folder level or workset level to make sure all the folders should be expanded by default in the detailed navigation??
    Currently we are using portal 7.0 version.
    Any pointers in this regard would be the great help to us??
    Thanks in advance.
    Regards,
    PortalUser
    Edited by: PortalUser100 on Jan 22, 2011 10:15 AM

    Hi,
    To expand all the folder by default, we need to set the property of the detailed navigation tree.
    Open your framework page in the content administration.
    Check on the detailed navigation check box and click on the properties button.
    In the properties, set the value of initial state= OPEN .
    This will expand all the folders by default.
    Hope you understood.
    Regards
    Nishant

  • Add iviews under the detailed navigation

    hello
    how can i add iviews in the left side under the detailed navigation
    eg: like the "quick poll"  in the "news" page from the "eu_role"
    thx
    irina

    Hi,
    you can use the following steps to do this( for this you need to have content admin rights)
    goto content administration ->portal content -> portal users -> standard portal users ->default frame work page -> desktop inner page -> open it and goto your iview which you might have created and right click  and add iview to page as delta link or copy.
    or
    goto content administration ->portal content -> content provided by sap ->
    end user content -> standard portal users -> default frame work page ->
    desktop inner page -> open it and goto your iview which you might have created and right click  and add iview to page as delta link or copy.
    please i will suggest you better you create you own portal desktop and do all this operations since if you alter any think in the default frame work page it will have the impact on all of theuser who are using that portal.
    *******please reward points if the information provided is helpful to you**************

  • Changing the Portal Navigation structure

    Hello everyone,
    I am also trying to modify the Portal general look and feel. I want to change the portal navigation structure (not just the themes and templates) the way first and second level navigation has been arranged. Do you have any idea as to how to do this?
    One example could be, can I center all the second level navigation items. Can I modify the tab separators etc.
    Would appreciate any help.
    Regards,
    Deepak Shankar

    hello
    Refer following links for portal login page change..
    Portal Customizations Intro - Login Part 1
    Portal Customizations Intro - Login Part 2
    A fast and easy Portal logon page customizing
    <b>Customizing the Logon Screens</b>
    http://help.sap.com/saphelp_nw04/helpdata/en/23/c0e240beb0702ae10000000a155106/frameset.htm
    <b>Changing the authschemes.xml File.</b>
    http://help.sap.com/saphelp_nw04/helpdata/en/1a/3afd4e641b8f42ac07bb77fe30375b/frameset.htm
    <b>Display Animated Logo in the Portal Login Branding Image dynamically: </b>Display Animated Logo in the Portal Login Branding Image dynamically
    Display Animated Logo in the Portal Login Branding Image dynamically: Display Animated Logo in the Portal Login Branding Image dynamically
    The standard logon component containing the code and resources used by the logon screens is shipped in a portal archive (PAR) file named com.sap.portal.runtime.logon.par.
    Import the par file as a project in NWDS. Browse through the tree structure of the project. In the PORTAL-INF folder, various jsps are available.
    1)umLogonPage.jsp
    2)umLogonCertPage.jsp
    3)umResetPasswordPage.jsp
    4)changePasswordPage.jsp
    5)umHelpPage.jsp
    6)umLogonProblemPage.jsp
    7)umLogoffPage.jsp
    8)umLogonTopArea.txt
    9)umLogonBotArea.txt.
    Inorder to change the images, text in the logon page you need to edit Files 1,8,9
    The SAP logo is referenced in umLogonBotArea.txt as sapLogo.gif.
    The branding image branding-image.jpg is referenced in umLogonBotArea.txt.
    Edit the images name in these files and put your new images in the layout folder of the project.
    If u want to remove the " register now" option in the logon screen, remove the self registration tag in the umLogonPage.jsp
    Cheers..
    Chinmaya
    Reward for helpful answers

  • How do I change the details of my card payment.?.

    How do I change the details for payment with a new card.

    iTunes Store; click 'Account' under 'Quick Links' on the right and sign in. In you account, click 'edit' next to 'Payment details' and you will be able to amend the card details.

  • How can I change the email address linked to my iCloud account on iPhone 4S running iOS 7?

    How can I change the email address linked to my iCloud account for iPhone 4s?

    Welcome to the Apple Community.
    If it's your non-iCloud mail address, start here, change your country if necessary and go to manage your account
    If it is your iCloud mail address you want to change, you can't.

Maybe you are looking for

  • Restoring after hard drive loss

    My hard drive failed.  I was in the middle of a big development (Web Dynpro).  I had checked in a couple of times but most of that last week of work had not been.  We were able to recover the development configurations folder and save it off. After i

  • Problem: using Dynamic file naming in adapter

    Hi Wat  i m doing is using dynamic file configuration as given in this link /people/michal.krawczyk2/blog/2005/11/10/xi-the-same-filename-from-a-sender-to-a-receiver-file-adapter--sp14 and trying to get file name and content of the file. I m getting

  • Reverse CO document post from CAT7

    Hi all, How to do a reversal for CO document which post from CAT7 (time sheet)? Thanks

  • Auto update of podcasts

    I want to autoupdate my podcasts every day at 7.00am but can't figure out how to alter the time for the update,which is currently set at 10.00 am. This is using Itunes 7. BTW I do miss the big "update now button " on Itunes 6. Would be very grateful

  • Windows 8.1 Not Responding

    When File/Add Folder or File iTunes opens Explorer Wndow and freezes. This happened after updating from Windows 8 to Windows 8.1.