cancel
Showing results for 
Search instead for 
Did you mean: 

search matches no results

Former Member
0 Kudos

Hi,

select-options filed entries are converted into upper case automatically after

any user enters some value and this causes to a problem becasue

some entries are lower case in the db table. Therefore user search matches no results

How can I solve this problem by saying ignore case sensitiv.

The select-options fields were created by IF_WD_SELECT_OPTIONS' method

ADD_SELECTION_FIELD. Of course it has parameter -> I_LOWER_CASE

but it doesn't work properly.

Regards

ertas

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Wher you add a selection filed using select options, you must be using a DOMAIN or DATA ELEMENT to capture the properties of the field. This is nothing but what you pass as a parameter when you use CREATE_RANGE_TABLE for selection field.

Go to SE11, enter the DOMAIN name(if you use data element, open data element and then go to domain used in it), click on CHANGE button.

In the DEFINITION tab of DOMAIN, check the check box 'Lower Case' to make this field as case sensitive. Uncheck the same if you want this field as case insensitive. The same behaviour applies even in dynpro screens too. Activate the DOMAIN after the change.

Regards,

Manne.