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: 

HOW TO DISABLE KEYBOARD SHORTCUT CTRL + F4 IN ABAP

former_member574106
Participant
0 Kudos

Hi friends,

I have received a complex requirement from my customer. He wants me to disable the functionality of ctrl + F4 which is the default functionality for cut. Is it possible to do it programmatically or I need to do some particular changes in the settings for a specific user ? Please suggest the correct answers.

Regards,

Saurav Lahiry

4 REPLIES 4

Sandra_Rossi
Active Contributor
0 Kudos

I don't think "ctrl + F4 ... is the default functionality for cut", but to close a window. This is a standard Windows shortcut which works for many windows.

For SAP GUI, it may be possible for some kind of windows (not even sure of the SAP GUI behavior), but not for all, so you must provide more details.

former_member574106
Participant
0 Kudos

hi Sandra,

Sorry,i was referring to ctrl + X. How to disable it using ABAP ? Any idea ?

Sandra_Rossi
Active Contributor

You could then edit the question title to not confuse people.

Disabling Ctrl+X in all SAP GUI screens? I guess SAP GUI doesn't offer this "feature". But why this requirement? And still keeping Ctrl+C? which means that instead of Ctrl+X, the user will do Ctrl+C and Delete. Weird requirement... Please provide details.

former_member574106
Participant
0 Kudos

Hi,

Thanks a lot. Issue Solved.

Regards,

Saurav Lahiry