Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Catch RETURN event when coming back from SUBMIT

Former Member
0 Likes
598

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.

1 ACCEPTED SOLUTION
Read only

Juwin
Active Contributor
0 Likes
531

You may call the refresh command, right after the SUBMIT statement.

Thanks,

Juwin

2 REPLIES 2
Read only

Juwin
Active Contributor
0 Likes
532

You may call the refresh command, right after the SUBMIT statement.

Thanks,

Juwin

Read only

Sandra_Rossi
Active Contributor
0 Likes
531

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