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: 

Transaction Code Search by Keyword

rajan_s
Participant
0 Kudos

Is there any way to search for appropriate transaction codes by keyword search without knowing any transaction codes? For e.g. type: Display Report or Display Table and not know the transaction code for that? I already know about Tables: TSTC and TSTCT, it did not help for what I am looking for.

Thanks!

1 ACCEPTED SOLUTION

Former Member
0 Kudos

There is another transaction SE84 which will also help a lot in terms of finding a field in a table. This is kind of explorer for SAP. Try this.

-Guru

6 REPLIES 6

Former Member
0 Kudos

There is another transaction SE84 which will also help a lot in terms of finding a field in a table. This is kind of explorer for SAP. Try this.

-Guru

Former Member
0 Kudos

Hi,

Try this:


1. Run TCODE: SE93
2. Press F4 ( It will show new window)
3. Press Information System ( or Press F5 )
4. Write your Key Word in Short Description field, example: " *Display Report* "
5. Press Enter or F8, and it will display all Transaction Code with that Short Description.

OR 

1. Run TCODE: SE16.
2. Write table name: TSTCV
3. Write your key word in TTEXT, example: " *Display Report* "
4. Execute or press F8, and it will give the result.

Regards,

0 Kudos

Thanks for the response but both of these methods didn't work. Without filling the transaction code and just typing Display Report in short description or TTEXT, it does not list any transaction codes. I am getting error: 'No table entries found for specified key'.

ferry_lianto
Active Contributor
0 Kudos

Hi Rajan,

Please try transaction code SEARCH_SAP_MENU.

Regards,

Ferry Lianto

0 Kudos

I guess SEARCH_SAP_MENU is pretty close but it gives out whole page of bunch of TC. Isn't there a way to search for any transaction code for e.g. if you are searching for 'IDoc List' and it will give transaction code WE02

rajan_s
Participant
0 Kudos

Thanks to those who helped/replied. Closing this thread as no further replies.