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: 

finding string in the 'z' programs.,..

Former Member
0 Kudos
135

hello experts,

i want to find the 'tables' string in all created 'z' programs.

output wll look like..

zprogram name

Total Count

z0mara

1

how do i do that???

1 ACCEPTED SOLUTION

Former Member
0 Kudos
83

Hiii Saurabh...

1) Execute SAP report RPR_ABAP_SOURCE_SCAN in SE38.

2) Give Z*. in program name.

3) Give tables in Find string Options.

4) Execute it.

You will see all ztables whereever this tables string exist.

Reward Points.

4 REPLIES 4

varma_narayana
Active Contributor
0 Kudos
83

Hiii Saurabh...

There is a standard SAP report to find string RPR_ABAP_SOURCE_SCAN,

execute it in se38

<b>reward if Helpful</b>

kishorepallapothula
Participant
0 Kudos
83

Hi Saurabh,

You the table DD02L here you will find all the table names.

write a query based on this you will get the output.

All the best.

Reward if Helpful.

kishore

Former Member
0 Kudos
84

Hiii Saurabh...

1) Execute SAP report RPR_ABAP_SOURCE_SCAN in SE38.

2) Give Z*. in program name.

3) Give tables in Find string Options.

4) Execute it.

You will see all ztables whereever this tables string exist.

Reward Points.

Former Member
0 Kudos
83

Hi Saurabh,

Use report <b>RPR_ABAP_SOURCE_SCAN</b> to get a string in reports.

Gve your tables and execute the report and it will list you of all reports using this string 'tables'.

Thanks,

Vinay