Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

list of transaction codes

Former Member
0 Kudos

thx for providing this platform.

can anyone give me the list of all the transaction codes (ABAP) with there usages.

i would b thankful to all.

17 REPLIES 17

Former Member
0 Kudos

Hi there. If you go to transaction SE16 and type in table TSTCT, you can view a list of all transaction codes and a short description of the transaction. If you want more detailed information on a particular transaction, your best bet is to go to the transaction itself; then up at the top choose "Help" and then "Application help".

- April King

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

Sure, a lot of them start with SE* So go to SE93 and do F4 help on the input field, put SE* in this field before hitting F4.

Regards,

Rich Heilman

former_member187255
Active Contributor
0 Kudos

You can check all transaction here..

<a href="http://www.easymarketplace.de/transactions.php">http://www.easymarketplace.de/transactions.php</a>

<a href="http://www.sap-img.com/general/find-the-list-of-sap-transaction-codes.htm">http://www.sap-img.com/general/find-the-list-of-sap-transaction-codes.htm</a>

Former Member
0 Kudos

Hi amjad,

<b>SM01</b> ---> Transaction list. Lock transactions in the system. Also a good tool to see what transactions are available

so go thro that transaction, u can find transaction with their description.

Regards....

Arun.

Reward points if it helps.

Former Member
0 Kudos

Hi,

Shoot me a test mail to callnaveen@gmail.com

I will send the document with the list of all tcodes

~~Guduri

Former Member
0 Kudos

hi

check the table TSTC in SE11

regards,

shamim

Former Member
0 Kudos

amjad,

try to close this thread if it is answered and award points for the useful answer.

Regards...

Arun.

Former Member
0 Kudos

Hi,

check the table dd02l for standard transactions ,

click se* in se93 (transaction to create transaction codes) and view all standard transactions .

u can view custom transactions from the table tstc.

some of the mostly used transactions

SE80 - OBJECT NAVIGATOR

SE11 - ABAP DICTIONARY

SE37 - FUNCTION BUILDER

SE38 - ABAP EDITOR

SE41 - MENU PAINTER

SE51 - SCREEN PAINTER

SMOD - SEARCH ENHANCEMENT

CMOD - IMPLEMENT ENHANCEMENT

ST05 - PERFORMANCE ANALYSIS

SE30 - RUNTIME ANALYSIS.

check this link for list.

http://www.sapdevelopment.co.uk/tcodes/tcodes.htm

Regards,

Sruthi

Former Member
0 Kudos

.

null

Former Member
0 Kudos

go to the transaction 'se93' write 'se*' and click F4... u'll get the list of all transactions and their use

Former Member
0 Kudos

Hi amjad iqbal

jus refer the following link :

http://allsaplinks.com/transactioncodes.html

Former Member
0 Kudos

goto sapbrain.com and click on the transaction codes link.you will get the available t-codes with its usage

Former Member
0 Kudos

<b>Where I can find the list of transaction codes and their usage, I heard that there is some table which contains all the transaction codes with their descriptions.</b> <b>Does anyone know about the Table that consist all the T-Code?</b>

Listed here are the various ways you can find the list of transaction codes and their usage:

Use transaction SE11 - ABAP Dictionary:

Fill in the Database table name and click the Display button.

- TSTC table will contain all the Tcodes and

- TSTCT table will contain all the Tcodes with Texts.

Once you entered the screen, click in Top Menu - Utilities - Table contents - Display

If you want to display all the transaction code (total - 57,048) you have to change the Fields: Maximum number of hits to 99999 (default 500).

or

Simply goto transaction SM01, although this tcode is to Lock/Unlock any transaction code, you can also view all the tcode available in the R/3 system from here.

or

Goto transaction SE93

There are two ways where you can find the list of transaction codes in SE93.

<b>Method 1:</b>

You must be familiar with the starting characters strings for each of the R/3 application modules.

Assuming you know that most Materials Management transaction codes start with MM.

In the Fields: Transaction code, type in MM* and press the function key F4

The list of transaction code starting with MM will be displayed.

<b>Method 2:</b>

On the Top Menu, click Utilities - Find - Execute and the first 500 transaction will be display.

If want to display all the tcodes, make sure you remembered to change the Fields: Maximum no. of hits right at the bottom of the screen.

<b>I know a particular T Code and can enter and work on it. How do I know what is the menu path for that T Code?</b>

Enter Search_SAP_Menu in the command box and when the pop box appears enter, the Tcode and it will give the nodes and menu path.

Former Member
0 Kudos

Hi!

There are manty ways to get transaction list but easiest way is to go to table

TSTC in SE11 and execute it .You will all the transactions along with their description and some more related information.

Regards,

Neha Bansal

Former Member
0 Kudos

Hello,

1. Go to transaction se93.

2. Enter a search criteria and press F4.

3. The system will list all the transactions satisfying the same.

4. Eg: enter se* and press F4.

Regards

Rakesh and Shinu.

kiran_k8
Active Contributor
0 Kudos

Hi,

SM01 is the best T-code to view all the transaction available in SAP.

K.Kiran

Former Member
0 Kudos

goto se11--> type the table name as TSTCT, you will get the table names and their uses, or goto transaction se93 which gives the list of transaction codes and their uses...