‎2009 Jul 17 9:13 PM
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
‎2009 Jul 18 7:23 PM
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
‎2009 Jul 18 7:07 PM
‎2009 Jul 18 7:23 PM
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
‎2009 Jul 18 7:23 PM
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
‎2009 Jul 20 1:19 AM
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
‎2009 Jul 21 3:32 AM
go to se11 and give the structure name in the data type row you can see the variuos fileds assigned to the structure.
‎2009 Jul 21 7:59 AM
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
‎2009 Jul 21 10:27 AM
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