‎2007 Sep 12 3:25 PM
Hi,
I would like to find , in which package particular class belongs to ?
Thanks,
Jey
‎2007 Sep 12 3:34 PM
Look on table TADIR. If you're looking for a class, select from TADIR where PGMID = 'R3TR' and OBJECT = 'CLAS' and obj_name = <your class name>. The field DEVCLASS has the package name.
‎2007 Sep 12 3:28 PM
Goto properties tab...to check package of class...in SE24.
If it is local class..... goto attributes of program.
Regards
Vasu
‎2007 Sep 12 3:30 PM
‎2007 Sep 12 3:34 PM
Look on table TADIR. If you're looking for a class, select from TADIR where PGMID = 'R3TR' and OBJECT = 'CLAS' and obj_name = <your class name>. The field DEVCLASS has the package name.
‎2007 Sep 25 11:15 AM
Hi Kevin,
Thanks for your information . I would also like to find the short text that was entered during the creation of the class. so let me know , is there any api or table that is available to get the above info.
‎2007 Sep 25 11:27 AM