‎2008 Mar 25 10:29 AM
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.
‎2008 Mar 25 10:32 AM
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
‎2008 Mar 25 10:32 AM
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
‎2008 Mar 26 8:17 AM
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.