‎2016 May 26 1:38 PM
I have an ALV* listing some data (Equipment). When the user double-clicks on certain cells I call SUBMIT or CALL TRANSACTION to takes them to a reports or transactions where they can edit the data. I would like, when they return to my ALV to refresh the list (or the row).
Is there any event I can catch as a user returns to my ALV? It seems impossible since the BACK event (OKCODE) is always generated in the target transaction or report.
* I am using various ways of using ALV including FM, cl_gui_alv_grid and cl_salv_table.
‎2016 May 26 2:47 PM
You may call the refresh command, right after the SUBMIT statement.
Thanks,
Juwin
‎2016 May 26 2:47 PM
You may call the refresh command, right after the SUBMIT statement.
Thanks,
Juwin
‎2016 May 26 3:45 PM
FM REUSE_ALV_*: you have a callback subroutine for handling function codes (double-click on a cell = PICK) whose second parameter is used to tell ALV to refresh the list
pure ALV grid control: call method refresh_table_display
SALV: call method refresh