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 assign Function keys for push buttons?

Former Member
0 Likes
3,415

Hi all,

I have acustom program with a subscreen and table control and few buttons.Now for each of the buttons,I need to assign a function key.e.g. Button 1 -->Ctr+1.

Button 2-->Ctr+2. and so on...

Can anyone tell me how do I assign function keys for these buttons?

Thanks!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,597

On the screen where you created the pushbutton, you gave it a function code (for example TEST).

Go to the GUI status for that screen (if you don't have one, you'll have to create one).

In the function key area, assign the function key from the screen painter (TEST) to whichever function key you want.

Rob

Hi all,

I have acustom program with a subscreen and table control and few buttons.Now for each of the buttons,I need to assign a function key.e.g. Button 1 -->Ctr+1.

Button 2-->Ctr+2. and so on...

Can anyone tell me how do I assign function keys for these buttons?

Thanks!

3 REPLIES 3
Read only

Former Member
0 Likes
1,598

On the screen where you created the pushbutton, you gave it a function code (for example TEST).

Go to the GUI status for that screen (if you don't have one, you'll have to create one).

In the function key area, assign the function key from the screen painter (TEST) to whichever function key you want.

Rob

Read only

Former Member
0 Likes
1,597

Follow the below steps:

1. First copy the standard status menu from the program: Go to SE41---> program : SAPLSALV , Status : STANDARD and say copy to your program and screen number.

2. Now make use of freely assigned function keys to your push buttons.

Hope this help for you.

Regards

Ramesh.

Read only

Former Member
0 Likes
1,597

In se80 go to the layout of the screen and duble click on the pushbutton and the properties will come... There you can assigna function code to that pushbutton...