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 - Data View

Former Member
0 Likes
858

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
Read only

Former Member
0 Likes
792

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
Read only

Former Member
0 Likes
792

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

Read only

Former Member
0 Likes
792

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

Read only

Former Member
0 Likes
793

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

Read only

0 Likes
792

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

Read only

Former Member
0 Likes
792

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

Read only

Former Member
0 Likes
792

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

Read only

Former Member
0 Likes
792

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