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

Probelm in ALV filter function ??

Former Member
0 Likes
409

I have one ALV list.In this List one column for Product Description.I want to filter data by product description through filter button.But when i m going to do this at that time if selected description is capital letter then its working fine but it is in small or mix case then filter is not working.

Plz give me Solution asap.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
385

Hi

This is the problem in SAP. we cannt do anything here

even if you check the standard t code also we can see the same things

it is having some problem with text selection

regards

Shiva

2 REPLIES 2
Read only

Former Member
0 Likes
386

Hi

This is the problem in SAP. we cannt do anything here

even if you check the standard t code also we can see the same things

it is having some problem with text selection

regards

Shiva

Read only

0 Likes
385

Hi Shivkumar,

Thanx for answer.But i found the solution of this question.

If i take string data type for the description field then filater is working perfect.

for ex.

data:maktx type maktx.

instead of this i take,

data:maktx type string.