ABAP Program to List Programs without T-Codes

The following program lists the ABAP programs with out any transaction code (or not assigned to a transaction code).

Program List without T-Code
Program List without T-Code

Continue Reading…

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…

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…

Page 1 of 212