‎2009 May 06 3:36 PM
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?
‎2009 May 06 3:39 PM
Hello,
You have to first to recording using transaction SHDB. In recording you will find everything.
Regards,
Neelambari
‎2009 May 06 3:39 PM
Hello,
You have to first to recording using transaction SHDB. In recording you will find everything.
Regards,
Neelambari
‎2009 May 06 3:41 PM
Hi,
If you do the recording in SHDB, you can find the fucntion code.
‎2009 May 06 3:42 PM
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
‎2009 May 06 5:15 PM
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.
‎2009 May 06 7:33 PM
‎2009 May 06 6:58 PM
One more approach is '/h' just before pressing button and check the value of sy-ucom in debugging.
‎2009 May 06 7:12 PM
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.
‎2009 May 06 7:22 PM
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
‎2009 May 12 12:35 PM