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 Tables

Former Member
0 Likes
859

Hi ,

I need to find all the tables that are used in my program , How can i get the table details ?

Kumar

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
832

use the FM <b>GET_TABLES</b>

pass the program name it give the tables used

8 REPLIES 8
Read only

Former Member
0 Likes
832

try ST05 and u will get all tables used for selecting data from database

or

Use SELECT statement in global search

Read only

alex_m
Active Contributor
0 Likes
832

Use SELECT statement in global search.

Read only

Former Member
0 Likes
832

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.

Read only

Former Member
0 Likes
832

Hi ,

How to use Use SELECT statement in global search ? Can you explain the steps ?

Read only

0 Likes
832

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

Read only

0 Likes
832

Ok

Message was edited by:

Chandrasekhar Jagarlamudi

Read only

Former Member
0 Likes
833

use the FM <b>GET_TABLES</b>

pass the program name it give the tables used

Read only

rodrigo_paisante3
Active Contributor
0 Likes
832

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.