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 for string inside code in Netweaver 2004s

alejandro_bindi
Active Contributor
0 Likes
306

I've used to use the RPR_ABAP_SOURCE_SCAN report to search inside code, for example to detect hardcoding of a given value.

But it isn't available on the system.

Older reports for that task as RSRSCAN1 dumps.

Is there any alternative for this useful tool?

Many thanks.

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
279

The program name is RS_ABAP_SOURCE_SCAN

Regards,

RIch Heilman

3 REPLIES 3
Read only

Former Member
0 Likes
279

There is still a program - might have been renamed - search for RSCAN programs or RSOURCE

Andrew

Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
280

The program name is RS_ABAP_SOURCE_SCAN

Regards,

RIch Heilman

Read only

alejandro_bindi
Active Contributor
0 Likes
279

Many thanks to both.

Regards