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

Similar Messages

  • Determine Order of the First-Level-Navigation

    Hello,
    im currious, as the First-Level-Navigation is determined by the assigned roles of a user, how can you set the overall order of the menu entries, considering a user got more roles assigned?
    regards,
    Markus

    Hi Markus,
    that is done via the property Priority, which can be between 0.0 (outmost left) and 100.0 (outmost right)
    If several roles have the same Priority, they will be ordered by Role ID or Role Name.
    Kai

  • 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

  • First level navigation in Custom resource provider WAP

    Hi,
       we have created a custom resource provider in WAP,im able to display the grid in the tab which is displayed
    when custom resource provider is clicked.
    How can we achieve the first level navigation on clicking on any item in the grid and after navigating need to display subtabs
    and display usagebars in each tab.
    The live example for the above scenario is "Virtual Machines" resource provider in public azure portal.
    how can we achieve similar functionality in our custom resource provider??
    any help is really appreciated

    HI Manesh,
     thanks for your solution...im able to implement first level navigation successfully.
    But Im facing one issue .PFB the details
     the subnav tab template is as below:
    <div class="vmdashboard">
        <div class="vm-overview">
            <div class="vm-usage">
                <div class="vm-dashboard-usage">
                    <h2>"usage overview"</h2>
                </div>
                <div class="vm-attacheddevices">
                    <h2>"attached devices"</h2>
                    <div class="gridContainer"></div>
                </div>
            </div>
        </div>
    </div>
    so first time when I on the navigation click on the Parent Tab it navigates to the subtab and displays the data as expected,now when I click on back button some part of the template in the subtab is getting displayed along with the parent tab grid data(on
    top of the parent Tab grid).
    ie in this case if I navigate back to parfent tab from subtab the headers mentioned in the above template were also getting added in parent Tab as shown in the below order.
    Usage overview
    attached devices
    parent tab grid
    this should not happen as I don't have the headers in parent tab template.
    I tried adding the below code in cleanup function of subtab
     function cleanUp() {
            if (grid) {
                grid.wazObservableGrid("destroy");
                grid = null;
                var parent = $(".vm-dashboard");
                parent = null;

  • 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

  • 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

  • Show a menu of roles in the Top Level Navigation

    Hello,
    Imagine a scenario where a user has many roles assigned to him (say 40 roles). In that case the user will have 40 tabs in the first level of the top level navigation and by default a horizontal scroller appears on the right part of the screen clicking on which the roles will scroll horizontally. If the user has to go to the 40th role he has to click quite a lot.
    Is it possible to have a menu option clciking on which we get the all the list of roles in the top level navigation in a vertical list and we can directly jump to any role clicking on the entry in the list ?
    Something like what we get in a tab strip in Web Dynpro.
    Thanks in advance for your valuable inputs.
    Sundeep
    Edited by: Sundeep Sethi on May 3, 2011 3:00 PM

    Hi,
    Yes it is possible to have menus as you wish .
    Look at the following links
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/6066b302-09c8-2a10-a894-eb9fef30df85
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c0a1aea5-a2d1-2a10-c6bc-953bdadfdcb8?QuickLink=index&overridelayout=true
    You need to work on navigation tag libraries to extend number of levels .
    The above inks helps you only for single level of navigation.
    Regards
    Karthiheyan M

  • Portal / Sort Menupoints in the Top Level Navigation

    Hi there,
    just a little question.
    I have a top level Navigation with 3 Menu Points.
    CRM / Planning / Home
    I want know that "Home" is the first Menu Point that is loading when the Portal opened.
    How can i sort The Menupoints in the Top Level Navigation?
    Regards
    Edited by: Bjoern Bayerschmidt on Aug 17, 2009 9:04 AM

    Bjoern,
    check this link
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/92/3e703e632c7937e10000000a114084/content.htm
    Please do a search in sdn before posting
    Thanks
    Bala Duvvuri

  • On click of any tab in First level navigation next tab getting highlighted

    Hi All,
         In portal when i click on any of the tab in First level navigation the next tab is getting highlighted. please help me out in this.
    Regards,
    Lakshmi

    Hi
    which theme u r using? and what versions u r on ?
    jo

  • Missing Top Level Navigation par

    Hi All,
    I have mistakenly cleaned SAP standard Top Level Navigation par from my portal server using Administrator Console tool.
    I am currently working on SAP EP 7.0 SP18 and I need to get the par file back along with the particular Top Level Navigation iview if possible.
    Currently am managing using  Light top level navigation iview.
    Please let me know if there is any way to get this par file (com.sap.portal.navigation.toplevel) redeployed on the server
    Thanks,
    Sanjo

    Hi
    Thanks for the prompt reply.
    I tried downloading the par from other server & uploaded the same in my portal server, but I couldnt create an iview for the par as it was not getting listed in the iview creation wizard at all.
    The problem could be that when I tried uploading the par, it got uploaded successfully but had repository or local versionas "undefined" and that could be the reason that it doesnt appear in the wizard of creating iview from a par.
    Thanks
    Sanjo

  • 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.

  • Detailed Navigation PAR file?

    Hi Guys,
    I have requirement to disable the Right click in Detailed Navigation.
    what is the PAR file name and how to do it?
    Thanks
    Srikanth

    Hi Srikanth,
    The Detailed Navigation Par file can be downloaded from Support in portal and the same will be stored as .bak file.Remove th .bak from the file and import into nwds using nwds import option.
    or you can make the file with .zip extension after that you extract into a folder there you can see all jsp files and corresponding jar files also.
    You can edit the .jsp for achiving the functionality which you are expecting.
    These changes don't make on the default file.Save the file with a different name and make the changes.
    you can refer the following links
    https://forums.sdn.sap.com/click.jspa?searchID=13994108&messageID=763398
    https://forums.sdn.sap.com/click.jspa?searchID=13994108&messageID=3729688
    https://forums.sdn.sap.com/click.jspa?searchID=13994108&messageID=5771771
    https://forums.sdn.sap.com/click.jspa?searchID=13994108&messageID=3647160
    https://forums.sdn.sap.com/click.jspa?searchID=13994108&messageID=76117
    https://forums.sdn.sap.com/click.jspa?searchID=13994108&messageID=340549
    Hope this helps you...
    Regards,
    Rudradev

  • 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

  • How to get the source code in PAR file

    Hi All,
    I used the PAR migration tool to migrate from PAR to EAR file. When I imported the EAR into NWDS 7.3, I was just able to see the structure and jsp files and could not find the java source code files. I would requires the java source code to make modifications so that deprecated APIs can be replaced and to also make the code compatible with JDK 1.6.
    I think the original 7.0 PAR file itself does not contain the source code. I decided to use the "Include source code" option when exporting the 7.0 PAR.
    I have the portal application DC project in my NWDS 7.0. However, when I try to export the PAR file using Export --> PAR File -- > Next... I am unable to select any project from the list. The list appears blank with disabled Next & Finish buttons.
    I also noticed that in the portal DC application structure, there is a .sda file under /gen/default/deploy. Also there is no PAR folder under /gen/default/public.
    How do I include the source in the PAR file so that I can edit the same after migrating to EAR format ?
    Regards,
    Melwyn

    DC and PAR/EAR stuff are different formats, SC/DC is an archive type used by NWDI, if I got it right.
    How do I go about generating the PAR file (with source) ?
    In fact through including the seources while creating the PAR/EAR in NWDS, but: no need to do that, you can also depack SDA (rename it to zip). If you wanna just see the Java sources you will find them there, otherwise decompile as Vijay already sad.
    cheers

  • 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

Maybe you are looking for

  • Java JDK 6.0.25 not working with Firefox 4, OK with IE 8.0

    I am not able to run java enabled websites or applets I am currently developing. Any help would be appreciated. I have the latest JDK's and JRE's installed, 6.0.25 on Win 7 32 bit. I have no Ad Blockers and I am running my machine as an Admin. Java a

  • Mail quit unexpectedly while using passkit plug-in.

    Before Mail start I get message: Mail quit unexpectedly while using passkit plug-in. Process:         Mail [1078] Path:            /Applications/Mail.app/Contents/MacOS/Mail Identifier:      com.apple.mail Version:         7.1 (1827) Build Info:     

  • Memory Leak when using Active X and/or Modbus commands

    I am using a piece of hardware connected by ethernet to my PC with its own IP address. The unit sends me data from my test rig (16 differential channels) such as voltage, current, temp, pressure etc. I am able to use ActiveX commands to get the data

  • Dynpro Syntax Error with CATT

    Hi everyone, I am new to this so hopefully I am in the right place. Just installed MiniSAP & all is working well except getting an ABAP dump when entering CATT (SCEM) ... haven't changed anything! Text of dump is redirecting me to SAP Notes for resol

  • VB6 - Keep Connection open?

    Hi, I have developed a VB6 application which logs on / connects to SAP and executes a number of RFC's. At the moment I have left the connection open throughout the running of my application, so that several RFC's can be executed without the need to l