cancel
Showing results for 
Search instead for 
Did you mean: 

web dynpro abap applications in filtering and sorting in tables

Former Member
0 Kudos

Anyone can send me some simple applications based on

webdynpro abap filtering and sorting concepts in tables....

Accepted Solutions (1)

Accepted Solutions (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

>

> Anyone can send me some simple applications based on

> webdynpro abap filtering and sorting concepts in tables....

First of why not use the ALV Component. It has built in filtering and sorting so that you don't have to program those aspects. It also has a nice UI for letting the user design the sorting and filtering that they want.

If you need sorting and filtering in the table UI element instead, you don't need anyone to send you sample applications. There are already some in your system. Have a look at the component WDR_TEST_SORT_TAB_PROP. Also have a look at the documentation on table events:

[http://help.sap.com/saphelp_nw70/helpdata/EN/2d/390e422dfcde2ce10000000a1550b0/frameset.htm|http://help.sap.com/saphelp_nw70/helpdata/EN/2d/390e422dfcde2ce10000000a1550b0/frameset.htm]

Answers (1)

Answers (1)

Former Member
0 Kudos

Best example is to use the flight model and display.

U have already existing Bapis "bapi_flight_getlist"..