Application Development 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: 

How to find Database table

Former Member
0 Kudos

Hi,

How can I find database table? Can anybody give me a Tips on how to find a database table.

thanks.

james

6 REPLIES 6

former_member194669
Active Contributor
0 Kudos

use SQL trace (Transaction Code ST05)

Former Member
0 Kudos

Hi James

Table DD02L will give you all the SAP tables with the Activation status .

ALso in TADIR , if you give the Object type as TABL , you should be able to see all the tables(database as well as custom)

Thanks

Shivika

former_member189059
Active Contributor
0 Kudos

umm.. try tcode se11 or se16

Please elaborate on exactly what you need

former_member181995
Active Contributor
0 Kudos

Some Addin Se15>data dictionary>table?

sandip_sonar
Participant
0 Kudos

GO TO SE11

GO TO FIND (CTRL +F).

WRITE NAME OF THE TABLE WHICHEVER U WANT TO FIND.

U WILL GET THAT TABLE

Sandip Sonar

Former Member
0 Kudos

hi james...

Refer the table DD02L for the list of all SAP Tables

thanks nikita