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

Struct question

carlos_zhang3
Participant
0 Likes
813

Dear Guru,

Is it possible to know the field from one struct is refered to which transparent table's field ? of course, this struct field is not a foreign key....

For instance :

I want to know the struct "CCSS", there have so many of non-foreign key fields. And now i want to know LEDNR and PAROB are refered to(perhaps is point to ?) which transparent table fields ?

From the technical point how to do that ?

Many thanks !

Best Regards

Jialiang Zhang

7 REPLIES 7
Read only

Sm1tje
Active Contributor
0 Likes
777

Double click on the field in question and do a Where-used search.

Read only

Former Member
0 Likes
777

place the cursor on the field and then click where used list---> select Structure, data base tables nad table types radio button then click ok.

reward if useful..............

Read only

Former Member
0 Likes
777

Use Where Used List Option in Tables on those fields and See.

Read only

Former Member
0 Likes
777

hi,

Execute the Tcode SE84

select Data Elements

give the field name and press execute.

it gives a list.

search for the tables in which the field used.

Reward points if useful

Chandra

Read only

Former Member
0 Likes
777

Hi Dear,

The best option is to perform SQL TRACE.

Goto->ST05>Click on ACTIVATE TRACE WITH FILTER > Enter username and transaction code press enter.

Then perform your transaction code in another session.

Then goto > st05 and click on deactivate trace, then click on display trace. you will find the names of TRANSPERENT tables called... and your prob will be solved...

AWARD POINTS IF USEFUL

Read only

carlos_zhang3
Participant
0 Likes
777

Thanks all.

Actually, we are trying the report painter to make some important report for the BOSS . And we found there has one struct called "CCSS" which is generated by SAP standard.

But we don't understand some of the fields from which data sources(i mean the transparent table)... So i post this thread in here....

Does it has another good way to find out the data sources ?

I checked the 'where used in' this function before, but nothing to find...For the "ST05", i think it is not suitable for everybody,specially for the non-abap exp users.

Once again, thanks all !

Best Regards,

Jialiang Zhang

Read only

carlos_zhang3
Participant
0 Likes
777

The problem already solved, because we are checking the report painter struct. These structs can be checked the datasources via Tcode "GRCT".....

Anyway, thanks all..