‎2008 Mar 03 12:32 PM
Through TSTCT i can find all Z tcode from any Client,
is any Method or Hint to Show that Its For MM, SD, FICO..
i want to Group all ztcode In Module Wise.
Thanks In adva,
Point is assurd
‎2008 Mar 03 12:54 PM
Hi Jim,
If you want to know to which module a transaction belongs to, then do the following...
1. Pass the transaction code to table TSTC (field TCODE) and read the program name from field PGMNA.
2. Pass this program name to table REPOSRC (field PROGNAME) and read the field APPL.
3. Pass the field APPL to table TAPLP (field APPL) and get the Application area.
I have tried it out for MM03 and CO11 and it works.
But am not sure if it will work for all.
Regards,
Koushik Lingam
‎2008 Mar 03 12:56 PM
Hi Jim,
A transaction belonging to SD contains the letter V in it ( ex: VA01, VL01), similarly for every module there is a letter coding. You can group the transaction based on the identification letter as mentioned above.