‎2006 Apr 28 3:42 PM
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
‎2006 Apr 28 3:49 PM
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
‎2006 Apr 28 3:49 PM
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
‎2006 Apr 28 3:50 PM
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
‎2006 Apr 28 3:53 PM
Hi Suresh,
Use the FILTER_TABLE method of the class CL_GUI_ALV_GRID.
Regards,
Amit Mishra