Application Development 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: 

Button on application toolbar

Former Member
0 Kudos

Hi,

I have a requierment to put a button in the application toolbar of a standard transaction code. How to achieve this?

Regards,

Jeetu

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hello.

You can't modify application tool bar. All we can do is to copy the code to a Z program, or ,

create a transaction variant in the transaction ZHD0 for the required transaction.

Regards,

Mohan.

4 REPLIES 4

former_member404244
Active Contributor
0 Kudos

Hi,

U cannot add a button rather u can copy the entire program to zprogram and then modify it..

Regards,

Nagaraj

0 Kudos

I had a similar requirement. In which a new screen was added in standard program & it was linked to a button on toolbar. All this was done using screen exits. I am not sure if you need a new screen?

Former Member
0 Kudos

Hi Jeetu,

You can't just add buttons to SAP Standard GUI interfaces! You need to look for an exit to do this (as many SAP transactions share screens and GUI statuses and include/exclude buttons when they call the PF-STATUS on the basis of configuration settings).

If there is no exit available you may need to do a custom development.

Thanks,

Ravi Kanth Yechuri

Former Member
0 Kudos

Hello.

You can't modify application tool bar. All we can do is to copy the code to a Z program, or ,

create a transaction variant in the transaction ZHD0 for the required transaction.

Regards,

Mohan.