‎2012 Mar 26 10:11 AM
Dear,
I have a problem with editable ALV. When I click Ctrl+Enter in ALV adds a new empty lines. How to block this action?
<removed by moderator>
Please help me.
Thank you in advance.
Message was edited by: Thomas Zloch
‎2012 Mar 26 10:26 AM
‎2012 Mar 26 10:26 AM
‎2012 Mar 26 11:17 AM
Dear Raymond, I have this code in my program, but it not help me. Maybe is there other variants?
ls_exclude = cl_gui_alv_grid=>mc_fc_loc_copy_row.
append ls_exclude to pt_exclude.
ls_exclude = cl_gui_alv_grid=>mc_fc_loc_delete_row.
append ls_exclude to pt_exclude.
ls_exclude = cl_gui_alv_grid=>mc_fc_loc_append_row.
append ls_exclude to pt_exclude.
ls_exclude = cl_gui_alv_grid=>mc_fc_loc_insert_row.
append ls_exclude to pt_exclude.
ls_exclude = cl_gui_alv_grid=>mc_fc_loc_move_row.
append ls_exclude to pt_exclude.
‎2012 Mar 26 12:36 PM
‎2012 Mar 26 1:01 PM
Thank you very much) The second option has helped me.
In the first case, a break-point did not work at all, when i click Ctrl+Enter.