Hello.
I need to display ALV_GRID which will self refresh.
I have a problem with CL_GUI_TIMER class. The smallest interval between its execution can be set to 1 second. For my purposes unfortunately i need interval less then that. Something around 0.3 s. I had an idea to use 3 different instances of CL_GUI_TIMER each started 0.3s after another. But somehow im recieving finished event only from the last of them.
Does anyone encounter similar situation. Or maybe there is another way to execute timer in 0.3s ?