‎2020 Nov 25 9:17 AM
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.
‎2020 Nov 25 12:30 PM
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.
‎2020 Nov 25 12:51 PM
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?