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

Make custom button executable using F8

Former Member
0 Likes
864

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

1 ACCEPTED SOLUTION
Read only

prasanth_kasturi
Active Contributor
0 Likes
651

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

2 REPLIES 2
Read only

prasanth_kasturi
Active Contributor
0 Likes
652

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

Read only

Former Member
0 Likes
651

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.