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

reference table for structure

Former Member
0 Likes
2,550

Hi All,

please help me in finding the table name with refernce to structure table.....

Ex: I got a field GRARN in the the structure WRF02K , so i want to know the procedure where can i find the data related to that field (GPRAN) and in which related tables.

Thanks ,

srinivas.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,593

goto tabel DD03L and give ur field name. it contain entries where the field is used in tables

6 REPLIES 6
Read only

naimesh_patel
Active Contributor
0 Likes
1,593

You can use the ST05 for that...

Open your transaction in one Session

Open another session for ST05 .. Start the trace with the filter for the user

Come to first session.. do your processing.. or reach to the screen for which you need the data...

Come to second session and stop the trace..

List trace...

Regards,

Naimesh Patel

Read only

Former Member
0 Likes
1,593

Hi,

Go-to SE84 and in the ABAP dictinary ->fields enter the field name and search ... the tables containing the field will get displayed.

regards,

Santosh Thorat

Read only

varma_narayana
Active Contributor
0 Likes
1,593

Hi

You can find the Table names if u know the Field name using the Tcode: SE15.

Select the TABLE FIELDS option from the list and Enter ur Field GPRAN .

It will display all the tables which has this field.

Note: You can also execute the program under Sql trace ST05 to find the tables that are accessed...

<b>reward if Helpful.</b>

Read only

Former Member
0 Likes
1,593

Hi..

U may search in se15.

Link--> Abap Dictionary >Fields>Table Fields

Give ur Field name in the Field Name Text Box..

For Eg: GPRAN

Now Execute..

U may the list of tables which contain the Field name GPRAN..

Then u may find the table which will suits to ur conditions...

Or

Use Where used list..

Hope it will helps..

Regards

Bala..

Read only

Former Member
0 Likes
1,593

HI

call function module RS_PROGRAM_TABLES using parameter values

or

in se80 you get the information of structures used for the given program...

if u expand the tree structure...

->se84

->ABAP dictionary

->structures

<b>Reward if useful</b>

Read only

Former Member
0 Likes
1,594

goto tabel DD03L and give ur field name. it contain entries where the field is used in tables