cancel
Showing results for 
Search instead for 
Did you mean: 

Avoid empty validation on DropdownByKey

Former Member
0 Kudos

Hi!

How to avoid the unwanted validation of blank entry selection, created by the framework, when rendering a Dropdown on Web Dynpro Mobile?

The problem is:

- We have a Dropdown UI element bounded to a list from BAPI output table;

- On the application, the user selects a value and fires any action, by pressing a button or something;

- Then he remember that this field ought to be empty and select the blank entry;

- On firing any other action, even a roundtrip to the server, a validation occurs, with error message like "Value ' ' not on the enumeration range"...

Is there a solution on this?

Ps: We are using WindowsMobile5 devices.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Solved by ourselves...

Former Member
0 Kudos

Quick question, what is supposed to happen if the user never selects anything from the list? Is a selection manditory?