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: 

database table

Former Member
0 Kudos

HI.

how to find database table for structure

6 REPLIES 6

Former Member
0 Kudos

Hi,

Look at the below blog ... you will find it

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

Regards

Vijay

former_member588853
Active Contributor
0 Kudos

HI,

<b>go to se11..

give the structure name..

press the where used list and select TABLES and enter..

You will find DBtables which used that structure..</b>

Else

<b>go to SE84

Expand ABAP dictionary..

give the structure name and execute.</b>

rewards if useful,

regards,

nazeer

Former Member
0 Kudos

HI,

go to se 11

open the structure

press on where used list

execute it with only table option

you will get the list.

Thanks

Vivekanand

Former Member
0 Kudos

Hi,

Here is the bolg which explains you clearly with the Screens

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

Regards

Sudheer

varma_narayana
Active Contributor
0 Kudos

Hi

There are Several ways to Find the Tables that are linked to Structures ...

1. Check out the fields of ur Structure

in SE15 you can use these Field Names to Find out all the tables which has this Field.

2. Open the Source code of the Program and Search for this Structure name throughout the Program .. You will be able to find the Link.

Bcoz at some point in the code the data of the Structure fields in used to Update the Table.

<b>reward if Helpful</b>

Former Member
0 Kudos

hi

1. Go to SE84

2. Under ABAP Dictionary---> select structures and double click on it.

3. u will get the right panel asking for structure name, so enter the structure name and then click on execute button