Application Development and Automation 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: 
Read only

DELETE KEY FROM KEY BOARD

Former Member
0 Likes
593

hi,

in ALV GRID Delete button is working fine but if u select any record and press DELETE in KEYBOARD, that record is deleting but how to disable that delete key in KEY BOARD.

how to solve this problem

hi,

in ALV GRID Delete button is working fine but if u select any record and press DELETE in KEYBOARD, that record is deleting but how to disable that delete key in KEY BOARD.

how to solve this problem

1 REPLY 1
Read only

Former Member
0 Likes
470

Use "CL_GUI_ALV_GRID=>MC_STYLE_NO_DELETE_ROW" to disable DEL key from Keyboard in ALV Grid.