Hi,
I wanted to remove the standard buttons coming in ALV GRID
the table is displayed with following code,
TRY.
cl_salv_table=>factory(
IMPORTING
r_salv_table = go_alv
CHANGING
t_table = gt_tab ).
CATCH cx_salv_msg .
I tried the method from post
https://archive.sap.com/discussions/thread/1549378 but it is not working.
Requirement is to remove all standard buttons.