Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Search helps - CASE sensitive

Former Member
0 Likes
782

Hi all,

I need F4 help for an employee name. But it is observed that it is case sensitive. If the end user enters "T", he is getting the data Tom, Tim and others. But when he enters "t", he is not getting those values.

How to make the search NOT case sensitive.

Thank you

Hi all,

I need F4 help for an employee name. But it is observed that it is case sensitive. If the end user enters "T", he is getting the data Tom, Tim and others. But when he enters "t", he is not getting those values.

How to make the search NOT case sensitive.

Thank you

3 REPLIES 3
Read only

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Likes
557

Hi,

Can you tell us which transaction and which screen and if you know the search help do let us know.

Regards,

Sesh

Read only

0 Likes
557

Best example would be employee name. PA0002

Read only

Former Member
0 Likes
557

Hi

The search help parameter  in which  you are entering the value say 'T*' or 't*'

is not having the correct domain characteristics.

<b>

In order to make the search help work correctly, you have 2 options...

1) Either write code inside search help exit and handle the thing yourself.

or

2) Copy the saerch help and that change the Domain element characteristics

to convert the user-input to Upper-case.

If the Domain is SAP standard, copy the same to a Z Domain and then make the changes below.

If the domain element is a custom Domain then, Follow these steps -

Double-click the data element of that search help parameter and it will display the domain element there. Go the Definition tab of the Domain and dis-able (uncheck) the Lower-case tickbox.</b>

Hope this will help.

Please reward suitable points.

Regards

- Atul