cancel
Showing results for 
Search instead for 
Did you mean: 

Which Dynpro UI can function as a ListBox?

Former Member
0 Kudos

Hello,

Which Dynpro UI can function as a ListBox?

A code example could help as well...

Accepted Solutions (1)

Accepted Solutions (1)

Joseph_BERTHE
Active Contributor
0 Kudos

Hi,

Unfortunatly, it doesn't exist yet, but probably in the NWDS04s it's exist, but i'm not sure.

Nevertheless, you can use a table with the properties : foot not visible, readonly = true and design = transparence. I know it is not so eficient that a listbox, but it works.

regards

Former Member
0 Kudos

berthe,

Small corrections:

1. ItemListBox exists in NW04s.

2. Table must have exactly one column with Caption cell editor, invisible table and column header, readOnly=true, design=transparent. It's better to place such table in Group, desing=sapcolor, invisible caption. This way table get border like ItemListBox.

Valery Silaev

EPAM Systems

http://www.NetWeaverTeam.com

Former Member
0 Kudos

10X for the idea, well, I have no choice but to implement it like this

Answers (2)

Answers (2)

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos
Former Member
0 Kudos