cancel
Showing results for 
Search instead for 
Did you mean: 

Seacr Help case sensitive in web dynpro

Former Member
0 Kudos

When I try search for some name like *carmo*, it does not return any value while *Carmo* does.

I am using standard search help in my application.

Please tell me how to ignore the case in Standard search help for Web Dynpro?

Thanks & Regards,

Arvind

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member184578
Active Contributor
0 Kudos

Hi,

If you are using standard search help, check whether any search help exit is there and inside the exit write  Native SQL code to ignore case.

Else I would suggest to create one custom search help with custom search help exit or use OVS search help and write your code.

these threads may help u for writing query to ignore case:

http://scn.sap.com/thread/550617

http://scn.sap.com/message/368620#368620

OR,

create ovs search help, and fetch the data from DB into internal table. Loop the internal table and convert it to upper case and convert you input also to upper case and then filter the values.

Regards,

Kiran