‎2008 Jul 15 12:36 PM
Hi,
I have a custom screen with a pushbutton. I want the button to execute when F8 is pressed. I tried setting the function code of the button to ONLI but that didn't work. Help is appreciated.
Regards
‎2008 Jul 15 12:49 PM
Hi Khan,
in the PBO of the screen create a GUI STATUS
and create the button in Aplication tool bar
and assign the short cut key as F8
or
in the pf status
assign the FCT code to F8 function key and that helps
regards
prasanth
‎2008 Jul 15 12:49 PM
Hi Khan,
in the PBO of the screen create a GUI STATUS
and create the button in Aplication tool bar
and assign the short cut key as F8
or
in the pf status
assign the FCT code to F8 function key and that helps
regards
prasanth
‎2008 Jul 15 3:30 PM
Hi,
Assign F8 key in the PBO in Set PF status.
and handle it in PAI.
Case sy-ucomm.
when key code.
excute code.
Hope it helps.