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

Adding a button to an application tool bar

Former Member
0 Likes
959

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
800

Hi,

Use the user exit: EXIT_SAPMV45A_004. You can modify the toolbar there.

Hope it helps.

Regards.

Mireia

5 REPLIES 5
Read only

Former Member
0 Likes
801

Hi,

Use the user exit: EXIT_SAPMV45A_004. You can modify the toolbar there.

Hope it helps.

Regards.

Mireia

Read only

Former Member
0 Likes
800

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

Read only

Former Member
0 Likes
800

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.

Read only

0 Likes
800

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

Read only

0 Likes
800

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