Application Development 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: 

finding TABLE size

Former Member
0 Kudos

Is there any way to know about table size like bseg or mara?

Thanx in advance.

6 REPLIES 6

Former Member
0 Kudos

Hi,

You can find the Table size in Technical Settings in SE11 -displaying the table.

Regards,

V.Nagaraju

ThomasZloch
Active Contributor
0 Kudos

have a look at transaction DB02 -> button "Detailed analysis".

Cheers

Thomas

Former Member
0 Kudos

Hi Gladiator,

check the FM DB_GET_TABLE_SIZE

Former Member
0 Kudos

Hi,

Checkout the FM`S in SE37

/BKC/RFC_GET_TABLE_SIZE

/SDF/INF_TOP_TABLES

/SDF/MSS_TEXT_IMAGE_FIELDS

GET_TABLE_SIZE_DB4

GET_TABLE_SIZE_DB6

MSS_GET_DB_SIZE_DETAILS

MSS_GET_SCHEMA_SIZE_INFO

MSS_GET_TABLE_SIZE_INFO

SFMSS_SIZE

GET_TABLE_SIZE_MSS

Regards,

KK

Former Member
0 Kudos

Hi,

Tcode DB05, type in the table name.

Checking the box "Submit Analysis in background" ,Execute.

One screen will display ,In sppol option remove checkbox

"Print immediately" and continue.

Goto Tcode SM37->select the job and press spool list(ctrlshiftF8)>Double click on list.......

You can see the size...

Pls. reward if useful....

manubhutani
Active Contributor
0 Kudos

use T-code

DB05

give the table name

uncheck backgrnd mode

and execute

it will give the size of table in every client of that server.

please reward points