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 field

Former Member
0 Likes
485

Hi Experts,

How to find a table corresponding to a structure field?

Because some times field in the structure will be different from Table field?

Regards

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
464

Hi

I hope this question was already answered.

There is strict rule such that we have to use a particular method to find the related database table for a strcuture

Just take the description of the structure and its fields and accordingly we have to find the tables

Reward points if useful

Regards

Anji

4 REPLIES 4
Read only

Former Member
0 Likes
465

Hi

I hope this question was already answered.

There is strict rule such that we have to use a particular method to find the related database table for a strcuture

Just take the description of the structure and its fields and accordingly we have to find the tables

Reward points if useful

Regards

Anji

Read only

Former Member
0 Likes
464

Hi,

Even though the field name is different check with data element for that field. & use WHERE USED LIST on it.

Thanks

Sandeep

Reward if helpful

Read only

Former Member
0 Likes
464

Quite often the name of the table is included in the name of the structure.

You canalson check the package (maintained in attributes of table/structure) with TRX SE84 and see what table/structures are in the same package...

Read only

former_member196280
Active Contributor
0 Likes
464

Use where used list and select table check box.

Reward points to all useful answers.

Regards,

SaiRam