Hello,
I got the following problem and do not know if it is possible to solve.
I have an ALV List which should be refresh with new data from DB after X seconds.
This ALV list does include user interaction e.g. double click field and add a free text which is the saved on DB for this entry.
The refresh works fine will the point I am calling the Pop-Up to entere the text. After closing the pop up. Event handler is never called again.
I do not want to start the timer new with the full X seconds from beginning.
Do you know if it is possible that the timer is pausing during the pop up window and starts running with the left time after closing the pop up?
Many thanks in advance.