TBTC_RUN_STAT - Statistical data for runtime of background jobs
Statistical data for runtime of background jobs information is stored in SAP table TBTC_RUN_STAT.
It is part of development package SBTI_RUNSTAT in software component BC-CCM-BTC. This development package consists of objects that can be grouped under "Job runtime statistics".
It is part of development package SBTI_RUNSTAT in software component BC-CCM-BTC. This development package consists of objects that can be grouped under "Job runtime statistics".
Fields for table TBTC_RUN_STAT
Field Name | Description | Is Key | Data Element | Data Type | Length | Check Table |
---|---|---|---|---|---|---|
JOBKEY | Jobname/Report Name | X | TBTC_RUN_STAT_JOBKEY | CHAR | 110 | |
TYPE | Type of Jobkey (Jobname or Report Name) | X | TBTC_RUN_STAT_TYPE | CHAR | 2 | |
MONTH_OF_AGGREG | Year and Month of Statistical Aggregation | X | TBTC_RUN_STAT_MONTH | NUMC | 12 | |
AVERAGE_RUNTIME | Average Runtime of Job in s | TBTC_RUN_STAT_AVG | D16R | 8 | ||
MOMENT_2_OF_RUNTIME | 2nd Moment of Runtime of Job in s^2 | TBTC_RUN_STAT_2ND_MOMENT | D16R | 8 | ||
MAX_RUNTIME | Maximum Runtime of Job in s | TBTC_RUN_STAT_MAX | D16R | 8 | ||
MIN_RUNTIME | Minimum Runtime of Job in s | TBTC_RUN_STAT_MIN | D16R | 8 | ||
NO_OF_EXECUTIONS | Number of Job Executions | TBTC_RUN_STAT_NO_EXEC | INT4 | 4 | ||
TIMESTAMP_LAST_EXEC | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | TIMESTAMP | DEC | 8 |