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 a standard program.

Former Member
0 Likes
477

Hi All,

What are the different ways of adding a button to a standard program? I sthere any ways we can add a button on the menu of a standard program through variants if yes plz elaborate a little.

Thanks

Anu.

3 REPLIES 3
Read only

Former Member
0 Likes
430

Hi

In general ways, we do...

1. Via SE51 we can change the layout and add the COMMAND BUTTONS.

2. Include the code for handling the respective action upon usage of the button.

Kind Regards

Eswar

Read only

0 Likes
430

For standard program, we required acess key.

is there any way through which we can enhance without acess key?

Read only

Former Member
0 Likes
430

throuh transaction variant we can add,

but in this case a new ztransaction for the existing one will get created.