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 get the function code easy.

Former Member
0 Likes
755

Dear All,

I remember that we can get the function code from toolbar, menu very easy using the shortcut key,

Pressing some key , and clik the button/menu, but i can't remember which key it is .

Who can tell me which key i can use , very thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
672

using this way , we can get the function code whcih we clik.

Regard

daniel

7 REPLIES 7
Read only

Former Member
0 Likes
672

Hi daniel,

1.If u are talking about abap code for function module,

2. then we have to use

Ctrl + F6

regards,

amit m.

Read only

Former Member
0 Likes
672

no, it isn't.

what i wnat to get is the function code.

not the function module.

using this key , i can get the function code from a popup window .

Read only

0 Likes
672

Hi again,

1. Which function code ?

SAVE, DIS, INS etc?,

sy-ucomm,

which is invoked when we press some toolbar button or some menu ?

regards,

amit m.

Read only

Former Member
0 Likes
673

using this way , we can get the function code whcih we clik.

Regard

daniel

Read only

0 Likes
672

Hi daniel,

1. supppose u want to know the fcode

for a button on toolbar.

2. then follow these simple steps.

3.

a) Take your mouse on the button

Left Click It

DO NOT RELEASE THE LEFT MOUSE BUTTON

Then Move Away your mouse pointer from the button,

then release the left mouse button

b) In this manner, the button is SELECTED.

(We can also do this using TAB TAB..)

c) Then just press F1

d) a new small window will come

which will display the program name and fcode.

-- If this is to be done in menu,

then select the menu and press Shift + F1

regards,

amit m.

Read only

jayanthi_jayaraman
Active Contributor
0 Likes
672

Did you tried shift+f1?

Read only

0 Likes
672

shift + f1 for menu,

f1 for toolbar button