cancel
Showing results for 
Search instead for 
Did you mean: 

Displaying Menus in Abap webdynpro

Former Member
0 Kudos

Hi!!!!!

I want to create abap dynpro and wanna to add some custom menus.Below is the example of wat actually i want to create..

Home MasterDetails Logoff

Vendor Master

Customer Master

|

Material Master

Kindly suggest what should i do..

thanx n regards,

Vaneet

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi VANEETTHAKUR ,

i would suggest if your WD application is going to be a Standalone application then you can use the MENUBAR Ui element and create your own menu list , EG component name - DEMO_UIEL_MENU

if you going to embedded your application in portal then you can ask you portal guy to create iview for your applications , it will reduce lot of work . and no need to write your logic for logoff.. navigations.. etc

Regards

chinnaiya P

Former Member
0 Kudos

Hi Veenith,

It will be difficult to create menus only using Webdynpro for abap.

Try to create menus in Portal and integrate your webdynpro for abap

application as Iview inside that.

Thanks