cancel
Showing results for 
Search instead for 
Did you mean: 

Menu elements in ABAP webdynpro?

Former Member
0 Kudos

Hi,

Is there any view elements available in ABAP webdynpro which is similar to Menu /Menu elements in other languages like VB or D2K?

I want to create menu like this:

Screen

Screen1(it will be view1 of component1)

Screen2(it will be view2 of component2)

Then how to link this?

Accepted Solutions (0)

Answers (3)

Answers (3)

mohammed_anzys
Contributor
0 Kudos

Hi Mog,

You could use button choice and you could achieve the same functionality of MENU .

Create a Button choice SCREE and give SCREEN1 and SCREEN2 as teh choices.And there is provision associate an action with each choices.So you could very well fire view plugs and chieve the navigation.

Thanks

Anzy

Former Member
0 Kudos

Hi,

do you mean the UI elements <a href="http://help.sap.com/saphelp_nw70/helpdata/en/37/978b411fb4b05fe10000000a1550b0/frameset.htm">Menu</a> and MenuItem?

Regards, Heidi

Former Member
0 Kudos

Hi,

you can use the navigation list element, which you can find in the menu 'pattern'

grtz

Koen