2011 Jul 25 8:52 AM
Hi,
I need to provide filter option in table control as same in ALV. I went through all threads related to it, but i dint find detail filter implementation guide. So can any one explain with example.
Thanks in Advance
Hi,
I need to provide filter option in table control as same in ALV. I went through all threads related to it, but i dint find detail filter implementation guide. So can any one explain with example.
Thanks in Advance
2011 Jul 25 8:56 AM
Hi Nagnath,
Check 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 = 1
Regards,
Madhu.
2011 Jul 25 11:27 AM
Thanks...It may help me some extend, this function module not exist in 4.6.
| User | Count |
|---|---|
| 5 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |