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

creating Pushbutton in SAP standard menu bar - FB03 Tcode

Former Member
0 Likes
2,545

Hi Friends,

I have been asked if I can add a button to a SAP standard transaction toolbar. The function behind this button will be an existing function code available on the menu option, however the users would like a button as a short cut.

I could achieve the above by using GUIXT script but looking for alternate approach with which I can achieve the above.

Thanks for the help.

3 REPLIES 3
Read only

Sandra_Rossi
Active Contributor
0 Likes
1,409

BTE 00001130 can be used to add a button at item level (not possible at header). Return a non-blank text parameter to make the button appear, with this text.

BTE 00001120 is called when this button is pressed.

Transactions BERE to have a list of BTEs, and FIBF to implement

These 2 above are for FB02 and FB03. You have also 00001080 and 00001070 for FB01, and other transactions-like.

Read only

0 Likes
1,409

Hi Sandra Rossi,

Thanks for replying.

Do you have any document on BTE. I am new to ABAP Enhancements.

I need to add pushbutton in the standard Application tool bar. I came to know from forum search that this can be achieved by using Modification browser to enhance Standard menu bar. Am I right.

Kindly let me know.

With Regards

Read only

0 Likes
1,409

I gave you the transactions. Anyhow, if you need more details, search forum or [sap library - BTEs|http://help.sap.com/saphelp_nw04s/helpdata/en/3b/7f3e8be57c11d1951f0000e82dec10/frameset.htm]

Modification browser is just a browser.

I think people was talking about doing a modification of the standard (you can modify any sap program by requesting a key). BUT sap does not recommend to do so : if a day, you need to request sap support for an issue in a modified program where you have modified the standard, they won't help you if the program may be altered by your code (far or close).