‎2005 Nov 10 10:26 AM
Hello folks,
My requirement is to add a button to a standard application tool bar. For example VA02 tcode.
Do I have to do that in any user exit??
Can anyone throw some light into that??
When the user clicks that button..where should I include my code for processing that user click??
Thanks
‎2005 Nov 10 10:33 AM
Hi,
Use the user exit: EXIT_SAPMV45A_004. You can modify the toolbar there.
Hope it helps.
Regards.
Mireia
‎2005 Nov 10 10:33 AM
Hi,
Use the user exit: EXIT_SAPMV45A_004. You can modify the toolbar there.
Hope it helps.
Regards.
Mireia
‎2005 Nov 10 10:36 AM
Naren,
In Case of VA02, the following are INCLUDES for User Exits:
INCLUDE MV45AOZZ. " User-modules PBO
INCLUDE MV45AIZZ. " User-modules PAI
In MV45AOZZ, u can set the Status and in MV45AIZZ, u can code the Logic.
Thanks
Kam
‎2005 Nov 10 10:40 AM
Hi,
You can add button to application tool bar.
Check if there are any <b> menu exits</b> for the tcode you want to modify.
For every exit, there will be an include where u can insert your code into.
Regards,
Sailaja.
‎2005 Nov 10 10:53 AM
Hello all,
Thanks for all your replies. Can any1 provide me some code to do that??
And also how to find 'menu exits' existing for an apllication.
Points will be rewarded for sure.
Thanks
Message was edited by: Naren Somen
‎2005 Nov 10 11:27 AM
Naren,
Go the Standard Menu, u can see an entry with + sign in the Menu. That is where u can add the Menu items.
Thanks
Kam