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

All the transaction codes for a program or function module

Former Member
0 Likes
2,275

Hi All,

I have a few function module and program names.

I would like to know which transaction codes call these function modules and programs. I feel that the where used list method seems to be pretty cumbersome, for example for a where used list with a function module, a list of programs are obtained and then on searching for these programs, more programs may be obtained and finally the corresponding transaction codes are obtained.

Hence I would like to know if there is an easier way through which we can track the transaction codes for a program or function module.

Thanks & Regards,

Sushanth Hulkod

4 REPLIES 4
Read only

Former Member
0 Likes
1,846

Try the TSTC table in SE11 ... Holds all T-Codes and corresponding reports.

Read only

Former Member
0 Likes
1,846

Hi,

For function modules there wont be any transaction code, but programs will be having transaction codes. To check that you use TSTC table.

Best Regards,

Chandu.

Read only

Former Member
0 Likes
1,846

Hi Sushanth,

TSTC is pretty for executable programs and module pools.

For functions there is no simple way and even the where used list might not show all function calls ! If there is a RFC function module in your list, it can be called from outside your system and there is no entry in where used list for that.

Also function modules can be called in a dynamic way and there will be no where used list entries for that, too.

Regards,

Klaus

Edited by: Klaus Babl on Feb 24, 2012 6:56 AM

Read only

Kurusetti
Explorer
0 Likes
1,846

Hi,

what chandra sekhar said was correct , there will be no transaction codes for function modules .

Only programs will have tcodes .

check out this two tables .

TSTCT -- Transaction Code Texts ,, here you can find tcode and its short description l.

TSTC -- in this u can find which Tcodes is related to particular program.

Thanks and regards,

k.rajesh