Application Development and Automation 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: 
Read only

drop down in table control

Former Member
0 Likes
462

Hi,

I have created one dropdown to a field.

But in display the dropdown is displaying only short text of possible entries and not the Fix. values.

These fixed value I have mentained at domain level.

e.g.

One value is ' ' for which short text is 'Blank'.

I want to display only space and not 'Blank' in the output.

So how to display the fixd value and not the text?

Thanx.

Umesh

3 REPLIES 3
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
432

In order to not show the description in your listbox, the description must be blank. There are gui settings that allow you to show the description only, or the key value and the description, but I don't think there is one that shows only the key value.

You can modify the domain, and make it so that the key value ' ' description does not have a description.

Regards,

Rich Heilman

Read only

0 Likes
432

Hi,

Actually this I was thinking earlier but I was searching for any new way of not displaying that short text.

Thanx for the reply.

-Umesh

Read only

Former Member
0 Likes
432

Hi Umesh,

Just go thru this programs..

DEMO_DYNPRO_TABLE_CONTROL_1

DEMO_DYNPRO_TABLE_CONTROL_2

It will help u..

Regards,

kumar