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

ALV Filtering

Former Member
0 Likes
667

Hi All,

In ALV Grid Display, Filterng is not working properly if the string is in Lowercase. If i give uppercase = 'X' the display itself changed into Uppercase. But i m not want that. Display should be a lowercase and filter based on lowercase and it should give the output. Plz give me if Is there any solution.

Hi All,

In ALV Grid Display, Filterng is not working properly if the string is in Lowercase. If i give uppercase = 'X' the display itself changed into Uppercase. But i m not want that. Display should be a lowercase and filter based on lowercase and it should give the output. Plz give me if Is there any solution.

4 REPLIES 4
Read only

Former Member
0 Likes
643

Does the field allow Lower-case in the first place? Check the domain of the field, under the Definition tab of 'Dictionary: Dsplay Domain' screen. If 'Lower Case' is unchecked, it means the field does not allow lower case alphabets in the first place.

Read only

Former Member
0 Likes
643

Yes it is Checked as a Lowercase. Eventhough it has been marked as 'Checked' It is not get Filtered.

Plz Give me the solution.

Read only

0 Likes
643

Hi,

In the fieldcatalog pass LOWERCASE as 'X' and check. This should work.

Read only

Former Member
0 Likes
643

Issue was solved. Output Length is mentioned wrongly. Now working fine.

Thank u.....

Edited by: Vimal Raj on Jun 1, 2009 11:30 AM