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

Button on application tool bar?

Former Member
0 Likes
717

Guys,

i want to keep one button in application tool bar in VA01 transaction.Please let me know the procedure.

regards,

vijay

3 REPLIES 3
Read only

Manohar2u
Active Contributor
0 Likes
586

You cannot add any buttons to application tool bar.

You have only menu exits, function exits and screen exits. You can try with these menu exits ( SD Menu exits )

RVEXAKK2 Additional Customer-specific Lists / Reports

V43A3X1 GUI exit '+3X1': Sales activities/actions (GOTO menu)

V43A5X1 GUI exit '+5X1': Sales activities/actions (INFORMATION menu)

V43A6X1 GUI exit '+6X1': Sales activities/actions (ENVIRONMENT menu)

But I don't think these are helpful to you. Have a look at these documentation.

Regds

Manohar

Read only

Former Member
0 Likes
586

Hi Vijay

If you need to add new button on status of VA01, you have only one way: to change the standard status U of program SAPMV45B.

It would be better not to make it.

Anyway if you really need to change it, use the menu painter trx SE41, but you have to register the abap object in OSS to obtein the key for modification.

After inserting new button , you have to manage it by trx VFBS (Next Control Screen): here you have to define all actions have to be done when user presses your button.

Here you have to indicate the function code of new button, the action (so which routine has to be called) and next action (so you have to define which function code has to be setted after yours).

I advise you to implement your routines in include MV45AFZZ: it's routine for user-exit.

If you can't (or don't want) to change a standard program you can try to insert a button on the screen exit: 8309/8310/8459/8460 of program SAPMV45A

Max

Read only

Former Member
0 Likes
586

Hello Vijay,

Try for any menu exit for the Tcode Va01.

I think u can find one....

Regards,

Vasanth