2020 Jan 31 12:50 PM
Hi,
I use a selection-screen that call's screen 100 with cl_salv_table
But function keys to go back to the selection screen are not working correctly 😞
They are not responding, are you have to push 2 times.
Function keys: BACK, CANCEL and EXIT.
Regards,
Erik.
Hi,
I use a selection-screen that call's screen 100 with cl_salv_table
But function keys to go back to the selection screen are not working correctly 😞
They are not responding, are you have to push 2 times.
Function keys: BACK, CANCEL and EXIT.
Regards,
Erik.
2020 Jan 31 12:56 PM
Hi Erik,
you have to implement your back exit cancel button manually,
you can check demo program BCALV_GRID_DEMO
CASE OK_CODE.
WHEN 'EXIT'.
PERFORM EXIT_PROGRAM.
WHEN OTHERS.
* do nothing
ENDCASE.
2020 Jan 31 1:16 PM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |