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

Finding table name for a structure

Former Member
0 Likes
2,480

Hi All,

I just want to find a table name corresponding to a struture name. I had only a structure name and needs to find a table name.

Will you please let me know how to find a table name corresponding to the given structure name?

Thanks in Advance,

Ramana

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,431

Hi,

This is not necessary that for each and every structure, there is a database table created by SAP.

You can find where all one structure is being used by going through the where used list of the structure. ( Using T code SE11).

Regards,

Lalit Kabra

6 REPLIES 6
Read only

Former Member
0 Likes
1,431

Hi KCR,

Go for the table DD03M and DD03L

here you get the tables for the structure you want.

Read only

Vijay
Active Contributor
0 Likes
1,431

hi

just open the structure in se11.

click on structure name and then press where used list icon and select tables from the window opened and execute.

regards

vijay

reward points if helpfull

Read only

Former Member
0 Likes
1,431

Hi,

go thru DD02L/DD03L.

u can get the table name.

thanx.

Read only

Former Member
0 Likes
1,431

Hi KCR,

Goto Se11,And Select Data Type Radio Button,and Enter Structure Name,And Press On Where Used List Button on Top(Application Toolbar),and Select Only Data Base Table Check Box,and the enter..Then it Shows the all tables..

hope this helps u...

reward if useful

thanks and regards

suma sailaja pvn

Read only

Former Member
0 Likes
1,431

hi

good

put that structure name in the SE11 and after opening the structure name check click on the where used list button than you select the button type and diselect button than select the Ok button you find out the list of table name in where this structure has been used.

thanks

mrutyun^

Read only

Former Member
0 Likes
1,432

Hi,

This is not necessary that for each and every structure, there is a database table created by SAP.

You can find where all one structure is being used by going through the where used list of the structure. ( Using T code SE11).

Regards,

Lalit Kabra