2009 Apr 24 11:16 AM
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
2009 Apr 24 11:39 AM
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.
2009 Apr 24 11:44 AM
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
2009 Apr 24 12:26 PM
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...
2009 Apr 24 1:28 PM
1) Get domain's value from Table:DD07L
2) Set the list values in POV:
call function 'VRM_SET_VALUES'
Regards,
Gurpreet