cancel
Showing results for 
Search instead for 
Did you mean: 

Hi , table ui element FILTER ON and FILTER OFF CONDITION , HOW

Former Member
0 Kudos

Hi,

please any one could reply how to do on table ui element filter on filter off condition. when i select filter on tab in table ui element ,

i has to show search row , and after give relevant text , it has to search and has to show from that table data.

this functionality i need , simpl;y nothing but filter on and filter off condition and search conditon. please reply .

Edited by: sujana mullapudi on Feb 19, 2010 5:15 PM

Accepted Solutions (0)

Answers (2)

Answers (2)

Jeetendra
Explorer
0 Kudos

Hi sujana,

For the table filter you can use the generic class use this link [Ready Made Table Filter Extension|http://wiki.sdn.sap.com/wiki/display/Snippets/ReadyMadeTableFilterExtension] it is more relevant for the CE 7.1 and later.

For this you have to create a package util in your wdComponent and create a class called table Filter. after that you can use this class as a data type of the table filter attribute which should be in view context. after that you can invoke the table filter methods for that object and supply the required parameter.

Hope it help.

Regards

Jeetendra

p330068
Active Contributor
0 Kudos

Hi Sujana,

Please check this blog for filter in Table UI Element:

[Filtering Table Values using WebDynpro|http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/1624] [original link is broken] [original link is broken] [original link is broken];

[Ready-made filter for your Web Dynpro Table|http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/5350] [original link is broken] [original link is broken] [original link is broken];

[Enhancing Tables in WebDynpro Java|http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/3596] [original link is broken] [original link is broken] [original link is broken];

Hope this will helps you.

Thanks

Arun Jaiswal