Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Listbox - show just keys

Former Member
0 Kudos
403

Hi,

I have the requirement to create a listbox on dynpro, but I need it to show just domain values in the dropdown, not the description texts. Is that somehow possible? Thanks in advance.

Best regards,

Tomas

4 REPLIES 4

Former Member
0 Kudos
213

You can show listbox or listbox with key.

If you only need the keys, can define the values for the listbox, but, if you append new values to the domain, you need to update the dynpro values too.

0 Kudos
213

Hi,

I know I can supply the values programaticaly, but I wanted to get the values from domain definition, just show only keys not texts.

Tomas

0 Kudos
213

Hi,

I think itu2019s not possible to show the key values in the list box while taking from the domain. Only the description text will be shown.

Thanks,

Sri...

Former Member
0 Kudos
213
1) Get domain's value from Table:DD07L

2) Set the list values in POV:
call function 'VRM_SET_VALUES'

Regards,

Gurpreet