cancel
Showing results for 
Search instead for 
Did you mean: 

can i have a navigation panel in WebDynpro view

Former Member
0 Kudos

Hi ,

can anyone help me out in solving this issue as how to add a navigation panel to a WebDynpro view .

Your ideas will be rewarded .

Regards,

Pratima

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Pratima,

There is no explicit UIElement for navigation to my knowledge.

But one solution to accomplish this is to implement a view with some LinkToAction elements. You can display this view in a viewset or ViewContainerUIElement.

Hope this helps.

Best regards

Sebastian

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Pratima,

you can use the ui elements NavigationList (http://help.sap.com/saphelp_nw2004s/helpdata/en/98/9faf4241d4b911e10000000a1550b0/frameset.htm) or ContextualPanel (http://help.sap.com/saphelp_nw2004s/helpdata/en/28/fe5a42091de32ce10000000a1550b0/frameset.htm).

Regards, Heidi

Former Member
0 Kudos

Note that these ui elements are only available since Netweaver 2004<b>s</b>. If you are on 2004 you have to use a workaround.