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: 

Tcode to list all Tcodes

Former Member
0 Kudos

Hi can any one tell me what is the Transaction code using which we can list all the transactions in SAP?

how do you trace for tables that are used in the specific program?

Please throght light.

9 REPLIES 9

gopi_narendra
Active Contributor
0 Kudos

TSTC table serves your purpose.

Regards

Gopi

0 Kudos

hi

check these tables.

tstc-sap transaction codes

tstct-transaction code texts

Former Member
0 Kudos

Hi,

Check the tables TSTC and TSTCT.

regards,

Navneeth K.

Former Member
0 Kudos

Hi,

Goto transaction SE16.. give table name as TSTC.. display the records...

Thanks and Best Regards,

Vikas Bittera.

Former Member

Hi,

Use Transaction SE93 to find to code or use table TSTC for the list od t-codes.

Former Member
0 Kudos

hi vamsi,

u can also try with the t/c SM01, where u can find all the list of t/c's and TSTC table will list u all the t/c's.

To trace the tables used in a specific program go to st05.

Regards...

Arun.

Reward points if useful.

Former Member
0 Kudos

Hi vamsi

the first question , I don't think we have this transaction to keep all t-code.

the second question ,you can trace the tables that used in the program by transaction code : se30 . entry the program and execute then choose evaluate and click hit list . you will see the select statement from the program.

Regards

Wiboon

Former Member
0 Kudos

Hi,

The T-Code is SDMO.Search for Tcode description, u will get all the associated T Codes in it.

If u r searching a std program the tables used might have been declared in the include(top) where global fields have been declared.Otherwise u have to search for the select statements.

Reward if useful.

thanks

abdullahourani
Explorer
0 Kudos

Use Transaction SE93 to find to code or use table TSTC for the list of t-codes, Goto transaction SE16.. give table name as TSTC display the records.