Application Development 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: 

Filter option is not working in Reuse alv grid

Former Member
0 Kudos

Hi all,

Filter option is not working in alv grid properly.

if i choose one particular field for filter option .it is working .but another field it is not working though it contains different values.please give the answer.whether i have to pass filter option throuogh reuse_alv _grid or not.thanks in advance

raj

2 REPLIES 2

Former Member
0 Kudos

Why do you want to filter the data programmatically? Let the user do the filtering he wants ....

Even if you do the filtering the data will still be present in the table.

Regards,

Ravi

Note :Please mark the helpful answers

Former Member
0 Kudos

Hi raja,

1. The search/filter is

CASE SENSITIVE

2. U can give *

to search for pattern.

(IN THAT CASE, it is NOT Case Sensitive)

regards,

amit m.