Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

ALV disable key DEL

Former Member
0 Kudos

Hi, everybody.

Did you know, how disable key - DEL for edited ALV grid? I can just disable buttton in control panel for ALV-grid, but pressing DEL on keyboard remove row from ALV grid.

P.S. sorry for my english

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hi Igor,

you need to take out the particular fcode from the gui-status.

step1: open the program in <b>se80</b>.
step2: expand the node <b>GUI Status</b> and double click on the 
          status to navigate to the menu painter
step3: double click on the application toolbar hotspot (on the right 
          side of the editor); remove the entry for <b>'DEL'</b>
step4: double click on function keys and remove if there is entry for DEL in 
          the list of freely assigned of function keys.

Hope this helps,

Sajan Joseph.

3 REPLIES 3

Former Member
0 Kudos

hi Igor,

you need to take out the particular fcode from the gui-status.

step1: open the program in <b>se80</b>.
step2: expand the node <b>GUI Status</b> and double click on the 
          status to navigate to the menu painter
step3: double click on the application toolbar hotspot (on the right 
          side of the editor); remove the entry for <b>'DEL'</b>
step4: double click on function keys and remove if there is entry for DEL in 
          the list of freely assigned of function keys.

Hope this helps,

Sajan Joseph.

0 Kudos

Thanks.

Got it!

0 Kudos

Hi Sajan,

do you know what to do if i use cl_gui_alv_grid?

Thanks for help.

René