cancel
Showing results for 
Search instead for 
Did you mean: 

SE93

Former Member
0 Kudos

Hi All,

What is T.Code for getting the list of all transactions? I tried with SE93 but not of use.

Regards,

Tatvam

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

TSTC SAP Transaction Codes

TSTCA Values for transaction code authorizations

TSTCA_C Values for Transaction Code Authorizations

TSTCC Additional Attributes for TSTC

TSTC_LOG SAP transaction codes

TSTCP Parameters for Transactions

TSTCRID

TSTC_SM Control table SU22: Auth.obj.maint. for tr

TSTC_SRT Assign Transaction Codes to Reports

TSTCT Transaction Code Texts

Reward points if useful.

Former Member
0 Kudos

Hi

Refer link below

;

The full list of transaction codes is maintained in the tables TSTC and TSTCT. So, you can have a look via SE16 in your own SAP system as well.

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.

or else

If you want to list all Tcodes and their short description, go to SE16 ==> Type TSTCT in Table Name field ==> Press F7 (Tables contents)==> modify "Maximun no. of hits" to 98,000 ==> Press F8 (Execute).

Edited by: SHESAGIRI.G on Jan 23, 2008 3:57 PM