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 line of code in a program

Former Member
0 Likes
978

I have written a program and from within this program I need to check whether a line of code exists in another program. Anyone tried this before? I need a little help getting it done.

1 ACCEPTED SOLUTION
Read only

former_member156446
Active Contributor
0 Likes
828

try using Submit Prg: rpr_abap_source_scan with relevant parameters...

with rb_code = 'X'
                            with repname = <program name to search>
                            with sstring = <things to search in program>

4 REPLIES 4
Read only

former_member156446
Active Contributor
0 Likes
829

try using Submit Prg: rpr_abap_source_scan with relevant parameters...

with rb_code = 'X'
                            with repname = <program name to search>
                            with sstring = <things to search in program>

Read only

0 Likes
828

Thanks J@y .... exactly what I needed ...

Read only

Former Member
0 Likes
828

..ignore.. ques is answered.

Edited by: Ankesh on Jan 20, 2009 9:27 PM

Read only

Sandra_Rossi
Active Contributor
0 Likes
828

the same questions, again and again and again ([I mimick one of the moderators but I'm lazier|;). Please search forum before posting