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

LOOK FOR STRINGS

Former Member
0 Likes
622

Hi

i want to upgrade the file selection system

because all the files path are in hard code in the Y* And Z* programs

and i want to change it by using FILE transaction

then i have to look for all the programs ( of course Y* and Z* ) that contains a strings which begin or have the server adrees and have the sign '//'

how can i look for all these programs that have this strings or chracters

Best Regard

Owesat Ehsan

1 ACCEPTED SOLUTION
Read only

karol_seman
Active Participant
0 Likes
592

Hi,

use standard program RPR_ABAP_SOURCE_SCAN to scan all files matching your selection criterias to find out the string in the program ...

Regards,

Karol

4 REPLIES 4
Read only

karol_seman
Active Participant
0 Likes
593

Hi,

use standard program RPR_ABAP_SOURCE_SCAN to scan all files matching your selection criterias to find out the string in the program ...

Regards,

Karol

Read only

Former Member
0 Likes
592

thanks a lot

Read only

Former Member
0 Likes
592

thanks

Read only

0 Likes
592

? 10 -> 2 ?

Still any problems with task?