Regarding the detailed level navigation theme change

Dear Experts,
I am using Light Detailed Level Navigation iview .And in the theme if I make change for the backgrond color of the theme related to DLN its not reflecting for the entire tray .For some part of the dln the changed color is reflecting(where and all links appears) in the other parts its showing the default color.
Can someone help me in this regard.
Thanks,
Regards,
Rudradev

Hi Sunil,
Do you really want to place the image at the right side of the TLN - or at the header (which is different)?
In the first case, there is a mixture of JavaScript and JSPs (containing JS) which build up the TLN, and this is quite complicated to understand (at least too complicate for a SDN thread). You would have to work through the code and try to modify it carefully.
In the secondd case, you are touching the wrong PAR, but you would know the right one (as you opened a different thread about such a modification).
Alternatively, you could try to use the light framework page, using the navigation tag library. This way, it is more easy to design your own UI, including the nav functionality.
Hope it helps
Detlev

Similar Messages

  • Regarding the first level navigation par file customization

    Hi
    i require the help on the first level navigation par file customization.
    i downloaded the rthe required par file from the server for changes.
    the name of the par file is <b>com.sap.portal.navigation.toplevelsingle.</b>.
    my requirement on this par file is i want to add an image file (.gif) to the first level navigaton at the end of the header.
    can u guide me how to do the chages to add an image in the top level navigation
    header file for this in the par file.
    reply ASAP
    Regards
    sunil

    Hi Sunil,
    Do you really want to place the image at the right side of the TLN - or at the header (which is different)?
    In the first case, there is a mixture of JavaScript and JSPs (containing JS) which build up the TLN, and this is quite complicated to understand (at least too complicate for a SDN thread). You would have to work through the code and try to modify it carefully.
    In the secondd case, you are touching the wrong PAR, but you would know the right one (as you opened a different thread about such a modification).
    Alternatively, you could try to use the light framework page, using the navigation tag library. This way, it is more easy to design your own UI, including the nav functionality.
    Hope it helps
    Detlev

  • Detailed Level Navigation missing post NW 7.31 portal SP12 upgrade

    Hi,
    We are on NW 7.31 portal . We have recently upgraded portal from SP 9 to SP12. Post upgrade the the detailed level navigation panel is missing . I have checked the role and workset setting and its absolutely fine. Any idea what might be the issue? It was visible before upgrade.
    Regards,
    Navya

    Hi Navya,
    When you click on a link for an SCA file you see on the right side a yellow icon, that's the dependency calculation tool, it will automatically tell you the dependend components.
    In this case:
    Notice you have a download button on the right side for each SCA.
    Hope this helps,
    BR,
    Saar

  • Detailed Level Navigation Missing

    When we have upgraded Portal (NW2004s) from SP13 to SP14 we were not able to see the Detailed level Navigation in Production environment, that was working fine in Development and Test environments; Also the content area was missing because of the upgrade.
    Can anyone throw some light on this?

    HI,
    Please confirm that your Portal framework in production environment contains Innerpage->detail level navigation iview in that. If not then u have to import that from dev server.
    Same you can check for the Content Area whether framework contains Content Area iview.
    Regards
    Parth
    **Points will be welcomed**

  • Changing the Top Level navigation

    Hi,
    I have a situation where i need to change the Top level navigation i.e the look and feel should be like a website.
    I had seen some blogs like hovering etc..
    but i cant understand the concept.
    Can any one explain it in a simple and detailed way.
    Thanks in advance,
    MrChowdary

    Hi Chowdary
    for the Mouse is over it . u need to code like that.
    function doMouseOver(level, id) {
         //If preview mode do nothing
         if (gIsPreviewMode)
              return;
         if(isSection508SupportOn)
              window.setTimeout("keepTLNFocus(" + level +"," id ")",1500);//ACC fix
         if (level == 1)
              curNode = gNavTree.children[id];
              if (!EPCM.getGlobalDirty())
                   printLevel1Table(gNavTree, id);
                   printLevel2Table(curNode, -1, -1, true);
              else
                   activeOneId = gLevelOneActiveID;
                   gLevelOneActiveID = id;
              if (curNode.showType == 1)
                   if (curNode.windowFeatures == "")
                     winFeatures = "height=" + curNode.windowHeight + ", width=" + curNode.windowWidth + ",toolbar,location,status,scrollbars,directories,menubar,resizable"
                   else
                        winFeatures = curNode.windowFeatures;
                        if (curNode.windowFeatures.indexOf("height") == -1) 
                             winFeatures = "height=" + curNode.windowHeight + ", "+winFeatures;
                        if (curNode.windowFeatures.indexOf("width") == -1)
                             winFeatures = "width=" + curNode.windowWidth + ", "+winFeatures;
                   EPCM.doNavigate(curNode.name,1, winFeatures, curNode.windowName);

  • How to change the order of the top level navigation?

    hello,
    i don't find where i can change the order of the top level navigation.
    help would be great because there is no documentation for this issue.
    greets daniel

    If you want to define the sequence of the entry points for display in the portal, you can prioritize the entry points. You define priorities for the entry points by assigning a cetain value to each of the entry points in  the SORT PRIORITY. You may only define values greater than 0 for the priorities  and lower than 100 (default value is 100.0). The smaller the value of the entry point, the further left it moves on the navigation bar. The entry points without a priority appear in any order.
    Hope that helps,
    Frank

  • How to hide name of Role from the top level navigation of the portal

    Hi Experts,
    In my project, I have created 2 roles Role A and Role B. These roles have been assigned to User X.
    When user X logs in, he is able to see name of role that is 'A' in the top level navigation.
    As per the requirement, user X should not see the 'A'.
    Rather user X should see following:
    Top Level Navigation: 'My Work'
    When user clicks on 'My Work', he should see
    'My Sub Work1' and 'My Sub Work2'.
    After that under 'My Sub Work1' user should see following
    All Objects of Role A
    All Objects of Role B
    Name of role i.e. 'A' or 'B' should not be displayed at all at any place in navigation.
    Only whatever objects  has been assigned to Role A and B should be displayed in detailed navigation area.
    Can you please let me know how to achieve this?
    Pictorial Diagram:
                      My Work       (In top level navigation)
    My Sub Work1    My Sub Work2    (In top level navigation)
    _________Objects of role
    A
           |
           |_________Objects of role
                                   B
    Please note that 'My  Work' and 'My Sub Work1' and 'My Sub Work2) are not roles. They are just the name of folders.
    Can you please let me know how to achieve it?
    Regards,
    Brian

    Hi Brian,
    Try the following steps.
    1. Change the 'Entry Point' property of Roles A and B to 'No'.
    2. Create a role folder called 'My Work' under A and B.
    3. Set the 'Entry point' property of this folder to 'Yes'.
    4. Set the 'merge id' property of the folder as "mywork" (or any other string) under both roles A and B.
    5. Under 'My Work' in Role A,
    a. Set the 'Merge Priority' property to 50.
    b. create subfolder 'My sub work1' and create all your objects.
    6. Under 'My Work' in Role B,
    a. Set the 'Merge Priority' property to 100.
    b. create subfolder 'My sub work2' and create all your objects.
    7. Make sure the user is assigned both the roles A and B. Only then he/she can see objects of both the roles.
    8. One thing to remember while merging folders is that, all the entities that are being merged should be at the same level. For eg: in our case, you cannot merge 'my subwork1' in role A, with 'my work' in role B.
    Reward points if helpful.
    Regards,
    Priya

  • Customize detail level navigation

    Hi,
    I want to create my own detail level navigation(dln) iview. I need to have the same functionality of the standard dln iview with minor changes.
    So my question is : Is there any par file provided by sap so that I can extend or simply reuse it.
    Next question is :
    From which jar files I can get the following classes.
    com.sapportals.common.PPLogger;
    com.sapportals.common.TracingConsts;
    com.sapportals.portal.useragent.IUserAgent;
    com.sapportals.portal.useragent.IUserAgentService;
    Thank you very much for the time.
    Best Regards,
    Shiva

    Hi Shiva,
    EP provides bak files for many of its UI, like masterhead,TLN etc. Like that it also provides the bak file for detailed navigation area.The par file is
    com.sap.portal.navigation.detailedtree.par.bak
    U can get this par file from server System Admin>>Support>>Portal Runtime>>Browse deployment>>WEB-INF>>Deployment>>pcd.
    Import this par file into ur NWDS and edit it accordingly.
    Hope this helps
    gEorgE

  • Configuration Detailed Level Navigation

    Hi guys,
    Does anyone know if it's possible to replace the words "Detailed Navigation" of the Tray's header to the name of a workset/folder that is at the 2nd-level navigation? (through configuration at portal)

    Hi,
    Yes, it is possible !
    From the 'Content Administration' ->Portal Catalog->Portal Content ->Portal Users ->Standard Portal Users ->Default Framework Page ->Desktop Innerpage ->Detailed Naviagtion iView.
    Replace the text 'Detailed Navigation' against the property 'Name'. Save the changes.
    Hope this helps !
    Regards
    Srinivasan T

  • Design Bar in the Top Level Navigation

    hi,
      How to get rid of the Design Bar in the Top Level Navigation, Design Bar is the small space before Home tab in the Portal ?
    Thanks in advance....

    Hi Adi,
    Go to System Administration-Portal Display-Theme Editor-> Choose the theme that you want to change->Portal Mast head->
    On the lower right hand side, you would find a window with a scroll bar, scroll down to Masthead Design bar and if you do not want it to appear, you can try setting the height and width as 0 px. Just play around in here to resolve the isssue.
    Good Luck!
    Sandeep Tudumu

  • Worksets not visible in the top level navigation

    Hi all,
                 I installed ESS business package and.ESS 600 sp08.Everything is fine but the worksets of the ESS role are not coming in the top level navigation (2nd level).They are visible in the detailed navigation.
    I checked the option in the worksets .
    the property invisible in navaigation area .It is set to No.So no issues.
    Still it is not visible
    Any clues please.
    Thanx and Regards,
    rajesh

    Hi,
    As Rightly said
    1)  First copy ESS folder created in "Content provided by SAP" under "Portal Content".
    2)  Copy standard ESS Role for u r customization
    3)  Open Custom Role "Employee Self Service"
    4)  Property Category : Navigation
    5)  Check Entry Point property
    It shuld be NO for Role but It shuld be YES for Workset ESS under it as per standard then Its Fine
    6)  Then Assign this role to u r User thru UserAdmin
    7)  Refresh
    It shuld work !!!!
    Reward Points !!!  If helpful
    Edited by: PK on Mar 25, 2008 11:59 AM

  • How to remove the worksets from the Top level navigation for the ESS role.

    Hi All,
    I am working on enabling and disabling certain services in the ESS worksets.
    we are using EP 7.0, ECC 6.0 (NW2004s).
    When I login as a user with ESS role, I can view the changes in the overview pages. However, the worksets are still visible in the TOP Level navigation of th poral. can anyone please explain me how to remove the workset from the Top level navigation.
    Thanks for your help
    Regards
    SM

    Hi,
    Go to the ESS role via Content Admin, then double click the workset (or page or iview) and in the drop down select navigation. Then click the <i>Yes</i> radio button of the "<i>Invisible in Navigation</i>" property.

  • Can we control the top level navigation in portal from a java application

    Hello,
    I am having a scenario where User logged in to portal and assigned with 2 roles (HOME , ISA(Java application)). When user opened a form in ISA (Java application) and tried to enter the data in form and moved to another tab (e.g. HOME) in top level navigation.
    When user come back to ISA (Java application) TAB , we show the page where he left earlier. I would like to know if user click any other TAB in top level navigation (Role assigned to him) while working on a page in ISA(Java application) is there any way we can catch that event before he leaves from ISA (Java application JSP page) to other TAB?
    How can we control the top level navigation events in the portal from a java application .Since Top level navigation is seperate par file.
    Thanks,
    RN

    Dear Rajesh,
    Top Level and detailed navigation values comes with iteration in the respective par file.
    Please check the par file and based on the value (i.e tab name) selected, you can write your code.
    Best Regards
    Arun Jaiswal

  • How to diffrentiate the colour in the  Second level navigation

    Hi Friends,
    If the user selects the tab in the second level navigation how to make diffentiate in colour with other tab  in the second level navigation.
    Thanks
    Srikanth

    Hi,
    Normally it becomes bold if a user clicks on any workset
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/60caa539-8e51-2a10-0e83-e0a68ab3f5aa
    For color changing you can do it by customizing the masthead par.
    Sorry if I mis understand.
    Thanks and regards,
    gopal.

  • Can the top level navigation be three levels?

    Hello, everyone!
    How many top level navigation can i have at most? It seems that SAP Portal just provide two levels.
    Thanks.
    Ruanrq.

    Hi,
    There is only possible for 0,1,2 top level navigation. Not possible for 3 levels. Check the below link for details.
    http://help.sap.com/saphelp_nw04/helpdata/en/5a/33befa45ca7f459b24d0c5d51d0749/frameset.htm
    But you can customize the top level navigation. Check the below document.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/dae78be4-0601-0010-c9ab-c0b8d86fac07
    Regards
    Basheer

