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

all predefined tables ?

Former Member
0 Likes
1,263

all predefined tables are where you can see,in which table all predefined tables are seen ?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
690

<u>List of table you can see in the se11 /se16 tcode's</u>


DD02V  ->Data dictionary tables
 
DD03L  -> Data dictionary tables and fields
 
DD07T -> Texts for Domain Fixed Values
 
T100   -> Table of message ( mesage class and message number )
 
TRDIR  ->Table of programs
 
TRMAC  -> Table of macros
 
TSTC    -> Table of transaction codes
 
TADIR   -> Directory of R/3 repository objects
 
TFACD  -> Factory calender definition
 
THOCI  -> Public holiday calendar index
 
TPARA  -> Table of PID's

reward points if it is usefull ....

Girish

3 REPLIES 3
Read only

Former Member
0 Likes
690

Goto Se11 -> enter table name DD02L ,this will contains all sap standard tables and custom tables

Thanks

Seshu

Read only

Former Member
0 Likes
691

<u>List of table you can see in the se11 /se16 tcode's</u>


DD02V  ->Data dictionary tables
 
DD03L  -> Data dictionary tables and fields
 
DD07T -> Texts for Domain Fixed Values
 
T100   -> Table of message ( mesage class and message number )
 
TRDIR  ->Table of programs
 
TRMAC  -> Table of macros
 
TSTC    -> Table of transaction codes
 
TADIR   -> Directory of R/3 repository objects
 
TFACD  -> Factory calender definition
 
THOCI  -> Public holiday calendar index
 
TPARA  -> Table of PID's

reward points if it is usefull ....

Girish

Read only

varma_narayana
Active Contributor
0 Likes
690

Hi..

All the Tables are stored in Table DD02L.

But the better way to Search them is using the Tcode SE15. Where you can enter the Selection criteria (Like the Type of table, Package, Application etc ) to select the Required tables ..

<b>Reward if Helpful</b>