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

how to find structure reference table

Former Member
0 Likes
2,862

Hi all

i want to ask "a structure is there how to find the reference master database table and field from that structure e.g suppose a structure ADDR2-DATA is defined but i can't find the reference MASTER DB TABLE from that with it's field

same with FKKOPK-BETRW how to find the REFERENCE OF MASTER DB TABLE for these STRUCTURE FIELD.

-how to fetch the data from structure in the program any code e.g

-is there any method to find the relation with in the structure to structure to fetch the data

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,521

Hi

Goto SE12 -> give the structure/dataelement & press F7

If you give the structure name, then goto the corresponding dataelement & double-click over the dataelement.

Then click Where-used list & there check the Tables checkbox & click enter.

You can get the list of Tables in which the data element is used.

Kindly reward points for helpful answers!

regards,

Thangesh

4 REPLIES 4
Read only

Former Member
0 Likes
1,522

Hi

Goto SE12 -> give the structure/dataelement & press F7

If you give the structure name, then goto the corresponding dataelement & double-click over the dataelement.

Then click Where-used list & there check the Tables checkbox & click enter.

You can get the list of Tables in which the data element is used.

Kindly reward points for helpful answers!

regards,

Thangesh

Read only

dani_mn
Active Contributor
0 Likes
1,521

HI,

Open your structure using SE11 and use 'WHERE USE LIST' button in application tool bar to find the database table in which this structure is used.

structure don't store data they have just one line of data that can be accessed using 'STRUCT-FIELD_NAME'.

Regards,

Wasim Ahmed

Read only

Former Member
0 Likes
1,521

Hi Gaurav

Goto SE12 and give the data element name of the field of structure.

In the date element display screen, check the where-used-list to find list of the tables in which the data-element is used to store the data.

Choose the right table from the list.

Best regards,

Phani

Read only

Former Member
0 Likes
1,521

hi,

goto SE80,

click on repository infomation system,

then selet the table,

click on execute,

go for it,

you will get it,

best of luck,

regards,

kcc