Maybe you are looking for

  • Jboss/tomcat mapping configuration error

    I can't even get the combination to serve a .jsp file or .html file. Regardless of the URL that I attempt, I only get a No Context configured to process this request error from tomcat and INFO [Engine] StandardHost[localhost]: MAPPING configuration e

  • Vs_professional_update4 fails to install

    Problem signature::   Problem Event Name: VSSetup   P1: vs_professional   P2: 12.0.31101.00.00   P3: 12.0.31101   P4: Install   P5: unknown   P6: Crash: Exception   P7: 53a12268   P8: 2c0   P9: 25   OS Version: 6.1.7601.2.1.0.256.1   Locale ID: 2052

  • Idoc unable to hit XI

    Hi All, Im actually executing the MM-SUS pre-shipped SAP scenario in XI. I have triggered the purchase order in the form of Idoc (orders.orders02) to XI (trans: me22n) It shows the status 03 in we02. but the idoc is not hitting xi and i dont see any

  • Macally's Megacam  problem when used with OS X 10.9

    Mavericks detects the Megacam as a USB device and iMessages uses it but I cannot find any software or driver which lets Skype recognize it.

  • Current Year & Prior Month

    Hello experts.  I tried a bunch of things, but I can't seem to get it right.  I want to get the format of my date like this: yyMM and have MM be the prior month. So, for 03/06/2015, I'd like to get this '1502' How can I do that? Knowledge is the only