cancel
Showing results for 
Search instead for 
Did you mean: 

Remove filter from ALV in Web dynpro

Former Member
0 Kudos

Hello,

I want to remove filter from each column in ALV Web dynpro .

I tried to use set_filter_filterline_allowed of if_salv_wd_std_functions but its not working.

Can you please provide any other method to remaove the filter .

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Sowmen,

try this..

lr_standard_functions->set_filter_filterline_allowed( ABAP_false ).

lr_standard_functions->set_filter_complex_allowed( ABAP_false ).

Please go through this..

and

Cheers,

Kris.

Edited by: kissnas on Mar 28, 2011 2:51 PM

Answers (0)