Application Development 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: 

Search content of ABAP programs

Former Member
0 Kudos

I need a way to search all of our Z programs for select statments. Is there any way to do this?

Please reply immediately.

1 ACCEPTED SOLUTION

vinod_gunaware2
Active Contributor
0 Kudos

If u r not remembering the name of program even though u can find program name

For that purpose u should no either variable name or string which used in the program.

1. Program Name : RPR_ABAP_SOURCE_SCAN

OR

2. Transaction Code : ewk1

regards

vinod

10 REPLIES 10

vinod_gunaware2
Active Contributor
0 Kudos

If u r not remembering the name of program even though u can find program name

For that purpose u should no either variable name or string which used in the program.

1. Program Name : RPR_ABAP_SOURCE_SCAN

OR

2. Transaction Code : ewk1

regards

vinod

0 Kudos

hi,

Execute this report i.e, <b>RPR_ABAP_SOURCE_SCAN</b>

Regards,

Santosh

former_member181962
Active Contributor
0 Kudos

Run this report:

RPR_ABAP_SOURCE_SCAN

REgards,

Ravi

Former Member
0 Kudos

HI Rajath,

in the menu..

utilities -> find in SOURCE code..

give the source code and use this to find it in SE38..

regards

satesh

Former Member
0 Kudos

Hi Kiran,

<b>Read reports into internal table and search for 'SELECT'</b>

Please reward points if helpful.

Regards,

Srikanth.

Peter_Inotai
Active Contributor
0 Kudos

In WAS 6.20 you can use code inspector, there is check for this: General Checks, Table Names from SELECT Statements.

Peter

ferry_lianto
Active Contributor
0 Kudos

Hi Rajath,

You can use this standard programs.

<b>RKCTSEAR

RPR_ABAP_SOURCE_SCAN</b>

Hope this will help.

Regards,

Ferry Lianto

Former Member
0 Kudos

Hi Rajat,

If you are on 4.7 version use CODE INSPECTOR to search a string in z programs. This search is more powerful.

Cheers

VJ

naimesh_patel
Active Contributor
0 Kudos

Hello,

on the SE38 main screen, <b>Utilities > FInd in source code</b>

Give you <b>Search criteria</b> and <b>select programs</b> and run.

regards,

Naimesh

Former Member
0 Kudos

Thanks for your answers..