‎2007 Apr 17 2:43 PM
Hi ,
I need to find all the tables that are used in my program , How can i get the table details ?
Kumar
‎2007 Apr 17 2:56 PM
use the FM <b>GET_TABLES</b>
pass the program name it give the tables used
‎2007 Apr 17 2:44 PM
try ST05 and u will get all tables used for selecting data from database
or
Use SELECT statement in global search
‎2007 Apr 17 2:46 PM
‎2007 Apr 17 2:48 PM
Use transaction <b>SE49</b>...or if you into <b>PHP/SAP</b> integration....Use this weblog -;) <a href="/people/alvaro.tejadagalindo/blog/2007/03/13/tasting-the-mix-of-php-and-sap--volume-11 the mix of PHP and SAP - Volume 11</a> You will find a custom FM in there -:D
Greetings,
Blag.
‎2007 Apr 17 2:52 PM
Hi ,
How to use Use SELECT statement in global search ? Can you explain the steps ?
‎2007 Apr 17 2:56 PM
hi
in the task bar u can find a search button. click on that and give "SELECT" in Find.
then select "in main program".
regards,
madhu
‎2007 Apr 17 3:17 PM
‎2007 Apr 17 2:56 PM
use the FM <b>GET_TABLES</b>
pass the program name it give the tables used
‎2007 Apr 17 3:02 PM
Hi, try to use ST05
1-Go to Tcode ST05
2-Select Trace on
3-In se38,Execute your program
4-Come back to st05 and select Trace off
5-Select Trace list.
Hope it will be useful.