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

How to replace F4 using another function key

Former Member
0 Likes
536

Experts:

How can i change the search help function key F4, using another function key,for example F11, when i press F11 the system perform the search help.

thanks!

2 REPLIES 2
Read only

Former Member
0 Likes
446

you can do this using menus/buttons(dialog programming) and there you can define your short keys, and event can be trapped by sy-ucomm in the program. Menu can be set by writting set PF-Status 'MENUNAME' or using se37.

Read only

0 Likes
446

But F4 is system default, there is no F4 in menus/buttons.what can i do?