‎2008 Jan 04 11:38 AM
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.
‎2008 Jan 04 11:41 AM
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
‎2008 Jan 04 11:42 AM
‎2008 Jan 04 11:43 AM
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
‎2008 Jan 04 11:44 AM
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
‎2008 Jan 04 11:47 AM
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.
‎2008 Jan 04 11:50 AM
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.