DBATL - Central Task / Job Information
Central Task / Job Information information is stored in SAP table DBATL.
It is part of development package SDBA in software component BC-DB-ORA-CCM. This development package consists of objects that can be grouped under "DBA: Database-Independent Code".
It is part of development package SDBA in software component BC-DB-ORA-CCM. This development package consists of objects that can be grouped under "DBA: Database-Independent Code".
Fields for table DBATL
Field Name | Description | Is Key | Data Element | Data Type | Length | Check Table |
---|---|---|---|---|---|---|
SYS_ID | Database system ID | X | SDBA_DBSID | CHAR | 8 | |
OPER_ID | Unique operation ID | X | SDBA_OP_ID | CHAR | 14 | |
TASKNAME | Task Name | X | SDBA_TASK | CHAR | 30 | |
JOB_NR | Unique Job Number in a Task | X | SDBA_JOB | NUMC | 10 | |
UPD_OP | Update Time Stamp | SDBA_UPD | CHAR | 14 | ||
TLOGNAME | Full name of task log file | SDBA_TLOG | CHAR | 255 | ||
STATUS | Status: STARTED, RUNNING, COMPLETED | SDBA_STAT | CHAR | 30 | ||
BEGIN_OP | Start of the DBA action | SDBA_BEGIN | CHAR | 14 | ||
END_OP | End of database operation | SDBA_END | CHAR | 14 | ||
RC | Return code for DBA action | SDBA_RC | NUMC | 4 | ||
INTERNAL | For internal purposes | SDBA_INT | CHAR | 255 |