Start of Content Area

Object documentation TABLESIZE  Locate the document in its SAP Library structure

Definition

The system table TABLESIZE contains size information about tables.

Structure

TABLESIZE

SCHEMANAME

CHAR(32)

Name of the schema

TABLENAME

CHAR(32)

Name of the table

USEDSIZE

FIXED(22)

Space used by the table (KB)

ROWCOUNT

FIXED(20)

Number of rows in the table

See also:

FILES

 

End of Content Area