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

Transaction code with Develpment Class

Former Member
0 Likes
581

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.

3 REPLIES 3
Read only

Former Member
0 Likes
558

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

Read only

0 Likes
558

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.

Read only

Former Member
0 Likes
558

Hi,

The table 'TADIR' will give you the required output.

Regards,

Sankar.