‎2007 Jan 24 5:31 AM
Hi All,
I want to know how to find out the tables if only fields are given to us..??
Thanks,
Parvez.
‎2007 Jan 24 5:38 AM
hi,
There are various ways exists to find the table list.
1. Go to transaction SE11 and enter data element name for corresponding field and click where used-list button in the application tool bar in the application tool bar. It will show you a popbox, select only 'database tables' check box and lick enter.
This will give you all tables where this field is present.
2. The other way is..The database table DD03L stores all tables along with their field names.
Go to transaction SE16 and enter the table DD03L and enter you field name here and execute the transaction.
This wil give all the tables where the field is present.
Also Check
http://www.sap-img.com/abap/easy-way-to-remember-table-in-sap.htm
TO know the functionalities of tables and relationships,check this link.
http://www.sap-img.com/sap-download/sap-tables.zip
try this link
http://www.erpgenie.com/sap/abap/tables.htm
regards
Anver
‎2007 Jan 24 5:32 AM
Hi
go to table dd03l and enter the field name
it will show all the tables
thanks
shiva
‎2007 Jan 24 5:33 AM
‎2007 Jan 24 5:34 AM
go to se15. choose abap dictionary. choose fields. and then table fields give your field name to right hand side input box and press F8.
regards
shiba dutta
‎2007 Jan 24 5:38 AM
hi,
There are various ways exists to find the table list.
1. Go to transaction SE11 and enter data element name for corresponding field and click where used-list button in the application tool bar in the application tool bar. It will show you a popbox, select only 'database tables' check box and lick enter.
This will give you all tables where this field is present.
2. The other way is..The database table DD03L stores all tables along with their field names.
Go to transaction SE16 and enter the table DD03L and enter you field name here and execute the transaction.
This wil give all the tables where the field is present.
Also Check
http://www.sap-img.com/abap/easy-way-to-remember-table-in-sap.htm
TO know the functionalities of tables and relationships,check this link.
http://www.sap-img.com/sap-download/sap-tables.zip
try this link
http://www.erpgenie.com/sap/abap/tables.htm
regards
Anver