‎2008 Nov 12 11:43 AM
‎2008 Nov 12 11:46 AM
Hi Gundala,
Just go to transaction SE90.
There in the left side go in ABAP Dictionary -> Fields -> Table fields -> There in the FIELD NAME, give the field and execute.
You will get the table names for that field.
Hope this will help.
Regards,
Nitin.
‎2008 Nov 12 11:46 AM
Hi,
Go to that Data element. check Where used list -> table fields
Check the relevant table in the list of tables obtained
Regards
Manasa
Edited by: Manasa Bhaskaruni on Nov 12, 2008 12:46 PM
‎2008 Nov 12 11:46 AM
Hi Gundala,
Just go to transaction SE90.
There in the left side go in ABAP Dictionary -> Fields -> Table fields -> There in the FIELD NAME, give the field and execute.
You will get the table names for that field.
Hope this will help.
Regards,
Nitin.
‎2008 Nov 12 11:48 AM
Hello,
You can search it using SE84. Goto FIELDS in tree structure and select the TABLE FIELDS, enter the field name and press F8. You will get the lists of tables in which the particular field in used.
Thanks,
Jayant
‎2008 Nov 12 11:53 AM
GO to SE84 or SE85
ABAP Dictionary -> Fields -> double click on Table Fields
In standard selections tab give the field name eg, NETWR
Press F8 then u will get all the tables list which contain the field NETWR
‎2008 Nov 12 11:56 AM
‎2008 Nov 12 12:05 PM
Hi Gundala,
Please try this,
Go to se11 & then table DD03L. Then execute it.
There you put your field name & execute.
It will give you the tablename.
Regards,
Vikas