Hi Experts,
I was developing a code which required an ALV output with OOPS.
I used class CL_SALV_TABLE. Now I have to add a pushbutton to my ALV using the same class.
How would I do it?
thanks in advance.
Updated May 18, 2018
Hi Experts,
I was developing a code which required an ALV output with OOPS.
I used class CL_SALV_TABLE. Now I have to add a pushbutton to my ALV using the same class.
How would I do it?
thanks in advance.
Comments
If you are using custom container in your program then use class type cl_gui_custom_container and grid type as cl_gui_alv_grid.