SAP ABAP Class CL_ESH_QL_REORGANIZATION_MGT (Query Log Reorganization Management)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-EIM-ESH (Application Component) NetWeaver Enterprise Search
⤷
S_ESH_ENG_QUERY_LOGGING (Package) Query Logging
⤷
⤷
Properties
| Class | CL_ESH_QL_REORGANIZATION_MGT | |
| Short Description | Query Log Reorganization Management | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_ESH_ENG_QUERY_LOGGING | Query Logging |
| Created | 20090928 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_ESH_QL_REORGANIZATION_MGT has no interface implemented.
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_ESH_QL_REORGANIZE | 20091030 | Query Log Reorganization Runtime |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | ESH_S_QL_REORG | Query log reorganization data | 20090928 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | CHAR01 | Data has been read | 20090928 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Compose job name | 20090928 | |
| 2 | Instance method | Public | Method | Get current log volume | 20091002 | |
| 3 | Static method | Public | Method | Get instance | 20090928 | |
| 4 | Instance method | Public | Method | Get last execution timestamp | 20090929 | |
| 5 | Instance method | Public | Method | Get maximum data volume of log | 20090928 | |
| 6 | Instance method | Public | Method | Get maximum retention time of entries in log | 20090928 | |
| 7 | Instance method | Public | Method | Get reorganization frequency | 20090928 | |
| 8 | Instance method | Public | Method | Persist | 20090929 | |
| 9 | Instance method | Private | Method | Get current reorg. settings | 20090928 | |
| 10 | Instance method | Private | Method | Save updated reorg. settings | 20090929 | |
| 11 | Instance method | Public | Method | Schedule reorganization | 20090928 | |
| 12 | Instance method | Public | Method | Set maximum data volume of log | 20090928 | |
| 13 | Instance method | Public | Method | Set maximum retention time of entries in log | 20090928 | |
| 14 | Instance method | Public | Method | Set reorganization frequency | 20090928 | |
| 15 | Instance method | Protected | Method | Update last execution timestamp | 20090929 |
Events
Class CL_ESH_QL_REORGANIZATION_MGT has no event.
Types
Class CL_ESH_QL_REORGANIZATION_MGT has no local type.
Method Signatures
Method COMPOSE_JOBNAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_JOBNAME | Value transfer | Type reference (TYPE) | TBTCJOB-JOBNAME | Background job name for Query Log Reorganization job | 20090928 |
Method COMPOSE_JOBNAME on class CL_ESH_QL_REORGANIZATION_MGT has no exception.
Method GET_CURR_VOLUME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_REREAD | Call by reference | Type reference (TYPE) | CHAR01 | Character Field Length 1 | 20091002 | |||
| 2 | RV_CURR_VOLUME | Value transfer | Type reference (TYPE) | ESH_E_QL_CURR_VOL | Current Log Volume (kB) (appx.) | 20091002 |
Method GET_CURR_VOLUME on class CL_ESH_QL_REORGANIZATION_MGT has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RR_REORG_MGT | Value transfer | Object reference (TYPE REF TO) | CL_ESH_QL_REORGANIZATION_MGT | Reorganization Management | 20090928 |
Method GET_INSTANCE on class CL_ESH_QL_REORGANIZATION_MGT has no exception.
Method GET_LAST_EXEC_TSTMP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_REREAD | Call by reference | Type reference (TYPE) | CHAR01 | Character Field Length 1 | 20090929 | |||
| 2 | RV_LAST_EXEC_TSTMP | Value transfer | Type reference (TYPE) | TIMESTAMP | Last Execution Timestamp | 20090929 |
Method GET_LAST_EXEC_TSTMP on class CL_ESH_QL_REORGANIZATION_MGT has no exception.
Method GET_MAX_DATA_VOLUME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_MAX_DATA_VOL | Value transfer | Type reference (TYPE) | ESH_E_QL_MAX_DATA_VOL | Max Data Volume | 20090928 |
Method GET_MAX_DATA_VOLUME on class CL_ESH_QL_REORGANIZATION_MGT has no exception.
Method GET_MAX_RETENTION_TIME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_MAX_RETENTION_TIME | Value transfer | Type reference (TYPE) | ESH_E_QL_KEEPTIM_QL_CONT | Maximum Retention Time for Data Content (Days) | 20090928 |
Method GET_MAX_RETENTION_TIME on class CL_ESH_QL_REORGANIZATION_MGT has no exception.
Method GET_REORG_FREQ Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_REORG_FREQUENCY | Value transfer | Type reference (TYPE) | ESH_E_QL_REORG_FREQUENCY | Reorganization Frequency (Hours) | 20090928 |
Method GET_REORG_FREQ on class CL_ESH_QL_REORGANIZATION_MGT has no exception.
Method PERSIST Signature
Method PERSIST on class CL_ESH_QL_REORGANIZATION_MGT has no parameter.
Method PERSIST on class CL_ESH_QL_REORGANIZATION_MGT has no exception.
Method READ_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_UPDATE_BUFFER | Call by reference | Type reference (TYPE) | CHAR01 | Character Field Length 1 | 20090928 |
Method READ_DATA on class CL_ESH_QL_REORGANIZATION_MGT has no exception.
Method SAVE_DATA Signature
Method SAVE_DATA on class CL_ESH_QL_REORGANIZATION_MGT has no parameter.
Method SAVE_DATA on class CL_ESH_QL_REORGANIZATION_MGT has no exception.
Method SCHEDULE_REORGANIZATION Signature
Method SCHEDULE_REORGANIZATION on class CL_ESH_QL_REORGANIZATION_MGT has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Query Logging Reorganization Exception | 20090929 |
Method SET_MAX_DATA_VOLUME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_MAX_DATA_VOL | Call by reference | Type reference (TYPE) | ESH_E_QL_MAX_DATA_VOL | Max Data Volume | 20090929 | |||
| 2 | IV_PERSIST | Call by reference | Type reference (TYPE) | CHAR01 | ABAP_FALSE | Persist Immediately | 20090929 |
Method SET_MAX_DATA_VOLUME on class CL_ESH_QL_REORGANIZATION_MGT has no exception.
Method SET_MAX_RETENTION_TIME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_MAX_RETENTION_TIME | Call by reference | Type reference (TYPE) | ESH_E_QL_KEEPTIM_QL_CONT | Maximum Retention Time for Data Content (Days) | 20090929 | |||
| 2 | IV_PERSIST | Call by reference | Type reference (TYPE) | CHAR01 | ABAP_FALSE | Persist Immediately | 20090929 |
Method SET_MAX_RETENTION_TIME on class CL_ESH_QL_REORGANIZATION_MGT has no exception.
Method SET_REORG_FREQ Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_PERSIST | Call by reference | Type reference (TYPE) | CHAR01 | ABAP_FALSE | Persist Immediately | 20090929 | ||
| 2 | IV_REORG_FREQUENCY | Call by reference | Type reference (TYPE) | ESH_E_QL_REORG_FREQUENCY | Reorganization Frequency (Hours) | 20090929 |
Method SET_REORG_FREQ on class CL_ESH_QL_REORGANIZATION_MGT has no exception.
Method UPDATE_LAST_EXEC_TSTMP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DB_COMMIT | Call by reference | Type reference (TYPE) | CHAR01 | ABAP_TRUE | DB Commit | 20090929 |
Method UPDATE_LAST_EXEC_TSTMP on class CL_ESH_QL_REORGANIZATION_MGT has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 730 |