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

Regd: Tables

Former Member
0 Likes
1,458

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,432

Hi,

check the tables

DD02l

ddo3l

regards

vijay

12 REPLIES 12
Read only

Former Member
0 Likes
1,433

Hi,

check the tables

DD02l

ddo3l

regards

vijay

Read only

0 Likes
1,432

DD02l "SAP Tables

dd03l

Read only

0 Likes
1,432

Hi Vijay Babu Dudla,

It says that the tables does not exists.

can u tell me any other option.

Thanks & Regds.

Ramesh.

Read only

0 Likes
1,432

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.

Read only

0 Likes
1,432

Hi it is DD0(zero)2L

not alpha(O)./

regards

vijay

please don't forget to reward ..

Message was edited by: Vijay Babu Dudla

Read only

0 Likes
1,432

I jst need all the tables releated to MM modules only.

How 2 get it?.

Thanks & Regds.

Ramesh.

Read only

0 Likes
1,432

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

Read only

0 Likes
1,432

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

Read only

0 Likes
1,432

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

Read only

Former Member
0 Likes
1,432

Hi,

Refer DD02L table.

Regards

Amole

Read only

Former Member
0 Likes
1,432

Hi,

You can use FM nametab_get to know all the

fields of table.

Regards

Amole

Read only

Former Member
0 Likes
1,432

HI,

Its DD0(ZEro)2L.

Regards

Amole