how can i add MC_FC_LOC_DELETE_ROW to the standard toolbar.
i create my alv as follows:
CALL METHOD grid->set_table_for_first_display
EXPORTING
i_structure_name = 'ZSTRUCTURE'
is_layout = gs_layout
CHANGING
it_outtab = lt_table
it_fieldcatalog = lt_fct
EXCEPTIONS
invalid_parameter_combination = 1
program_error = 2
too_many_lines = 3
OTHERS = 4.
Edited by: Muhammet Kir on Sep 26, 2008 12:38 PM