Useful SAP BASIS T-Codes

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 :)

Continue Reading…

Create a TCODE for an ABAP Query

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.

Continue Reading…

Assign a T-code to Maintenance View in SAP

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).

Continue Reading…

ABAP program to get User Exits and BADI List for a T-Code

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…

Tcodes in SAP – Part 1

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.

T-Code Field

Continue Reading…

Page 1 of 11