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

How to find Database table

Former Member
0 Likes
2,357

Hi,

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

thanks.

james

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
Read only

former_member194669
Active Contributor
0 Likes
1,352

use SQL trace (Transaction Code ST05)

Read only

Former Member
0 Likes
1,352

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

Read only

former_member189059
Active Contributor
0 Likes
1,352

umm.. try tcode se11 or se16

Please elaborate on exactly what you need

Read only

Former Member
0 Likes
1,352

Some Addin Se15>data dictionary>table?

Read only

sandip_sonar
Participant
0 Likes
1,352

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

Read only

Former Member
0 Likes
1,352

hi james...

Refer the table DD02L for the list of all SAP Tables

thanks nikita