2007 Aug 31 9:51 AM
2007 Aug 31 9:55 AM
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
2007 Aug 31 10:11 AM
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
2007 Aug 31 10:20 AM
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
2007 Aug 31 10:25 AM
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
2007 Aug 31 10:34 AM
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>
2007 Aug 31 10:38 AM
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