Useful SAP BASIS T-Codes
Posted by Admin, under SAPThe following list displays the set of useful T-Codes for SAP System Administrator. These are T-Codes used by Basis Team on regular day-to-day basis.
(Any additional T-Codes are welcome
ABAP Tutorials, Guides, Training, Manuals
The following list displays the set of useful T-Codes for SAP System Administrator. These are T-Codes used by Basis Team on regular day-to-day basis.
(Any additional T-Codes are welcome
Assigning a T-Code to an ABAP Query can be done in two ways. By first method, you assign Query Program Name to the T-Code. In second, you assign the Query directly to the T-Code.
It is recommended not to assign Query program name directly to trnasaction code in case of queries(prefer method 2 than method 1), because Queries are generated and may vary system by system. But I have seen first being used more.
There are some cases where you want your application to call the Maintenance View (instead of creating Create/Changes/Delete i.e. CCD screens for the operation).
In this case you have to assign a T-Code to the Maintenance View you created. (Note: User should have the authorization for SM30).
The following program when generated will display a list of all User-Exits and BADI (Business Add-Ins) for the specified T-Code.
Continue Reading…
Everything function that is to performed in SAP is represented in the form of a Transaction and to execute that Transaction, SAP provide a Transaction Code (T-Code). On the SAP Intial Screen, you can enter this T-Code in the T-Code field provided at the top.
![]()