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

Table name for a structure

Former Member
0 Likes
2,479

How can i find the table name for a structure?.

How can i find the table name for a structure?.

8 REPLIES 8
Read only

Former Member
0 Likes
1,589

Hi,

I think there is no direct way to find that

If you want to find the table name for a field , you can find that using where-used-list of that field

Aslo check this /people/community.user/blog/2006/12/29/useful-tips-to-find-out-the-table-for-screen-field

thanks

chandra

Read only

Former Member
0 Likes
1,589

HI,

Go to SE11 give the structure name and press where-used-list button and select tables in the popup box and press enter to find all the tables where the structure is being used.

Read only

Former Member
0 Likes
1,589

Hi Vineela,

Question was not clear. Structure name is different from table name.

In se11, Provide name in data type ,click on create. The pop up displays, you can choose the radio button of structure.

rgds

Umakanth

Read only

prasanth_kasturi
Active Contributor
0 Likes
1,589

hi,

your question is not clear.

do you want to know the table name where the structure is used

then goto se11------> give your structure name in data type

press where used list

reward if helpful

prasanth

Read only

0 Likes
1,589

KOMP is a structure and its related table is KONV.

Like that i could not able to get the table which is related to the structure BPDY.

Read only

0 Likes
1,589

hi,

the structure BPDY is not used in any of the data base tables

regards

prasanth

Read only

Former Member
0 Likes
1,589

Hi,

1.Goto SE11.

2.Give the structure name.

3.Go to change mode.

4.Go to utilities -


> Where used list

5.In that select the Tables.

Then you can find the tables for a structure.

Reward if it useful...

Lakshmi

Read only

Former Member
0 Likes
1,589

Thank you all your replys friends.