cancel
Showing results for 
Search instead for 
Did you mean: 

ALV table filter

Former Member
0 Kudos

Dear all,

If the ALV table is not defined using the "ViewContainerUIElement", but instead use "Table" element, I would like to know how to activate the Filter feature for ALV.

I have tried to flag the "isFiltered" property in Layout tab but is not working..

Thanks a lot !

Patrick

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Your question is very unclear.

Do u want Filter in 'ALV' or 'Table' UI element?

Former Member
0 Kudos

Hi Khushboo,

Thanks for your prompt response !

I want filter in Table that I have defined in Layout tab of view, I mean the one that we can see every columns under the 'ROOTUIELEMENTCONTAINER'

Thanks !

Patrick

Former Member
0 Kudos

Hi Patric,

Please see DEMO_TABLE application  and see the view SORT_AND_FILTER_VIEW  in this view see table element and how they enabled filter option using toolbar element  ......

below is sample code for filters in table...

  IF_WD_TABLE_METHOD_HNDL->apply_filter( ).

Regards,

Venkat

Former Member
0 Kudos

Thanks very Venkat & Kiran !

DEMO_TABLE is really great example that I've been looking for these few days !

Cordially thanks !

Patrick

Answers (1)

Answers (1)

former_member184578
Active Contributor
0 Kudos

Hi

Check DEMO_TABLE standard component, filtering and sorting are explained in that component. also check the below thread: http://scn.sap.com/thread/603977

Hope this helps u.,

Thanks & Regards,

Kiran