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

Checking tables

former_member185124
Participant
0 Likes
2,224

Hi guys,

I want to ask how to check the tables for module wise.please share with me if any one know's.

Regards,

Mahesh .

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
0 Likes
2,175

Execute

  • SE11, Abap directory, display a table, in attributes tab double-click on package, you will be able to identify the application component, so the module.
  • SE84, Repository Information System, in ABAP Directory, Database table, select by Application component (hierarchy) first level of hierarchy is module.

Regards,

Raymond

6 REPLIES 6
Read only

archanapawar
Contributor
0 Likes
2,175

Hi Mahesh,

Database tables are huge in number. Check below link, it explains module wise tables and relation between them.

SAP Tables

Read only

RaymondGiuseppi
Active Contributor
0 Likes
2,176

Execute

  • SE11, Abap directory, display a table, in attributes tab double-click on package, you will be able to identify the application component, so the module.
  • SE84, Repository Information System, in ABAP Directory, Database table, select by Application component (hierarchy) first level of hierarchy is module.

Regards,

Raymond

Read only

Former Member
0 Likes
2,175

If you know any 1 table name in any of the module then steps provided by raymond will surly help you.

Read only

0 Likes
2,175

With SE84, only required knowledge are the charcters which define the module, e.g. MM, FI, SD, PM, etc.

Read only

praveenboss
Participant
0 Likes
2,175

Hi Mahesh,

1.Go to SE80.

   2.Select Package.

       3.expend Dictionary Object

            4.expend Database  Table

    Inside That Node You Will Found All The Tables Belong To the Package(Module).

   

Thanks Praveen.

Read only

ipravir
Active Contributor
0 Likes
2,174

Hi Mahesh,

Please find the below Logic to Get the Table and the related coponent information.

SE11-> TADIR

SE11->TDEVC

SE11->DF14L

SE11->DF14T

Hope this will help you to get all information, not only for Table, the same you can use for T-Code and other object.

Regards.

Praveer.