‎2014 Apr 29 3:49 PM
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
‎2014 Apr 29 4:00 PM
Hello ,
Retriveve from table SEOCLASS table ( field CLSNAME ) where CLSNAME LIKE 'Z%'
Regards
‎2014 Apr 29 4:07 PM
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