Application Development and Automation 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: 
Read only

ABAP Transaction codes

Former Member
0 Likes
3,057

Hi all,

I'm a bit confused in using the transaction codes in ABAP like se11,...so on.

What code can be used for what application....so on.?

Can any one please help me out in giving the transaction codes in ABAP.

Please give them in a list wise...i.e.,

Transaction code -


What Application(such as editor, smartforms, function modules).

ID: [email protected]

Bye,

SAI KUMAR

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,681

Hi,

check the table TSTC...

and table TSTCT gives the decr of all the TCODES...

if you want to restrict yourself to standard tcodes then in selection criteria specify SE*

It gives details about all transaction codes.

regards,

Navneethj.K

Message was edited by:

Navneeth Bothra

7 REPLIES 7
Read only

Former Member
0 Likes
1,681

HI,

USMM Pressing F8 will display all hotpacks applied.

SEARCH_SAP_MENU Show the menu path to use to execute a given tcode. You can search by transaction code or menu text.

DI02 ABAP/4 Repository Information System: Tables.

LSMW Legacy System Migration Workbench. An addon available from SAP that can make data converstion a lot easier. Thanks to Serge Desland for this one.

OSS1 SAP Online Service System

OY19 Compare Tables

SM13 Update monitor. Will show update tasks status. Very useful to determine why an update failed.

S001 ABAP Development Workbench

S001 ABAP/4 Development Weorkbench. (from [email protected])

S002 System Administration. (from [email protected])

SA38 Execute a program. (from [email protected])

SCAT Computer Aided Test Tool

SCU0 Compare Tables

SE01 Old Transport & Corrections screen

SE03 Groups together most of the tools that you need for doing transports. In total, more than 20 tools can be reached from this one transaction.

SE09 Workbench Organizer

SE10 New Transport & Correction screen

SE11 ABAP/4 Dictionary Maintenance SE12 ABAP/4 Dictionary Display SE13 Maintain Technical Settings (Tables)

SE12 Dictionary: Initial Screen - enter object name. (from [email protected])

SE13 Access tables in ABAP/4 Dictionary. (from [email protected])

SE14 Utilities for Dictionary Tables

SE15 ABAP/4 Repository Information System

SE16 Data Browser: Initial Screen. (from [email protected])

SE16N Table Browser (the N stands for New, it replaces SE16). Provided by Smijo Mathew.

SE17 General Table Display

SE24 Class Builder

SE30 ABAP/4 Runtime Analysis

SE32 ABAP/4 Text Element Maintenance

SE35 ABAP/4 Dialog Modules

SE36 ABAP/4: Logical Databases

SE37 ABAP/4 Function Modules

SE38 ABAP Editor

SE39 Splitscreen Editor: Program Compare

SE41 Menu Painter

SE43 Maintain Area Menu

SE48 Show program call hierarchy. Very useful to see the overall structure of a program. Thanks to Isabelle Arickx for this tcode.

SE49 Table manipulation. Show what tables are behind a transaction code. Thanks to Isabelle Arickx for this tcode.

SE51 Screen Painter: Initial Screen. (from [email protected])

SE54 Generate View Maintenance Module

SE61 R/3 Documentation

SE62 Industry utilities

SE63 Translation

SE64 Terminology

SE65 R/3 document. short text statistics SE66 R/3 Documentation Statistics (Test!)

SE68 Translation Administration

SE71 SAPscript layout set

SE71 SAPScript Layouts Create/Change

SE72 SAPscript styles

SE73 SAPscript font maintenance (revised)

SE74 SAPscript format conversion

SE75 SAPscript Settings

SE76 SAPscript Translation Layout Sets

SE77 SAPscript Translation Styles

SE80 ABAP/4 Development Workbench

SE81 SAP Application Hierarchy

SE82 Customer Application Hierarchy

SE83 Reuse Library. Provided by Smiho Mathew.

SE84 ABAP/4 Repository Information System

SE85 ABAP/4 Dictionary Information System

SE86 ABAP/4 Repository Information System

SE87 Data Modeler Information System

SE88 Development Coordination Info System

SE91 Maintain Messages

SE92 Maintain system log messages

SE93 Maintain Transaction. (from [email protected])

SEARCH_SAP_MENU From the SAP Easy Access screen, type it in the command field and you will be able to search the standard SAP menu for transaction codes / keywords. It will return the nodes to follow for you.

SEU Object Browser

SHD0 Transaction variant maintenance

SM04 Overview of Users (cancel/delete sessions)

SM12 Lock table entries (unlock locked tables)

SM21 View the system log, very useful when you get a short dump. Provides much more info than short dump

SM30 Maintain Table Views. (from [email protected])

SM31 Table Maintenance

SM32 Table maintenance

SM35 View Batch Input Sessions

SM37 View background jobs

SM50 Process Overview. (from [email protected])

SM51 Delete jobs from system (BDC)

SM62 Display/Maintain events in SAP, also use function BP_EVENT_RAISE

SMEN Display the menu path to get to a transaction

SMOD/CMOD Transactions for processing/editing/activating new customer enhancements.

SNRO Object browser for number range maintenance. (from [email protected])

SPRO Start SAP IMG (Implementation Guide). (from [email protected])

SQ00 ABAP/4 Query: Start Queries

SQ01 ABAP/4 Query: Maintain Queries

SQ02 ABAP/4 Query: Maintain Funct. Areas

SQ03 ABAP/4 Query: Maintain User Groups

(Queries,Funct. Areas,User Groups are stored in table AQGQDOC and AQLQDOC )

SQ07 ABAP/4 Query: Language Comparison

ST05 Trace SQL Database Requests. (from [email protected])

ST22 ABAP Dump analysis

SU53 Display Authorization Values for User. (from [email protected])

WEDI EDI Menu. IDOC and EDI base.

WE02 Display an IDOC

WE07 IDOC Statistics

rgds,

bharat.

Read only

Former Member
0 Likes
1,682

Hi,

check the table TSTC...

and table TSTCT gives the decr of all the TCODES...

if you want to restrict yourself to standard tcodes then in selection criteria specify SE*

It gives details about all transaction codes.

regards,

Navneethj.K

Message was edited by:

Navneeth Bothra

Read only

Former Member
0 Likes
1,681

Hi,

Better go to Table TSTCT and enter the related text in EN language and find the related Tcode

Because there are thousands of TCodes related to SAP, so it is not possible to give all

use that table

reward if useful

regards,

Anji

Read only

Former Member
0 Likes
1,681

sai,

You can search in table TSTCT or tcode SM01.You will get all tcode.

Don't forget to reward if useful...

Read only

Former Member
0 Likes
1,681

Hi..,

check this link..

http://www.erpgenie.com/sapgenie/docs/useful-tcodes.pdf

this link contains a pdf file with useful transaction codes..

regards,

sai ramesh

Read only

Former Member
0 Likes
1,681

These were a very useful replies.

Thanks a lot.

Read only

Former Member
0 Likes
1,681

Hai ,

Here r few suggestions to know about the transaction codes and the purpose for which it has been used

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

Method 1:

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.

Method 2:

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>

Regards,

Shanmuga perumal