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

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

Former Member
0 Likes
660

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
Read only

Former Member
0 Likes
608

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
Read only

varma_narayana
Active Contributor
0 Likes
608

Hiii Saurabh...

There is a standard SAP report to find string RPR_ABAP_SOURCE_SCAN,

execute it in se38

<b>reward if Helpful</b>

Read only

kishorepallapothula
Participant
0 Likes
608

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

Read only

Former Member
0 Likes
609

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.

Read only

Former Member
0 Likes
608

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