cancel
Showing results for 
Search instead for 
Did you mean: 

How to filter data at a DynPro table

Former Member
0 Kudos

Hello,

I've created a certain table with 3 coloums:

ID, Name, Tel.

I would like to filter the data at the table that it will show only the persons with Name="Roy" for example.

Does the DynPro table support this or should I write a code which ivalidates the Context and recreate it with the Filter? I saw that there is an onFilter Event, perhaps I can use this event?

Roy

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi

You can use it Roy. Just go thru this blog.

This is the link to a nice blog.

/people/subramanian.venkateswaran2/blog/2005/05/10/filtering-table-values-using-webdynpro

Hope that helps.

regards

ravi

Former Member
0 Kudos

10X for both of it does help...

Former Member
0 Kudos

Hi:

try:

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

regards

Former Member
0 Kudos

Hi Roy

You can use the filterEvent to filter the rows you need.

Go thur this blog which will explain in detail how to use the filter event

/people/subramanian.venkateswaran2/blog/2005/05/10/filtering-table-values-using-webdynpro

Kishore