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

STANDARD TABLE

Former Member
0 Likes
828

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

Former Member
0 Likes
785

Hi,

You can check this table- DD02L.

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

5 REPLIES 5
Read only

prasanth_kasturi
Active Contributor
0 Likes
785

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

Read only

Former Member
0 Likes
785

Hi,

Refer TADIR

DD02L ---> all sap tables

DD03l----> Table fields

Read only

Former Member
0 Likes
785

hi for table --->DD02L

for fields------>DD03L

Read only

Former Member
0 Likes
785

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

Read only

Former Member
0 Likes
786

Hi,

You can check this table- DD02L.

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