cancel
Showing results for 
Search instead for 
Did you mean: 

providing sorting filters for a table in webdynpro java application

Former Member
0 Kudos

ho to provide sorting , filters , for a table in webdynpro java application .

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Pradeep,

Please go through the following article on implementation of filtering and sorting:

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f024364b-3086-2b10-b2be-c0ed7d33...

The article contains a link to a sample application using the TableSorter and TableFilter Class.

The same classes can be used by any other web dynpro application. Download the sample application and copy the classes. In case of a specific requirement, modify the TableSorter and TableFilter classes.

Regards,

Kartikaye

Former Member
0 Kudos

Hi,

Go through the below blogs: Requried java classes are also availble in the blogs.

Sorting:

/people/bertram.ganz/blog/2006/03/07/enhanced-web-dynpro-java-tablesorter-for-sap-netweaver-04s

Fitering:

/people/peter.vignet/blog/2007/01/03/generic-web-dynpro-java-table-filter

Regards,

Charan

Former Member
0 Kudos

Hi,

Go through the following pdf having step by step procedure to create a table with filter and sorting facilities..

http://sdn.sap.com/irj/scn/advancedsearch?cat=sdn_library&query=table+sorter&adv=false&sortby=cm_rnd...

Cheers,

viswa

Former Member
Former Member
0 Kudos
Former Member
0 Kudos

Hi,

There is some thing known as "TableSorter". You can use it to provide sorting feature. First of all you have to download "TableSorter" from internet. TableSorter is a simple Java code. You have to attach the TableSorter code in your application. After that you have to add few lines of Java code in your WD code. After that you have to test it. The program will start working.

Regards,

Gary