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 to find Custom Class List

Former Member
0 Likes
832

Hello Expert,

I want to create which should list Custom Class.

Please help me with the table name or some logic which i can use to find this list.

Thanks,

Viru

2 REPLIES 2
Read only

Former Member
0 Likes
667

Hello ,

Retriveve from table  SEOCLASS table ( field CLSNAME ) where CLSNAME LIKE 'Z%'

Regards

Read only

Former Member
0 Likes
667

Hi virendra,

The program RPR_ABAP_SOURCE_SCAN will give a list of programs.

Go to se38 and run the program.

The table D010LINF has your custom programs.

The table SEOCOMPODF has classes.

I hope that  these hints help.

Thank you,

John