cancel
Showing results for 
Search instead for 
Did you mean: 

ALV - How to hide Filter Row

Former Member
0 Kudos

Hi All,

I have coded my own Filter Function (with a dropdown list in the header).

Now I need to hide the Filter Row (the row in which you can enter the filter values when using the standard filter function).

How can I do that??

THANKS, Johannes

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi Johannes Schnatz ,

this link will provide all the Standard ALV Functions .

you have to you the method : SET_FILTER_FILTERLINE_ALLOWED

http://help.sap.com/saphelp_NW70EHP1core/helpdata/en/7f/849e6d796d4fe49221609ffcbc357d/frameset.htm

regards

chinnaiya .P

Edited by: chinnaiya pandiyan on May 7, 2010 4:43 PM

Former Member
0 Kudos

Use below code:

CALL METHOD wd_this->alv_conf_table->IF_SALV_WD_STD_FUNCTIONS~IS_FILTER_FILTERLINE_ALLOWED

EXPORTING

value = ABAP_false..

Here alv_conf_table refers to CL_SALV_WD_CONFIG_TABLE.

Former Member
0 Kudos

THANKS, BUDDY!!

The Method is called

SET_FILTER_FILTERLINE_ALLOWED

Best, Johannes

Answers (0)