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: 

Transaction codes of abap

Former Member
0 Kudos

Hi All.

In ABAP how many transaction codes are there and whar are they?

Thanks & Regards.

Satish.K

7 REPLIES 7

Former Member
0 Kudos

Hi ,

There are is no limit to number of TCodes you can create.

As TCode is basically used for easy access to programs .

All the Tcodes are stored in the table TSTC.

Regards

Arun

Former Member
0 Kudos

Hi

Reg the ABAP,The tcodes are,

SE38-Report Program

SE37-Function Module

SE36-Logical Database

SE11-Data Dictionary

SE16-Table contents

SE12-DDIC

SE24-Class Buider

SWO1-BOR

ST05-SQL trace

SM12-Lock

SE80-Repository

SE30-Run time analysis

SE71-SAP script

SMARTFORMS-SAP forms

SMOD-enhancements

CMOD-customer enhancements

ST01 System Trace

ST02 Setups/Tune Buffers

ST03 Workload and Performance Statistics

ST03G Global Workload Statistics

ST03N Workload and Performance Statistics

ST04 DB Performance Monitor

ST04M Multi DB connection

ST04N Database Performance Monitor

ST04RFC SAP Remote DB Monitor for SQL Server

ST04_MSS Monitoring SQL Server (remote/local)

ST05 Performance Trace

ST05ACC Barrier-Free Performance Trace

ST05SAVE Old ST05

ST06 Operating System Monitor

ST07 Application monitor

ST10 Table Call Statistics

ST11 Display Developer Traces

ST14 Application Analysis

ST20 Screen Trace

ST20LC Layout Check

ST22 ABAP dump analysis

ST22OLD Old Dump Analysis

ST30 Global Perf. Analysis: Execute

ST33 Glob. Perf. Analysis: Display Data

ST34 Glob. Perf. Analysis: Log IDs

ST35 Glob. Perf. Analysis: Assign CATTs

ST36 Glob. Perf. Analysis: Delete Data

ST37 Global Perf. Analysis: Eval. Schema

ST62 Create Industry Short Texts

STAD Statistics display for all systems

STARTING_URLS SMTR_NAVIGATION_SEND_MESSAGE

SE01 Transport Organizer (Extended)

SE03 Transport Organizer Tools

SE06 Set Up Transport Organizer

SE07 CTS Status Display

SE09 Transport Organizer

SE10 Transport Organizer

SE11 ABAP Dictionary Maintenance

SE11_OLD ABAP Dictionary Maintenance

SE12 ABAP Dictionary Display

SE12_OLD ABAP Dictionary Display

SE13 Maintain Technical Settings (Tables)

SE14 Utilities for Dictionary Tables

SE15 ABAP/4 Repository Information System

SE16 Data Browser

SE16N General Table Display

Regs

Manas

Former Member
0 Kudos

refer TSTCT table

Former Member
0 Kudos

goto tcode --se93 and f4 or

or table TSTC and execute .

chk all the transactions .

i hope u r looking for standard transactions.

regards,

vijay

Message was edited by:

Vijay

Former Member
0 Kudos

Hello,

Check the table TSTC & TSTCT.

If useful reward.

Vasanth

Former Member
0 Kudos

hi,

Have a look at these threads...

Hope this helps !!!

Cheers

Alfred

uwe_schieferstein
Active Contributor
0 Kudos

Hello Satish

If a transaction is in the hierarchy of the <i>SAP Easy Access</i> then you can search for its position using transaction <b>SEARCH_SAP_MENU</b>.

Regards

Uwe