cancel
Showing results for 
Search instead for 
Did you mean: 

Query on Drop down by Key

Former Member
0 Kudos

I am using three drop down by key elements in my web dynpro UI. These drop downs are bound to domains with fixed value sets. I am also dynamically populating the values to be displayed in two drop downs, based on the value selected in the first drop down.

my problem is that as soon as I select a value from a drop down, it gets replaced by the key. For eg, I have specified the following key value sets in my domain:

010 - ValueA

020 - ValueB.. etc

ValueA and ValueB are displayed as expected in the drop downs. But as soon as I select say ValueA, it gets replaced by '010' in the display.

How can I correct this?

Thanks!

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member196517
Contributor
0 Kudos

Hi Shalini,

Can you check whether TEXTS property is binded to text only and not the key (010)..

Regards

Anuj

Former Member
0 Kudos

Hi Anuj..

Could u please elaborate? My selectedKey field has been mapped to a context element, and this element has been mapped to the domain that contains the fixed value set..

former_member196517
Contributor
0 Kudos

Hi Shalini ,

please use dropdown by index here as it caters ur requirement and there is a TEXTS propert there whcih you shuold bind to value and not to key..

Regards

Anuj Goyal