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

TSTCT

Former Member
0 Likes
552

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

2 REPLIES 2
Read only

Former Member
0 Likes
503

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

Read only

Former Member
0 Likes
503

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.