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

Search text in programs, classes, FM, etc

Former Member
0 Likes
9,661

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

1 ACCEPTED SOLUTION
Read only

Former Member
3,260

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

3 REPLIES 3
Read only

Former Member
3,261

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

Read only

0 Likes
3,260

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é

Read only

0 Likes
3,260

Have a look at FM's - SCAN_ABAP_OBJECTS_CLASSES and SCAN_ABAP_OBJECTS_SECTION, It may be of some help.

Thanks

Seshu