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

Tables

Former Member
0 Likes
657

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
618

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.

2 REPLIES 2
Read only

varma_narayana
Active Contributor
0 Likes
618

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
619

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.