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

database table

Former Member
0 Likes
767

HI.

how to find database table for structure

6 REPLIES 6
Read only

Former Member
0 Likes
733

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

Read only

Former Member
0 Likes
733

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

Read only

Former Member
0 Likes
733

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

Read only

Former Member
0 Likes
733

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

Read only

varma_narayana
Active Contributor
0 Likes
733

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>

Read only

Former Member
0 Likes
733

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