Search Transactions by Text in SAP

Most of the ABAPer or who ever use SAP at some point stuck at the point to know or remember Transaction codes.

Initial Screen of SAP standard T-Code
Initial Screen of SAP provided standard T-Code for search

Continue Reading…

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…

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