2006 Jan 09 12:16 PM
Hi every buddy,
My requirement is to use the F3, F4 Function keys for my buttons in application toolbar. Can I implement this.
Thanx in advance,
ram
Hi,
yes, you can do that.
F3 is escape, F4 help
override them, by assigning to the application toolbar buttons.
regards
vijay
2006 Jan 09 12:23 PM
Hi,
yes, you can do that.
F3 is escape, F4 help
override them, by assigning to the application toolbar buttons.
regards
vijay
2006 Jan 09 12:44 PM
Hi Vijay,
First of all i need to assign that function key(F3) to any of the button in my application toolbar. I dont see F3 key in the list of function keys in SE41 transaction. Could u clarify this.
Ram
2006 Jan 09 12:50 PM
Hi Ram,
sorry it is possible...
check the below reply
VIjay
Message was edited by: Vijay Babu Dudla
2006 Jan 09 12:54 PM
Hi Ram,
In se41 goto
<b>
Utilities menu-->F Key Consistency</b>
click on F key consistency and override the Fkeys.
Regards
vijay
2006 Jan 09 12:32 PM
Hi ram,
1. trapping F4 is simple,
but F3 is tricky.
2. Try this code (just copy paste)
it can trap F4, but not F3.
REPORT ABC.
PARAMETERS : A TYPE C.
START-OF-SELECTION.
WRITE 😕 'BASIC LIST'.
AT PF03.
BREAK-POINT.
WRITE 😕 'YOU PRESSED F3'.
AT PF04.
BREAK-POINT.
WRITE 😕 'YOU PRESSED F4'.
AT USER-COMMAND.
BREAK-POINT.
regards,
amit m.
2006 Jan 09 5:13 PM
Hi ram,
I think you are talking about pre-defined system codes.
Check the link below...
http://www.geocities.com/victorav15/sapr3/abap.html#prefuncd
Hope it helps,
Regards,
Maheswaran.B
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |