‎2007 Jul 06 3:23 PM
Hi,
I need search texts in source codes, such as program, function modules, classes.
I ran the RPR_ABAP_SOURCE_SCAN, but it scan only programs/reports. However I'd like scan classes in a package, for instance, too.
In SE80, when I open a package, the workbench allow only scan a class per time and a package have several classes.
Does anybody know any program or tool?
André
Rio de Janeiro, Brazil
‎2007 Jul 06 3:30 PM
Hi Andre,
I think RPR_ABAP_SOURCE_SCAN can solve the problem as it gets program names from TADIR only which contains all the entries.
Regards,
Atish
‎2007 Jul 06 3:30 PM
Hi Andre,
I think RPR_ABAP_SOURCE_SCAN can solve the problem as it gets program names from TADIR only which contains all the entries.
Regards,
Atish
‎2007 Jul 06 5:47 PM
Hi Atish,
Thanks for reply, but I think I have to modify RPR_ABAP_SOURCE_SCAN, because it reads object = 'PROG' (program) and 'FUGR' (function module) in TADIR when a package is informed.
I can put CL* in program name and 'K' in program type, however it reads all programs and not just classes contained in the package, by raising time out exception...
Regards,
André
‎2007 Jul 07 3:29 AM
Have a look at FM's - SCAN_ABAP_OBJECTS_CLASSES and SCAN_ABAP_OBJECTS_SECTION, It may be of some help.
Thanks
Seshu