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: 

STANDARD TABLE

Former Member
0 Kudos

Hi,

Does anyone know what is the name of the table in sap which has all the collection of tables , structures , fields and other information. I have a requriement where I need to specify a table name in the first select option and depending on that table, the second select option,field name should have all the values,on pressing F4.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

You can check this table- DD02L.

It has all the table names and field names...

5 REPLIES 5

prasanth_kasturi
Active Contributor
0 Kudos

Hi,

DD02L ---> all sap tables and structures

DD03l----> Table fields

TADIR

if you wish all must be in a single table better go for a view ( Data base or helpview)

regards

prasanth

Former Member
0 Kudos

Hi,

Refer TADIR

DD02L ---> all sap tables

DD03l----> Table fields

Former Member
0 Kudos

hi for table --->DD02L

for fields------>DD03L

Former Member
0 Kudos

hi,

tablenames u can find in DD02L.

fieldnames u can find is DD03L.

in order to fulfill ur requirement make use of

F4 IfINT_TABLE_VALUE_REQUEST.

RGDS.,

SUBASH

Former Member
0 Kudos

Hi,

You can check this table- DD02L.

It has all the table names and field names...