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
2,958

Hi,

I wanted to retrive only the TCodes which are related to Specific DevClass.

How can I do that?

Eq: if DevClass = 'zxx'.

I wanted to retrive only TCodes which are in ZXX devclass

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,728

Hi Praveen,

Go to SE80 and specify the development class name and click display.It lists all the objects in that development class.

You can check all the transactions under folder transactions.

SE80--> Package = ZPSD or ( dev class) and click display.

Babul.

Hi,

I wanted to retrive only the TCodes which are related to Specific DevClass.

How can I do that?

Eq: if DevClass = 'zxx'.

I wanted to retrive only TCodes which are in ZXX devclass

4 REPLIES 4
Read only

Former Member
0 Likes
1,728

hi,

either you can use TSTC table to look into it, which has all the tcodes or you can use se80 transaction for object navigation which will give you everything inside the development class along with the tcodes.

plz reward points if found useful.

thanks

mayank

Read only

Former Member
0 Likes
1,729

Hi Praveen,

Go to SE80 and specify the development class name and click display.It lists all the objects in that development class.

You can check all the transactions under folder transactions.

SE80--> Package = ZPSD or ( dev class) and click display.

Babul.

Read only

Former Member
0 Likes
1,728

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.

Read only

0 Likes
1,728

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.