SAP DBAEXTL Table – Memory Space Changes

The DBAEXTL table in SAP ERP or S/4HANA stores Memory Space Changes data. There are total 12 fields in DBAEXTL table. The Memory Space Changes table is available in all major of SAP S/4HANA versions and is implemented as a Column Store table within the SAP HANA database. Additionally we provide an overview of the structure and fields of DBAEXTL table. It is in DBA: Database-Independent Code (SDBA) ABAP package and is part of the CCMS / Database Monitors for Oracle (BC-DB-ORA-CCM) module.

SAP DBAEXTL Table Fields

Following is the list of fields that are available in SAP DBAEXTL table. The primary key fields of Memory Space Changes table in SAP are SYS_ID (Database system ID), OPER_ID (Unique operation ID), TASKNAME (Task Name), JOB_NR (Unique Job Number in a Task), TRIAL (Unique ID Number of the Suboperation), UTIL_NR (Utility number within job step), FUNC_ID (DBA Function ID).

Field Description Data Element Check Table Data Type
SYS_ID Database system ID SDBA_DBSID CHAR (8)
OPER_ID Unique operation ID SDBA_OP_ID CHAR (14)
TASKNAME Task Name SDBA_TASK CHAR (30)
JOB_NR Unique Job Number in a Task SDBA_JOB NUMC (10)
TRIAL Unique ID Number of the Suboperation SDBA_TRIAL CHAR (10)
UTIL_NR Utility number within job step SDBA_UTNR NUMC (10)
FUNC_ID DBA Function ID SDBA_FID CHAR (3)
UPD_OP Update Time Stamp SDBA_UPD CHAR (14)
SPACE_NAME Name of the DB object or list SDBA_SPACE CHAR (80)
SIZE_BEF Size of the DB object before the operation SDBA_SIZEB CHAR (12)
SIZE_AFT Size of the DB object after the operation SDBA_SIZEA CHAR (12)
FILE_NAME Complete path including file name SDBA_PATH CHAR (255)