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

Transaction code or command reference

Former Member
0 Likes
2,276

Hello friends,

I am looking for all teh command references or transaction codes available so i can use it. I am just new to abap so i am not able to remember all of the related transaction code... could you help????

I appreciate any instant help..

Thanking you,

Vrajesh shah

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,319

Hi Vrajesh,

I believe you are an abaper. I've listed below some of the TCodes used for development.

If you can specify any particular module, I can send you the appropriate list of Tcodes.

Cheers,

Sam.

SEARCH_SAP_MENU

Find menu path for transaction code

AL11

SAP directories

BUSP

Regenerate screens during BDT development

CMOD

Project management

FILE

Logical file paths

GRANT_CUSTOMIZE

Customize Grant management screens via SAP's BDT(business data toolset) - Must have permission from SAP to use this method of modification

OAOR

Business document navigator (edit ENJOYSAP_LOGO etc for ALV Tree)

OLE

Examples for OLE Processing

PFTC

Workflow

SA38

Execute program

SCC1

Client Copy, copy transport

SCOT

SAPconnect Administration.

SHD0

Create Transaction Variant. Enter name of transaction plus name of new/existing variant.

SE01

Transport Organizer (extended view)

SE03

Transport Organizer Tools (change package/dev class etc..)

SE09

Workbench organiser

SE11

ABAP Dictionary

SE14

Database utility: Adjust after change to definition, delete….

SE16

Data browser, view/add table data

SE18

Business Add-ins(BADI’s): Definition transaction

SE19

Business Add-ins(BADI’s): Implementation transaction

SE24

Class builder

SE38

Program Editor

SE39

Split screen editor

SE61

Document maintenance

SE71

Form painter (SAPscript)

SE80

Authority objects

SE81

Application Hierarchy (leads to SE84 for desired area)

SE84

Repository info system

SE91

Message Maintenance

SE93

Maintain Transaction code

SHDB

Batch input recorder

SHD0

Transaction variants

SLIN

ABAP program extended syntax check (full check of programs syntax)

SM04

User overview

SM12

Lock entries

SM13

Update Requests

SM21

Online system log analysis

SM30

Maintain table views

SM31

Table maintenance

SM35

Batch input i.e. Recording

SM36

Create background job

SM37

Background job monitor, Select background jobs

SM49

External Commands

SM50

Process overview (within current server)

SM51

Server overview

SM59

Display and Maintain RFC destination

SM64

Display/maintain Events

SM66

Process(session) overview across all servers

SM69

External commands(Maintain)

SMW0

SAP WEB Repository(binary data) - add/ mod images(used to put in screen containers)

SMX

View background jobs

SNOTE

SAP note assistant (if installed)

SNRO

Maintain number ranges (use FM 'NUMBER_GET_NEXT' to retrieve next number in range.)

SO10

Standard text editor

SP01

Spool list

SP02

Own spool list

SPAD

Spool Administrator

SPAM

Support package manager

SPAU

Modification adjustment

SPRO

IMG

SQ01

Sap Query

ST02

Database Tune Summary

ST04

DB Performance Monitor

STMS

Transport Manager

ST22

ABAP Dump Analysis

SU01

User Maintenance

SU53

Retrieve authorisation data for object, execute after error message is displayed(/nsu53)

SUIM

User info system (New user, Roles, Authorisations, User tcodes etc..)

SXDA

Data transfer workbench

SALE

IDoc and ALE development

WEDI

IDoc and EDI Basis

6 REPLIES 6
Read only

Former Member
0 Likes
1,319

try using se93 transaction to view all transaction lists.

Read only

Former Member
0 Likes
1,319

Thank you very much my friend.

Read only

Former Member
0 Likes
1,319

you are welcome,if your query has been resolved please reward points.

Read only

Former Member
0 Likes
1,320

Hi Vrajesh,

I believe you are an abaper. I've listed below some of the TCodes used for development.

If you can specify any particular module, I can send you the appropriate list of Tcodes.

Cheers,

Sam.

SEARCH_SAP_MENU

Find menu path for transaction code

AL11

SAP directories

BUSP

Regenerate screens during BDT development

CMOD

Project management

FILE

Logical file paths

GRANT_CUSTOMIZE

Customize Grant management screens via SAP's BDT(business data toolset) - Must have permission from SAP to use this method of modification

OAOR

Business document navigator (edit ENJOYSAP_LOGO etc for ALV Tree)

OLE

Examples for OLE Processing

PFTC

Workflow

SA38

Execute program

SCC1

Client Copy, copy transport

SCOT

SAPconnect Administration.

SHD0

Create Transaction Variant. Enter name of transaction plus name of new/existing variant.

SE01

Transport Organizer (extended view)

SE03

Transport Organizer Tools (change package/dev class etc..)

SE09

Workbench organiser

SE11

ABAP Dictionary

SE14

Database utility: Adjust after change to definition, delete….

SE16

Data browser, view/add table data

SE18

Business Add-ins(BADI’s): Definition transaction

SE19

Business Add-ins(BADI’s): Implementation transaction

SE24

Class builder

SE38

Program Editor

SE39

Split screen editor

SE61

Document maintenance

SE71

Form painter (SAPscript)

SE80

Authority objects

SE81

Application Hierarchy (leads to SE84 for desired area)

SE84

Repository info system

SE91

Message Maintenance

SE93

Maintain Transaction code

SHDB

Batch input recorder

SHD0

Transaction variants

SLIN

ABAP program extended syntax check (full check of programs syntax)

SM04

User overview

SM12

Lock entries

SM13

Update Requests

SM21

Online system log analysis

SM30

Maintain table views

SM31

Table maintenance

SM35

Batch input i.e. Recording

SM36

Create background job

SM37

Background job monitor, Select background jobs

SM49

External Commands

SM50

Process overview (within current server)

SM51

Server overview

SM59

Display and Maintain RFC destination

SM64

Display/maintain Events

SM66

Process(session) overview across all servers

SM69

External commands(Maintain)

SMW0

SAP WEB Repository(binary data) - add/ mod images(used to put in screen containers)

SMX

View background jobs

SNOTE

SAP note assistant (if installed)

SNRO

Maintain number ranges (use FM 'NUMBER_GET_NEXT' to retrieve next number in range.)

SO10

Standard text editor

SP01

Spool list

SP02

Own spool list

SPAD

Spool Administrator

SPAM

Support package manager

SPAU

Modification adjustment

SPRO

IMG

SQ01

Sap Query

ST02

Database Tune Summary

ST04

DB Performance Monitor

STMS

Transport Manager

ST22

ABAP Dump Analysis

SU01

User Maintenance

SU53

Retrieve authorisation data for object, execute after error message is displayed(/nsu53)

SUIM

User info system (New user, Roles, Authorisations, User tcodes etc..)

SXDA

Data transfer workbench

SALE

IDoc and ALE development

WEDI

IDoc and EDI Basis

Read only

andreas_mann3
Active Contributor
0 Likes
1,319

Hi,

or Transaction SE16

with table TSTC

regards Andreas

Read only

0 Likes
1,319

Hello friends,

please check the linke below to find out more about this ....

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