2023 Oct 18 4:44 PM
Hi everyone!
I want to add a button and when clicked, add a new editable row to the end of an ALV of the class cl_salv_table.
It this possible?
If so, what function can I use to add the new row?
Thanks a lot.
2023 Oct 18 5:25 PM
Yes. Just append the new line in the internal table and call the method REFRESH.
2023 Oct 19 1:40 PM
AFAIK cl_salv_table wont allow input before version 756 (cl_gui_alvc_grid will)