cancel
Showing results for 
Search instead for 
Did you mean: 

How to change the toplevel navigation

Former Member
0 Kudos

Hi Experts,

How to change the top level navigation.....Here I have a requirement to change top level navigation.............Like If I gonna click role it should give me a pop up workset that are assigned to that role.......

How to do that...........

Higher points will be rewarded for valuable inputs.......

Thanks in Advance,

Dharani

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

have a look at this thread:

<a href="https://www.sdn.sap.com/irj/sdn/thread?threadID=26725">https://www.sdn.sap.com/irj/sdn/thread?threadID=26725</a>

Reward points for helpful answers.

Best regards,

Gianluca Barile

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

Think u will have to create a custom component to suit this purpose. When the role is clicked, u can raise an event. Then the page will be refreshed when that event can be subscribed and handled in ur custom component iview. In the custom component, try to get the role name, do some coding in the jsp to get workset names and try to show a popup listing them.

Regards,

Harini S

Former Member
0 Kudos

Hi

This is useful for you.

<a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/cc/1f6f3ee3c33f7ce10000000a114084/frameset.htm">Top-Level Navigation</a>

<a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/5a/33befa45ca7f459b24d0c5d51d0749/frameset.htm">Configuring Levels of Top-Level Navigation</a>

<a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/e0/9e4f3e7395b412e10000000a11405a/frameset.htm">Navigating in the Portal</a>

Suppose you have to change the format of the top level navigation means, i recommend to use the PAR file of the Top Level Navigation, you can change the fonts, color, style etc.,

Regards

Prakash T

Former Member
0 Kudos

Hi Dharani,

See the following weblog: <a href="https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/3683">EFP: Working with the new Taglibs - Part 3</a>.

It explains how to create a dropdown TLN. But it has some drawbacks as well.<i>

<select>-boxes and embedded <object>-s that are underneath the menubar will pose a problem for the hovering menus</i>(taken from the weblog).

I had once implemented it and it worked well for me. So go through it and see if it helps you.

Hope this helps you.

Regards

Ranjith

praveenkumar_kadi
Active Contributor
0 Kudos

Hi,

Look at the below link on how to chenge the navaigation.

Hope that helps