‎2007 Jul 26 8:19 AM
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...
‎2007 Jul 26 9:22 AM
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
‎2007 Jul 26 9:22 AM
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