Hi,
i have the following problem: I have created a user entry screen with several input fields and an alv-grid (cl_alv_gui_grid, set_table_for_first_display). With the information of the first input field i start a function in parallel mode (starting new task) to select some data and display them in the grid. The function calls at the end of it a subroutine which gets the selected data via the receive statement. The reason for this is that the function needs some time for collecting the data and i want the user to go on in his work wihout waiting.
So far so good. But when i try to refresh the table with method refresh_table_display i get always a short dump. The same result i get when i try to create an event which i have defined as a custom-event for the grid-object.
I wonder if anyone has dealed with the simialiar problem and got a solution for it. I am thankful for every hint and answer on this.
Take care
Günter