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

Memory Space Occupied by Each Table

Former Member
0 Likes
1,180

Hi Experts,

I need a transaction or a table or any location where i can find the memory space occupied by each of the tables(eg. Mem Space Occupoed by VBAP with the tablespace and Functional Area allocated to it) preferrably with their functional areas and tablespaces.

Expecting quick replies as i have very urgent requirment.

Thanks to all for the same.

Best Regards,

Aravind

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,044

Hi Aravind

DB02 - Database Performance Tables and Indexes gives you access to the information you require.

If you don't have access to that, the Database Utility (accessed directly via SE14) shows many of the settings and the usage percentages under Storage Parameters.

Just be careful you don't update anything! (unless you want to).

Hope this gets you started.

Points Appreciated!

Robin

Hi Aravind

DB02 - Database Performance Tables and Indexes gives you access to the information you require.

If you don't have access to that, the Database Utility (accessed directly via SE14) shows many of the settings and the usage percentages under Storage Parameters.

Just be careful you don't update anything! (unless you want to).

Hope this gets you started.

Points Appreciated!

Robin

5 REPLIES 5
Read only

Former Member
0 Likes
1,045

Hi Aravind

DB02 - Database Performance Tables and Indexes gives you access to the information you require.

If you don't have access to that, the Database Utility (accessed directly via SE14) shows many of the settings and the usage percentages under Storage Parameters.

Just be careful you don't update anything! (unless you want to).

Hope this gets you started.

Points Appreciated!

Robin

Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
1,044

Hi Aravind,

Use Transaction <b>DB6SPACE</b> - it gives the table space and also u can anlyze the many more things.

Hope this helps.

Read only

Former Member
0 Likes
1,044

The question has not been answered ....

Read only

0 Likes
1,044

Generally its transaction DB02 that gives the sapce stats of tables a swell.

DB02 --> Tables ( Space Statistics) --> OK --> Shd give the space occupied by tables and their tablespaces..

A sort is possible as well.,.,..

kishan negi

Read only

VinayPrasad_PM
Product and Topic Expert
Product and Topic Expert
0 Likes
1,044

Hi,

You can find table space information by using space analysis transaction DB6SPACE.

There you click on Space-->single table analysis and in the right hand side you can enter the table name in the text box "Name" to find out table space and total table size.

To find out the functional area to which this table belongs go to transaction SE11>Attributes>go to package and here you can see to which software component your table belongs to.

Best regards,

Vinay