‎2012 Feb 24 3:57 AM
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
‎2012 Feb 24 5:19 AM
Try the TSTC table in SE11 ... Holds all T-Codes and corresponding reports.
‎2012 Feb 24 5:43 AM
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.
‎2012 Feb 24 5:53 AM
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
‎2012 Feb 24 6:03 AM
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