Skip to content

Commit

Permalink
add salv constants
Browse files Browse the repository at this point in the history
  • Loading branch information
larshp committed Mar 18, 2024
1 parent 9052b11 commit 4d74106
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/cl_gui_alv_grid.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,17 @@ CLASS cl_gui_alv_grid DEFINITION PUBLIC.
it_index_rows TYPE any OPTIONAL
it_row_no TYPE any OPTIONAL
is_keep_other_selections TYPE abap_bool OPTIONAL.

CONSTANTS mc_fc_loc_copy_row TYPE ui_func VALUE 'TODO'.
CONSTANTS mc_fc_loc_delete_row TYPE ui_func VALUE 'TODO'.
CONSTANTS mc_fc_loc_append_row TYPE ui_func VALUE 'TODO'.
CONSTANTS mc_fc_loc_insert_row TYPE ui_func VALUE 'TODO'.
CONSTANTS mc_fc_loc_move_row TYPE ui_func VALUE 'TODO'.
CONSTANTS mc_fc_loc_copy TYPE ui_func VALUE 'TODO'.
CONSTANTS mc_fc_loc_cut TYPE ui_func VALUE 'TODO'.
CONSTANTS mc_fc_loc_paste TYPE ui_func VALUE 'TODO'.
CONSTANTS mc_fc_loc_paste_new_row TYPE ui_func VALUE 'TODO'.
CONSTANTS mc_fc_loc_undo TYPE ui_func VALUE 'TODO'.
ENDCLASS.

CLASS cl_gui_alv_grid IMPLEMENTATION.
Expand Down

0 comments on commit 4d74106

Please sign in to comment.