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: 

To find Function Code in BDC

former_member212005
Active Contributor
0 Kudos

Hi,

I am creating a BDC program for transaction FB09....

How can I identify the function code for a BUTTON?

And also, how can I know the function key number for the button?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hello,

You have to first to recording using transaction SHDB. In recording you will find everything.

Regards,

Neelambari

9 REPLIES 9

Former Member
0 Kudos

Hello,

You have to first to recording using transaction SHDB. In recording you will find everything.

Regards,

Neelambari

jayanthi_jayaraman
Active Contributor
0 Kudos

Hi,

If you do the recording in SHDB, you can find the fucntion code.

Former Member
0 Kudos

From the main menu on the screen you are interested in, put your mouse pointer on the option you want, but do not press the mouse button. Press F1 instead. You'll get a popup with the information you need.

Rob

Former Member
0 Kudos

Run the transaction seperately.

Click on the button you want function code for.

Do not release your mouse click.

Press F1 a pop will come indicating the function code for that particular button.

Regards,

Lalit Mohan Gupta.

0 Kudos

Lalit Mohan Gupta - your answer looks vaguely familiar.

Rob

SantoshKallem
Active Contributor
0 Kudos

One more approach is '/h' just before pressing button and check the value of sy-ucom in debugging.

Former Member
0 Kudos

One more approach is find the program name & screen number , go to se51 by entering those program name & screen number - go to layout section and double click on the push buttons / tab strips then you can see the screen elements attributes there also you can see the function codes of the buttons. Fcodes related to application tool bar cant be accessed here.

Former Member
0 Kudos

Hi Vin,

go to t-code FB09>go to menu>system> status>select program-->double clcik ..

it takes you to se38 program..

copy program name -->go to se80 and enter the program name and enter..

it shows you the all includes in the right hand side..

expand the GUI status in the right hand side..

now you will get the all gui status's according to the description doudble click and see the Fucntion key's assigned to the Buttons..

Regards,

Prabhudas

former_member212005
Active Contributor
0 Kudos

Thanks for all the reply!