Application Development 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: 

Structure - Data View

Former Member
0 Kudos

I know a structure (xxxxxxxxxxx), how to see the underlying data under this structure.. I want to how the mapping is created for each field in the structure. For example

Structure A XXXXXXXX

Field 1 - Account

Field 2 - Balance

Field 3 - total

How would I know these values are populated from which table ? and how to trace back that table and fields ?

Thanks and I appreciate your quick posting

BI

1 ACCEPTED SOLUTION

Former Member
0 Kudos

1. you can do where used on the data elements

2. you can see the check tables

3. you can check where used in program/class/interface for that structure and check select statements in that code.

hop this will help

7 REPLIES 7

Former Member
0 Kudos

Try where used list for the Structure.......

Former Member
0 Kudos

1. you can do where used on the data elements

2. you can see the check tables

3. you can check where used in program/class/interface for that structure and check select statements in that code.

hop this will help

Former Member
0 Kudos

1. you can do where used on the data elements

2. you can see the check tables

3. you can check where used in program/class/interface for that structure and check select statements in that code.

hop this will help

0 Kudos

u can also use ST05 sql trace to find database tables..but u need bit experience for quick results by st05 otherwise its good time to learn ST05

cheers

Former Member
0 Kudos

go to se11 and give the structure name in the data type row you can see the variuos fileds assigned to the structure.

Former Member
0 Kudos

Hello,

- Go to SE11 and View the fields in the structure.

In any case, structure do not contain data of their own.

So check the table in which this structure is included using where used list for this structure.

Regards

Former Member
0 Kudos

Hai,

You can navigate to the concerned Domain of the field and click the Value Range tab, you can see the Value Table below.

Best Regards,

rama