Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ALV

Former Member
0 Likes
321

Hi gyes,

in alv toolbar filter button is there.when i filter the any values,this values are stored some where.Anybody knows where it will storing.

Thanks

Suresh

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
284

Hi,

If you are using the OO ALV Control, you can get the entries using the GET_FILTERED_ENTRIES METHOD.

Regards,

Ravi

Note :Please mark the helpful answers

3 REPLIES 3
Read only

Former Member
0 Likes
285

Hi,

If you are using the OO ALV Control, you can get the entries using the GET_FILTERED_ENTRIES METHOD.

Regards,

Ravi

Note :Please mark the helpful answers

Read only

Former Member
0 Likes
284

Hi,

filtered info you can get it from the FM if you alv list use the list FM , or Grid accordingly..

<b>REUSE_ALV_LIST_LAYOUT_INFO_GET

REUSE_ALV_GRID_LAYOUT_INFO_GET</b>

Regards

vijay

Read only

former_member927251
Active Contributor
0 Likes
284

Hi Suresh,

Use the FILTER_TABLE method of the class CL_GUI_ALV_GRID.

Regards,

Amit Mishra