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

class respective package

Former Member
0 Likes
790

Hi,

I would like to find , in which package particular class belongs to ?

Thanks,

Jey

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
770

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.

5 REPLIES 5
Read only

Former Member
0 Likes
770

Goto properties tab...to check package of class...in SE24.

If it is local class..... goto attributes of program.

Regards

Vasu

Read only

0 Likes
770

Hi vasu,

I would like to find through abap programs.

Read only

Former Member
0 Likes
771

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.

Read only

0 Likes
770

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.

Read only

Former Member
0 Likes
770

This message was moderated.