I am using function "REUSE_ALV_GRID_DISPLAY" in order to display a grid. My problem is that not all the buttons in ALV toolbar are displayed. For example, I can not see the "delete row" button.
This is my call:
CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
EXPORTING
IT_FIELDCAT = fieldcatalog
TABLES
t_outtab = lt_files_records_final
EXCEPTIONS
PROGRAM_ERROR = 1
OTHERS = 2.
Can you please help?