Skip to Content
0
May 12, 2008 at 12:28 PM

Refresh method in ALV

15 Views

Hello, i have two programs that work with one transparent table, one for editing and one for displaying. After editing i need to hit refresh button on the ALV for display, for the data to be refreshed. This is the code:

...
toolbar_handler FOR EVENT toolbar OF cl_gui_alv_grid
...
method toolbar_handler.
    SELECT * FROM zianexe into TABLE itab.
endmethod.
...

The problem is that i have to press the button two times.