‎2006 Jan 27 11:06 AM
Hi All,
How 2 find the List of tables in SAP, is there any specific table which stores the details of all the tables in SAP.
Suggestions and help will be much Appreciated.
Thanks & Regd.
Ramesh.
‎2006 Jan 27 11:08 AM
‎2006 Jan 27 11:08 AM
‎2006 Jan 27 11:09 AM
‎2006 Jan 27 11:11 AM
Hi Vijay Babu Dudla,
It says that the tables does not exists.
can u tell me any other option.
Thanks & Regds.
Ramesh.
‎2006 Jan 27 11:13 AM
Hi Ramesh,
1. DD02L
its D, D, ZERO , TWO, L (London L)
2. For Table fields,
its
DD03L
3. In Se11,
see DD0* (u will get other useful tables also
for domains, data elements etc)
regards,
amit m.
‎2006 Jan 27 11:15 AM
Hi it is DD0(zero)2L
not alpha(O)./
regards
vijay
please don't forget to reward ..
Message was edited by: Vijay Babu Dudla
‎2006 Jan 27 11:42 AM
I jst need all the tables releated to MM modules only.
How 2 get it?.
Thanks & Regds.
Ramesh.
‎2006 Jan 27 11:49 AM
Hi,
go to SE80 and then give package MGA
then look in the data <b>dictionary objects</b>
under you can see the<b>data base tables</b>.
related to MM
regards
vijay
‎2006 Jan 27 11:58 AM
Hi Ramesh,
The transaction codes for MM module are in this link...
http://www.sap-img.com/materials/list-of-sap-mm-transaction-codes.htm
For getting the mm module table. Goto each transaction using the tcodes and follow the following steps.
1. After going to the first screen of every tode, press f1.
2. Goto Technical Information which is the fourth button in the help dialog that pops up.
3. Here you can see the tablename in the field data heading.
I am not sure that all the tables are coverted by doing these steps. This is one way to find the tables related to the MM module.
Hope it helps.
Regards,
Maheswaran.B
‎2006 Jan 27 12:17 PM
Hi ramesh,
there is alternatively you can get them from DD02L
itself.
go to <b>DD02L</b> table and in selection screen
Give <b>application class</b>(APPLCLASS) as <b>MG</b>
then you can see all MM related tables.
regards
vijay
‎2006 Jan 27 11:10 AM
‎2006 Jan 27 11:12 AM
Hi,
You can use FM nametab_get to know all the
fields of table.
Regards
Amole
‎2006 Jan 27 11:14 AM