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 add function codes to user defined menus?

Former Member
0 Likes
628

Hi All,

How to add function codes to user defined menus?

can we change the F1 help in the menu(standard tool bar)?

1 ACCEPTED SOLUTION
Read only

former_member787646
Contributor
0 Likes
571

Hi

Double click on the CODE for the line..

SET PF-STATUS 'XYZ'.

It will open the Menu Painter (SE41). Click on the Function Keys Tree Node and And assign the

Function Keys and Function codes for the Menu Items.

Hope this would help you.

Murthy

Hi All,

How to add function codes to user defined menus?

can we change the F1 help in the menu(standard tool bar)?

2 REPLIES 2
Read only

former_member787646
Contributor
0 Likes
572

Hi

Double click on the CODE for the line..

SET PF-STATUS 'XYZ'.

It will open the Menu Painter (SE41). Click on the Function Keys Tree Node and And assign the

Function Keys and Function codes for the Menu Items.

Hope this would help you.

Murthy

Read only

Former Member
0 Likes
571

You can do that , IN SE41

Enter your program name and the Status

Utilities-> F key Consistency

There you can override the F1 key with some Function code.