‎2008 Mar 25 9:29 AM
Hi,
I got what u have sent.
But I am writing one program, which displays the TCodes which are in specific devclass.
How can I display that, since TSTC doesnot have devclass, and I am not finding any table which relates tcode which are assinged to devclass.
‎2008 Mar 25 10:32 AM
hi,
for this use 2 tables TADIR and TSTC the common field in them is progid.
from TADIR you will get dev class and the prog inside it and from tstc u will get the tcode corresponding to the prog id associated with it.
plz reward if useful
mayank
‎2008 Mar 25 10:37 AM
Hi Paveen,
Use Table TADIR..
Specify program ID as R3TR .
object type as TRAN.
Package as ur Development class.
Hope ur problem is solved.
Reward points.
Babul.
‎2008 Mar 25 11:09 AM
Hi,
The table 'TADIR' will give you the required output.
Regards,
Sankar.