Sunday, May 19, 2024

SAP Table ADATABSIZE – SAP DB: Table Sizes Including Indexes in KB

ADATABSIZE is a standard SAP table in SAP ECC (or) S/4HANA which stores SAP DB: Table Sizes Including Indexes in KB data. There are total 12 fields in ADATABSIZE table.This blog post provides key technical details of SAP table ADATABSIZE, including its availability across SAP S/4HANA versions and the list of CDS views for ADATABSIZE table in SAP.

SAP HANA Table Type Column Store
Buffering Permission Buffering not allowed
Buffering Type No buffering
Package Porting and CCMS SAP DB (SADA)
Technical Component MaxDB (BC-DB-SDB)

SAP ADATABSIZE Table Fields

The following is the list of fields that are available in SAP ADATABSIZE table. The key fields of the table are highlighted in color.

Field Description Data Element Domain Check Table Data Type
TABNAME Name of the ABAP Dictionary object OBJECTNAME OBJECTNAME CHAR (30)
INDEXNAME Name of the ABAP Dictionary object OBJECTNAME OBJECTNAME CHAR (30)
LFLAG SAP DB: Indicator of Whether Table Has Long Columns ADA_LFLAG CHAR1 CHAR (1)
AFLAG SAP DB: Indicator of Whether Table Has Long Columns ADA_LFLAG CHAR1 CHAR (1)
OSIZE SAP DB: Object Size in KB ADA_OSIZE DEC20 DEC (20)
SUM_LEAF SAP DB: Size of all Leaf Pages in KB in the B* Tree ADA_SLEAF DEC20 DEC (20)
SUM_LONG SAP DB: Size of Short Long Column Files in KB in B* Tree ADA_SLONG DEC20 DEC (20)
SUM_GROWTH SAP DB: Table Growth in KB ADA_GROWTH DEC20 DEC (20)
ADATE SAP DB: Analysis Date ADA_ADATE DATS DATS (8)
ATIME SAP DB: Analysis Time ADA_ATIME TIME TIMS (6)
EDATE SAP DB: Analysis Date ADA_ADATE DATS DATS (8)
ETIME SAP DB: Analysis Time ADA_ATIME TIME TIMS (6)

Availability

The SAP table ADATABSIZE is available within SAP S/4HANA On-premise and SAP S/4HANA Cloud systems depending on the version and release level.

SAP S/4HANA Version Available?
1909 Yes
2020 Yes
2021 Yes
2022 Yes
2023 Yes

CDS Views for ADATABSIZE table

There are no CDS views available in the system. We’re updating the content all the time, so check back regularly.