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 push button to the standard TCODE and field

Former Member
0 Likes
1,152

My requirement is to add a pushbutton to the standard tcode.And after pressing that tcode it will go to the particular webpage. For example i have added my push button to the layout and under screen number what code i need to add? Can someone help me.. i am new to this one.

2 REPLIES 2
Read only

Sandra_Rossi
Active Contributor
898

You ask a very generic question, so I give a very generic answer: you assigned a function code to the pushbutton, in ABAP you need to check the value of this OK code (name depends on the context), if the OK code is the one of your pushbutton open the web page.

Read only

nmirandaghn
Active Participant
0 Likes
898

It is not advisable to add features to standard programs just like that.

It is necessary to find BAdI and enhancements available in the SAP code.

Can you post the transaction?