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

Structure with Table

Former Member
0 Likes
639

Hi,

Anyone tell to me that this particular Structure is releated to TABLE in database.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
614

Dear Aman

You did not right the Structure name .....

Also there is different way to find the Table name of particular structure. You can use like Where Use List..

You can also use the SE90 to find any Object.

Regards,

Rizwan

5 REPLIES 5
Read only

former_member206439
Contributor
0 Likes
614

Hi

If you don't mind can you exaplin your query in detail

Read only

Former Member
0 Likes
615

Dear Aman

You did not right the Structure name .....

Also there is different way to find the Table name of particular structure. You can use like Where Use List..

You can also use the SE90 to find any Object.

Regards,

Rizwan

Read only

matt
Active Contributor
0 Likes
614

Structures, in the way your are talking about them, are used to populate and read screen fields. Sometimes you're lucky and the structure used will be that of an transparent table. Most often you won't be. Then the only way to tell the link is through the ABAP program that runs the transaction. Search this site about "how to find the underlying tables for data" for more information.

matt

Read only

former_member873340
Active Participant
0 Likes
614

Hi Aman,

If my understanding is current. you need to find where a particular structure is used.

Go to SE11 > type the structure name > click on display

then press CTRL + SHIFT + F3

there click for database tables and enter u will get the list of all tables

Rewarrd pointss for all helpful answers

Gowri

Read only

Former Member
0 Likes
614

hi,

where is your structure?

and , give more information when you are making a post.