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
725

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.

2 REPLIES 2
Read only

amit_khare
Active Contributor
0 Likes
588

Dont repeat or duplicate the query. Please close other posts.

I think there are no feasible user exit present to modify the screen...you might require access key.

Any how if the functionality is already there in menu then you can talk to functional person why they need to change the SAP standar screen...

Edited by: Amit Khare on Dec 24, 2008 2:48 AM

Read only

0 Likes
588

Hi,

For example to retreive generic services objects(attachment Lists) for an FB03 tcode - user has to go through Environment->Additional Assignments ->Object Links

Instead user wants an pushbutton on Application tool bar, so that in one click he can retrieve the additional documents.

I could achieve the result with GUIXT script but they want me findout out if in any alternate way I can do it.

I am trying to do the above using Modification Browser but looking for an detalied document. Send me if you have an good document.

Thanks for the help.