I've been asked to change an ALV Grid report to ALV List Viewer. What I have found so far is that the only thing I need is to replace the REUSE_ALV_GRID_DISPLAY
function for REUSE_ALV_LIST_DISPLAY
(please correct me if I am wrong).
However, the report I need to change is using the cl_gui_alv_grid
class which does not use the functions above.
What can I do to change the report using cl_gui_alv_grid
? Or there is no way and I have to rewrite the code and use REUSE_ALV_LIST_DISPLAY
?