2009 Apr 28 5:17 AM
Hi Folks,
Please let me know is there any way we can use filter option for the columns in the table control just like we use in the ALV.
thanks in advance
Hi Folks,
Please let me know is there any way we can use filter option for the columns in the table control just like we use in the ALV.
thanks in advance
2009 Apr 28 5:52 AM
RSBC_TOOLS_FIELD_SELECTION this function Module is just like Filter Button Function in ALV:
CALL FUNCTION 'RSBC_TOOLS_FIELD_SELECTION'
EXPORTING
i_title_left = " SY-TITLE
i_title_right = " SY-TITLE
i_popup_title = " SY-TITLE
* IS_LAYOUT_DOUBLE_ALV =
* IT_SP_GROUP =
* I_DISPLAY_ONLY =
I_TABNAME = <TABLE> " table you Needs to Select Fields from.
* IMPORTING
* E_CANCELLED =
* TABLES
* C_T_FIELDS =
* EXCEPTIONS
* TABLE_NOT_FOUND = 1Hope this resolves your issue
.
Regards,
Gurpreet
2009 Apr 28 6:14 AM
hi
The filter settings of a column are represented by an object of type CL_SALV_FILTER.individual filter conditions are given by CL_SALV_SELOPT.
hope this helps
Rajeev
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |