cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a featute for sorting of data in a Table ilke OVS(Search)

Former Member
0 Kudos

Hi all,

1)Is there any special feature like OVS SEARCH for SORTING also in webdnpro java

2)I have an inputfield where we have to enter AirlineId and if i click search i has to display a table of recoreds on that AirlineId

but if i just press Enter key in that inputfiled it has to show the list of AirlineId's in a pop and if i select one AirLineId it has to be placed in the inputfileld folloewd by serach button etc

Regards

Padma

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Padma,

Check this blog,it explains the step by step process for implementing the functionality;

<a href="/people/bertram.ganz/blog/2006/03/07/enhanced-web-dynpro-java-tablesorter-for-sap-netweaver-04s sorter</a>

regards

Sumit

asif_hirani
Active Participant
0 Kudos

Hi Padma

following Web Dynpro sample project shows you how to use the table UI element in Web Dynpro applications. The application represents a realistic scenario with functions such as <b>sorting, deleting and displaying a detail view</b> which I guess is Exactly ur looking for

use following PDF for the same :

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webdynpro/wd%20jav...

For downloading sample tutorial or initial project for this exercise refer

<b>WORKING WITH TABLES IN WEB DYNPRO</b> section of this tutorials

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/49f2ea90-0201-0010-ce8e-de18b94a...

Hope this helps

Asif