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

Former Member
0 Likes
981

Hi all,

Is there any transaction code to find out all the transaction codes of a particular module (Ex. Transaction codes of all IS-U related...)

Thanks in Advance,

Regards,

Phani

4 REPLIES 4
Read only

Former Member
0 Likes
702

Hi phani,

SE93 Maintain Transaction Codes

below r the links which helps you for the definitions of transactions.

http://www.sap-img.com/general/find-the-list-of-sap-transaction-codes.htm

http://www.sap-img.com/financial/sap-fi-transaction-code-list-1.htm

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

http://www.sap-img.com/basis/useful-sap-system-administration-transactions.htm

http://www.members.tripod.com/abap4/Transaction_Codes.html

http://www.easymarketplace.de/transactions-f-h.php?Printer=1

in simple words

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.

if it helps you reward with points and close the thread.

regards,

venu.

Read only

Former Member
0 Likes
702

hi,

use TSTC table it will be helpful for you

Cheers,

Sasi

Read only

0 Likes
702

Hi

Using TSTC, we can see all the TCodes, But can we find the TCodes for a specific module?

Regards,

Phani

Read only

Former Member
0 Likes
702

HI,

Enter transaction code 'Search_sap_menu' & In Pop-UP enter description , then it will give all possible transaction codes or paths.

Or

Go To transaction code SE93 & enter first 2characters with '' for example 'VA',whatever transacode you known related to you and press F4 you will get all transactions codes starting with first2 characters you entered.

Thanks

Ramesh