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

Filter option in Table control

Former Member
0 Likes
980

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

2 REPLIES 2
Read only

madhu_vadlamani
Active Contributor
0 Likes
530

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.

Read only

0 Likes
530

Thanks...It may help me some extend, this function module not exist in 4.6.