‎2007 Aug 27 9:28 AM
Hi,
I want to find the table to which the structures RMQAM, RMMG1 are getting updated?
Plz tell me how to find the tables based on the structure?
Thanks
‎2007 Aug 27 9:41 AM
Hi,
Chances are your transparent table belongs to the same package as your structure.
Check out the Attributes page of your structure and see what package/collection it belongs to.
Then go back to SE11, mark Tables and hit F4. In the search screen enter the package name you found to get a list of all tables it contains.
‎2007 Aug 27 9:35 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 27 9:41 AM
Hi,
Chances are your transparent table belongs to the same package as your structure.
Check out the Attributes page of your structure and see what package/collection it belongs to.
Then go back to SE11, mark Tables and hit F4. In the search screen enter the package name you found to get a list of all tables it contains.