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

Adding Filter in Dialog Program

Former Member
0 Likes
1,084

Hi! I am currently doing a development using dialog program. Required is to add a filter pushbutton to be used to filter the table. However, i cannot find a function module that i can use for the filter pushbutton (unlike in ALV where a function module lvc_filter may be called).

would anyone know if there is a function module for the filter pushbutton? or if not, can anyone suggest on how to construct the code for the button?

Thanks a lot in advance...

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
583

Hi,

When you use controls like ALV the filter option is provided by the control itself. But in your dialog program you have to contruct your own filter. There are few examples available in ABAP workbench which you can refer to.

1. Goto Tcode SE80

2. Select Environment in the menu

3. Select Examples

4. Select Ergonomic Example--->Screens.

This contains example of push buttons and other dialog program objects.

Regards,

Vinodh

1 REPLY 1
Read only

Former Member
0 Likes
584

Hi,

When you use controls like ALV the filter option is provided by the control itself. But in your dialog program you have to contruct your own filter. There are few examples available in ABAP workbench which you can refer to.

1. Goto Tcode SE80

2. Select Environment in the menu

3. Select Examples

4. Select Ergonomic Example--->Screens.

This contains example of push buttons and other dialog program objects.

Regards,

Vinodh