Application Development 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: 

Shortcut for Buttons in OOPS ALV Toolbar

ajeethram
Explorer
0 Kudos

Hi All,

I am calling a ALV grid in the selection screen itself. I have inserted a button SAVE in ALV Toolbar.

Can i assign keyboard shortcut for the button.

Thanks in Advance,

Ajeeth 

1 ACCEPTED SOLUTION

former_member184569
Active Contributor
0 Kudos

Hi Ajeeth,

you can assign a shortcut key.

When you created the SAVE button, you must have used the GUI status right? Click on that. (Set pf-status 'ZSTANDARD').  And in the last section function keys, select one of the freely assigned function keys, give the function code used in the SAVE button, and Activate

Now this would be the shortcut key for save button.

3 REPLIES 3

Former Member
0 Kudos

Hi Ajit,

Refer below mentioned thread.I hope it will help you.

Regards,

Sudeesh Soni

former_member184569
Active Contributor
0 Kudos

Hi Ajeeth,

you can assign a shortcut key.

When you created the SAVE button, you must have used the GUI status right? Click on that. (Set pf-status 'ZSTANDARD').  And in the last section function keys, select one of the freely assigned function keys, give the function code used in the SAVE button, and Activate

Now this would be the shortcut key for save button.

ajeethram
Explorer
0 Kudos

Hi Sudeep / Susan,

Thank you for your reply.

Its working fine..

Regards,

Ajeeth