Table/Structure Field list used by SAP ABAP Function Module DB_ORA_CURRENT_SIZES (Get data of Tablespace: current sizes and status)
SAP ABAP Function Module
DB_ORA_CURRENT_SIZES (Get data of Tablespace: current sizes and status) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | DB02N_TSGEMD - FREE | Oracle monitoring: Size with 2 decimals | ||
| 2 | DB02N_TSGEMD - PER_USED | Oracle monitoring: percentage | ||
| 3 | DB02N_TSGEMD - SEG_NUM | Oracle monitoring: number | ||
| 4 | DB02N_TSGEMD - SIZE | Oracle monitoring: Size with 2 decimals | ||
| 5 | DB02N_TSGEMD - STATUS | Oracle monitoring: TS status | ||
| 6 | DB02N_TSGEMD - TABLESPACE | Oracle monitoring: Tablespace name | ||
| 7 | DB02N_TSGEMD - TOT_PER_USED | Oracle monitoring: percentage | ||
| 8 | DB02N_TSGEMD - TOT_SIZE | Oracle monitoring: Size with 2 decimals | ||
| 9 | DB02N_TSGEMD - EXT_NUM | Oracle monitorin: Large number | ||
| 10 | DB02N_TSGESM - MAX_EXTS | Oracle monitorin: Large number | ||
| 11 | DB02N_TSGESM - TABLESPACE | Oracle monitoring: Tablespace name | ||
| 12 | DB02N_TSGESM - PCT_INCREASE | Oracle monitoring: number | ||
| 13 | DB02N_TSGESM - NEXT_EXT | Oracle monitoring: Size with 2 decimals | ||
| 14 | DB02N_TSGESM - MIN_EXTS | Oracle monitorin: Large number | ||
| 15 | DB02N_TSGESM - INIT_EXT | Oracle monitoring: Size with 2 decimals | ||
| 16 | DB02_COLL_PLAN - CON_NAME | Logical name for a database connection | ||
| 17 | DB02_COLL_PLAN - MONIFILL | Oracle monitoring: Monikey filler | ||
| 18 | DB02_COLL_PLAN - SMON_ID | Oracle monitoring: Submonitor ID | ||
| 19 | DB02_COLL_PLAN - STATUS | Oracle monitoring: status of collector function | ||
| 20 | SYST - UZEIT | ABAP System Field: Current Time of Application Server | ||
| 21 | SYST - TABIX | ABAP System Field: Row Index of Internal Tables | ||
| 22 | SYST - DATUM | ABAP System Field: Current Date of Application Server | ||
| 23 | SYST - SYSID | ABAP System Field: Name of SAP System | ||
| 24 | TABLE_SPC - TSAU | Total maximum autoextensible size (Kbyte) | ||
| 25 | TABLE_SPC - TSIZE | Size of Tablespace | ||
| 26 | TABLE_SPC - TSEGMENTS | Number of segments | ||
| 27 | TABLE_SPC - TSAUPCT | % of maximum autoextensible size used | ||
| 28 | TABLE_SPC - TS | Name of tablespace | ||
| 29 | TABLE_SPC - TPCTUSED | Used percentage of tablespace memory | ||
| 30 | TABLE_SPC - TFREE | Freespace | ||
| 31 | TABLE_SPC - TEXTENTS | Total number of extents in a tablespace | ||
| 32 | TABLE_SPC - STATUS | Status of tablespace: ONLINE / OFFLINE | ||
| 33 | TABLE_SPC - PCT_INCR | percentage increase | ||
| 34 | TABLE_SPC - NEXT_EXT | NextExtent: Size of next extent | ||
| 35 | TABLE_SPC - MIN_EXT | MinExtent: Minimum of NextExtent size | ||
| 36 | TABLE_SPC - MAX_EXT | MaxExtent: maximum number of extents | ||
| 37 | TABLE_SPC - INIT_EXT | InitialExtent: Initial NextExtent size | ||
| 38 | TST04 - CURR_DATE | Current date at time of query | ||
| 39 | TST04 - CURR_DATE | Current date at time of query | SOURCE VALUE(CURR_DATE) LIKE TST04-CURR_DATE |
|
| 40 | TST04 - CURR_TIME | Current time of query | ||
| 41 | TST04 - CURR_TIME | Current time of query | SOURCE VALUE(CURR_TIME) LIKE TST04-CURR_TIME |
|
| 42 | TST04INST - CURR_DATE | Current date at time of query | ||
| 43 | TST04INST - CURR_DATE | Current date at time of query | SOURCE VALUE(CURR_DATE) LIKE TST04-CURR_DATE |
|
| 44 | TST04INST - CURR_TIME | Current time of query | ||
| 45 | TST04INST - CURR_TIME | Current time of query | SOURCE VALUE(CURR_TIME) LIKE TST04-CURR_TIME |