2007 Aug 24 9:40 AM
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???
2007 Aug 24 9:52 AM
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.
2007 Aug 24 9:42 AM
Hiii Saurabh...
There is a standard SAP report to find string RPR_ABAP_SOURCE_SCAN,
execute it in se38
<b>reward if Helpful</b>
2007 Aug 24 9:43 AM
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
2007 Aug 24 9:52 AM
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.
2007 Aug 24 9:53 AM
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