cancel
Showing results for 
Search instead for 
Did you mean: 

Drop down hierarchy

Former Member
0 Kudos

Hi All,

is it possible to have hierarchy either in drop down by key or indrop down by index?

It should be similar to below one

Category1

|_div1

|_div2

Category2

|_div3

|_div4

Does abap web dynpro supports this kind of drop down?

Thanks

Vimalraj

Accepted Solutions (0)

Answers (2)

Answers (2)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Although you can't bind a hierarchy to the Drop Down you can kind of fake the display to the user and make it look that way. You would have to change the displayed values and put the indentation in yourself.

Otherwise you should consider that DDLB might not be the correct search paradigm. Perhaps a better approach would a self programmed value help. In the value help window you can of course use a tree or a table with a Hierarchy Column.

abhimanyu_lagishetti7
Active Contributor
0 Kudos

Hierarchy is not possible in Drop downs so far

Abhi