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

se51 create button shortcut

Former Member
0 Likes
554

i create a dialog prog..which have insert and delete buttons..i want to create a shortcut key ...like if user press Ctrl V it perform insert button triggerd... any idea?

i create a dialog prog..which have insert and delete buttons..i want to create a shortcut key ...like if user press Ctrl V it perform insert button triggerd... any idea?

2 REPLIES 2
Read only

RaymondGiuseppi
Active Contributor
0 Likes
509

In the [menu painter|http://help.sap.com/saphelp_nw04/Helpdata/EN/d1/801ce8454211d189710000e8322d00/frameset.htm] (SE41) you can associate [functions|http://help.sap.com/saphelp_nw04/Helpdata/EN/d1/801df9454211d189710000e8322d00/frameset.htm] to [function-keys|http://help.sap.com/saphelp_nw04/Helpdata/EN/d1/801d84454211d189710000e8322d00/frameset.htm] and [fastpath|http://help.sap.com/saphelp_nw04/Helpdata/EN/d1/801e13454211d189710000e8322d00/frameset.htm]. (But not every combination is allowed)

Regards,

Raymond

Read only

Former Member
0 Likes
509

solved