2007 Jun 28 8:47 PM
How to list all the tables used in a ABAP program.
For example if an ABAP program uses 10 SAP talbes , and these tables are not declared in the beining of the program , how can we list all the tables used.
2007 Jun 28 8:52 PM
You mean, do you like to see all the list of tables which are used in one program ?
By searching the below words you can see ...
1) Tables
2) From
3) Like
if want to see all the SAP tables then you can check DD02L table.
regards,
Dj
reward for all useful answers.
2007 Jun 29 4:11 AM
Do the <b> SQL trace so that it will list all the table used in the Program</b> .
the tcode for <b>SQL trace is ST05</b> .. <b>do active</b> of your trace ... <b>goto SE30 .. run your Program ...</b>
Then <b>come to ST05 ...deactivate the trace</b> ..<b> Display the trace</b> ...
<b>YOU WILL get the list of the Tables in the Program in the Second Column </b> .
reward points if it is usefull...
Girish
2007 Jun 29 4:14 AM
Use SE49 Transaction -> it will show list of tables for partcular program or Transaction
Thanks
Seshu
2007 Jun 29 6:10 AM
2007 Nov 07 2:16 PM
there didn't exit the Transaction SE49.
Rajiv Gupta did said GO TO SE38 -> Key in your program name
Menu - UTILITIES -> Enviroment Analysis (SHIFT F4).
is the creact answer.
2007 Jun 29 6:12 AM
clear ur requirement, there is no use of sql trace its for the performance issue.
also se49 doesnt exits.
use normal search for tables.
also its better to declare the tables at the beginning of the program coz its one
of the form of standarad coding
thnkx
bhanu
2007 Jun 29 11:17 AM
Hi,
To find the table which are used in the program or transaction u can go to
<b>Tcode SE49</b>
Thanks,
Madhukar
2007 Jun 29 10:43 PM
Se49 doesnt exist and SQL trace is also not very helpful , so I guess the standard search is the only alternative
2007 Nov 06 6:10 AM
Did u get any solution for your question
then mail to [email protected]
2007 Nov 07 6:20 AM
GO TO SE38 -> Key in your program name
Menu - UTILITIES -> Enviroment Analysis (SHIFT F4).
This sud help you ...