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

read ABAP programs to find hard coded text?

vsubbakrishna
Participant
0 Likes
525

Hi all,

I need to develop a program which inputs the ABAP program name and searches for a <b>specific text in the program</b> and outputs the result whether the text was found or not.

for ex: we can search if text " <b>Modification Log</b>" has been used in program or not. etc....

Input: 1)ABAP Program name

2) text to be searched

valuable inputs needed.

Thanks,

Subba

3 REPLIES 3
Read only

Former Member
0 Likes
471

hi

RPR_ABAP_SOURCE_SCAN - this report does what you are looking for with more functionalities

if helpful, reward

Sathish. R

Read only

0 Likes
471

thanks Satish.....points assigned....

i will try this and get back......

thanks once again...

Subba

Read only

vsubbakrishna
Participant
0 Likes
471

answered!!