‎2008 Aug 16 7:47 AM
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
‎2008 Aug 16 10:45 AM
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.
‎2008 Aug 16 10:45 AM
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.
‎2008 Aug 16 12:00 PM
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
‎2008 Aug 16 12:30 PM