‎2008 Dec 23 9:09 PM
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.
‎2008 Dec 23 9:44 PM
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.
‎2008 Dec 24 4:25 AM
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
‎2008 Dec 24 1:49 PM
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).