SAP ABAP Class CL_HDB_ACTION_SV_MOD (HDB: Services Change / Display for active services)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷ HAN-DB (Application Component) SAP HANA Database
⤷ SDBA_HDB (Package) DBACOCKPIT for NewDB (HDB)
⤷ HAN-DB (Application Component) SAP HANA Database
⤷ SDBA_HDB (Package) DBACOCKPIT for NewDB (HDB)
Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_HDB_ACTION_CONTROLLER | HDB: Abstract Action Controller | 20110210 |
Properties
Class | CL_HDB_ACTION_SV_MOD | |
Short Description | HDB: Services Change / Display for active services | |
Super Class | CL_HDB_ACTION_CONTROLLER | HDB: Abstract Action Controller |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SDBA_HDB | DBACOCKPIT for NewDB (HDB) |
Created | 20110210 | SAP |
Last change | 20140121 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_HDB_ACTION_SV_MOD has no interface implemented.
Friends
Class CL_HDB_ACTION_SV_MOD has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | C_CMD_KILL | Constant | Public | Type reference (TYPE) | SYUCOMM | 'SERVICE_RESTART(kill)' | Function code that PAI triggered | 20110210 | |
2 | C_CMD_RECONF | Constant | Public | Type reference (TYPE) | SYUCOMM | 'SERVICE_RECONFIGURE' | Function code that PAI triggered | 20110210 | |
3 | C_CMD_STOP | Constant | Public | Type reference (TYPE) | SYUCOMM | 'SERVICE_RESTART' | Function code that PAI triggered | 20110210 | |
4 | C_DAEMON_NAME | Constant | Public | Type reference (TYPE) | CHAR20 | 'daemon' | Char 20 | 20130513 | |
5 | C_INDEXSERVER_NAME | Constant | Public | Type reference (TYPE) | CHAR20 | 'indexserver' | Char 20 | 20110216 | |
6 | C_RESTART_NOT_ALLOWED | Constant | Public | Type reference (TYPE) | T_RESTARTABLE_STATUS | 2 | 20110216 | ||
7 | C_RESTART_NOT_ALLOWED_DAEMON | Constant | Public | Type reference (TYPE) | T_RESTARTABLE_STATUS | 3 | 20130513 | ||
8 | C_RESTART_OK | Constant | Public | Type reference (TYPE) | T_RESTARTABLE_STATUS | 0 | 20110216 | ||
9 | C_RESTART_OK_WITH_RESTRICTION | Constant | Public | Type reference (TYPE) | T_RESTARTABLE_STATUS | 1 | 20110216 | ||
10 | C_SERVICE_TYPE_MASTER | Constant | Public | Type reference (TYPE) | CHAR10 | 'master' | Character Field Length = 10 | 20110216 | |
11 | PF_STATUS | Instance attribute | Private | Attribute reference (LIKE) | 20110210 | ||||
12 | S | Static Attribute | Public | Type reference (TYPE) | T_SERVICE_INFO | 20110210 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | IS_RESTARTABLE | Instance method | Private | Method | 20110216 | |
2 | POPUP_TO_CONFIRM | Static method | Public | Method | 20110214 | |
3 | SERVICE_HARD_RESET | Instance method | Private | Method | 20110210 | |
4 | SERVICE_RECONFIGURE | Instance method | Private | Method | 20110210 | |
5 | SERVICE_SOFT_RESET | Instance method | Private | Method | 20110210 |
Events
Class CL_HDB_ACTION_SV_MOD has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | T_CONFIRM | Public | See coding | 20110210 | BEGIN OF t_confirm,
msg TYPE string,
s_info TYPE string,
END OF t_confirm
|
||
2 | T_RESTARTABLE_STATUS | Public | See coding | 20110216 | t_restartable_status TYPE n LENGTH 1
|
||
3 | T_SERVICE_INFO | Public | See coding | 20110210 | BEGIN OF t_service_info,
s_nam TYPE char128,
s_typ TYPE char128,
h_nam TYPE char128,
port TYPE n LENGTH 5,
stat TYPE c LENGTH 10,
END OF t_service_info
|
Method Signatures
Method IS_RESTARTABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Returning | RVAL | Value transfer | Type reference (TYPE) | T_RESTARTABLE_STATUS | See the defined constant attributes | 20110216 |
Method IS_RESTARTABLE on class CL_HDB_ACTION_SV_MOD has no exception.
Method POPUP_TO_CONFIRM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Returning | ANSWER | Value transfer | Type reference (TYPE) | CHAR1 | Single-Character Flag | 20110214 | ||
2 | Importing | CONFIRM_MSG | Call by reference | Type reference (TYPE) | CLIKE | 20110214 | |||
3 | Importing | TITLE_TEXT | Call by reference | Type reference (TYPE) | CLIKE | 20110214 |
Method POPUP_TO_CONFIRM on class CL_HDB_ACTION_SV_MOD has no exception.
Method SERVICE_HARD_RESET Signature
Method SERVICE_HARD_RESET on class CL_HDB_ACTION_SV_MOD has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_DBA_ADBC | DBA Cockpit: ADBC Errors | 20110211 |
Method SERVICE_RECONFIGURE Signature
Method SERVICE_RECONFIGURE on class CL_HDB_ACTION_SV_MOD has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_DBA_ADBC | DBA Cockpit: ADBC Errors | 20110214 |
Method SERVICE_SOFT_RESET Signature
Method SERVICE_SOFT_RESET on class CL_HDB_ACTION_SV_MOD has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_DBA_ADBC | DBA Cockpit: ADBC Errors | 20110211 |
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 731 |