cancel
Showing results for 
Search instead for 
Did you mean: 

DropDownByKey - WD ABAP - Error

Former Member
0 Kudos

I have a DropDownbyKey UI element in the view. The context element bind to it is of ztable-filed. the data element is of char20. No Domain exists for that field. Now i am getting the values of a field from a table and through value set i am binding the entries to the dropdownbykey. The entries are bound and visible when we click on the dropdown arrow. As soon as selecting an entry from the list, error message appears as " The entered value is not on the list of valid values ".

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

We had the same problem because there was a type mismatch. So check if your datatype matches with the value you enter.

Answers (0)