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 and table

Former Member
0 Likes
649

I have one Zprogram.

I have double clicked on one of the field it took me to the structure.

But how can I know that in which data base table that field get stored.

6 REPLIES 6
Read only

Former Member
0 Likes
623

hi,

double click on the data element of the field again....it ll lead to data element definition where u hav 'where used list'.

der u check tables to get the list of tables

Read only

Former Member
0 Likes
623

u can check where used list of the field in tables

Madhavi

Read only

Former Member
0 Likes
623

Hi Silpa,

Double click the filed in the structure and Use Where Used List and on that field in the structure.

awrd points if useful

Bhupal

Read only

Former Member
0 Likes
623

go to SE15 --> ABAP Dictionary --> Fields --> Table

Fields.

In the latest version also you can get the object navigator in SE84 itself,

Goto SE84 -> ABAP Dictionary - > Fields -> Table Fields. Give your combination of fileds and execute, you will get the tables.

Another way u can find the tables from the fields is check the Where used list of the field, you can find the transparent table in that domain.

hope this information is useful to you

Edited by: Abap-fresher on Jan 4, 2008 12:45 PM

Read only

Former Member
0 Likes
623

go to se11>Data type(give here u r field)->click (Ctrlshiftf3). u will get where that fields are available in all location.

reward me if helpfull.

Read only

Former Member
0 Likes
623

Hi,

GO to Se11--> Input the field name -->And select where used list > A pop window will be displayed> And select Table fields check box --> press enter.

It will display all the tables having that field.

Thanks,

Sriram Ponna.