cancel
Showing results for 
Search instead for 
Did you mean: 

How to create a menu in Web Dynpro dynamically using XML file .

Former Member
0 Kudos

I want to dynamically create a menu using XML or any other way.Now I am hard coding the values in the menu.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

What kind of menu? In NW04 there is only limited menu support, starting with NW04s you will get nested menus, menubars etc.

Generally, to create a UI element tree from structured data, e.g. XML:

- parse the data

- traverse the resulting data structure creating the target UI element structure in method wdDoModifyView()

Armin