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

Reg:Function key assignment in menu painter

Former Member
0 Likes
533

I have to give short keys for pushbuttons in screens.It is not working properly.

I assigned F2 for clearing the i/p field in screens-1000 as well as 1010.F2 works fine in 1000 where as it is not working for 1010.Similarly,i assigned F4 to proceed to Next screen.It also behaves like this.

Can anybody give a solution for this.

3 REPLIES 3
Read only

Former Member
0 Likes
461

Hi,

From Menu -> System -> Status take the Program and STATUS of the screen.

Go to Se41 enter the program and Status and copy them to you own program and Status.

So now the old menu is completely copied to your program,

Now you can edit the menu and add you own menu items and use.

check this link,

http://help.sap.com/saphelp_47x200/helpdata/en/d1/801d84454211d189710000e8322d00/content.htm

Regards,

Omkar.

Read only

0 Likes
461

Hi

I assigned these short keys in Screen painter/SE 41 itself.

Read only

Former Member
0 Likes
461

Hi,

try clearing the sy-ucomm /USER-COMMAND, value before you call the second screen in your code,