Commit e00a680 1 parent 144a89d commit e00a680 Copy full SHA for e00a680
File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -98,16 +98,18 @@ CLASS cl_gui_alv_grid DEFINITION PUBLIC INHERITING FROM cl_gui_control.
98
98
CHANGING
99
99
c_refresh TYPE abap_bool DEFAULT abap_true .
100
100
101
+ CONSTANTS mc_fc_detail TYPE ui_func VALUE 'TODO' .
102
+ CONSTANTS mc_fc_loc_append_row TYPE ui_func VALUE 'TODO' .
103
+ CONSTANTS mc_fc_loc_copy TYPE ui_func VALUE 'TODO' .
101
104
CONSTANTS mc_fc_loc_copy_row TYPE ui_func VALUE 'TODO' .
105
+ CONSTANTS mc_fc_loc_cut TYPE ui_func VALUE 'TODO' .
102
106
CONSTANTS mc_fc_loc_delete_row TYPE ui_func VALUE 'TODO' .
103
- CONSTANTS mc_fc_loc_append_row TYPE ui_func VALUE 'TODO' .
104
107
CONSTANTS mc_fc_loc_insert_row TYPE ui_func VALUE 'TODO' .
105
108
CONSTANTS mc_fc_loc_move_row TYPE ui_func VALUE 'TODO' .
106
- CONSTANTS mc_fc_loc_copy TYPE ui_func VALUE 'TODO' .
107
- CONSTANTS mc_fc_loc_cut TYPE ui_func VALUE 'TODO' .
108
109
CONSTANTS mc_fc_loc_paste TYPE ui_func VALUE 'TODO' .
109
110
CONSTANTS mc_fc_loc_paste_new_row TYPE ui_func VALUE 'TODO' .
110
111
CONSTANTS mc_fc_loc_undo TYPE ui_func VALUE 'TODO' .
112
+ CONSTANTS mc_fc_refresh TYPE ui_func VALUE 'TODO' .
111
113
ENDCLASS .
112
114
113
115
CLASS cl_gui_alv_grid IMPLEMENTATION .
You can’t perform that action at this time.
0 commit comments