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

Program of type Class Pool

Former Member
0 Likes
744

When we create a class in the Class Builder i.e. SE24, a program of type Class Pool is generated automatically. Where will we find the name of that program?

Thanks,

Ibrahim

1 ACCEPTED SOLUTION
Read only

Sm1tje
Active Contributor
0 Likes
631

have a look at table TADIR. Here all programs which are created for this class will be available. It will be something like ZCL_CLASS_NAME======CP.

So in TADIR use the name of your class to do the search.

3 REPLIES 3
Read only

Sm1tje
Active Contributor
0 Likes
632

have a look at table TADIR. Here all programs which are created for this class will be available. It will be something like ZCL_CLASS_NAME======CP.

So in TADIR use the name of your class to do the search.

Read only

uwe_schieferstein
Active Contributor
0 Likes
631

Hello Ibrahim

In the TADIR table you will find only the object entry for your class (e.g. R3TR CLAS ZCL_MY_CLASS).

However, table PROGDIR contains all the sub-objects of your class ().

In addition, you may find class CL_OO_CLASSNAME_SERVICE useful.

Regards

Uwe

Read only

Former Member
0 Likes
631

Thanks everyone for your help