SAP ABAP Class CL_HDB_ACTION_SV_RECONF (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)
⤷
⤷
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 | 20110216 |
Properties
| Class | CL_HDB_ACTION_SV_RECONF | |
| 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 | 20110216 | SAP |
| Last change | 20130531 | 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_HDB_ACTION_SV_RECONF has no interface implemented.
Friends
Class CL_HDB_ACTION_SV_RECONF has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | SYUCOMM | 'SERVICE_RESTART(kill)' | Function code that PAI triggered | 20110216 | ||
| 2 | Constant | Public | Type reference (TYPE) | SYUCOMM | 'SERVICE_RECONFIGURE' | Function code that PAI triggered | 20110216 | ||
| 3 | Constant | Public | Type reference (TYPE) | SYUCOMM | 'SERVICE_RESTART' | Function code that PAI triggered | 20110216 | ||
| 4 | Constant | Public | Type reference (TYPE) | CHAR20 | 'indexserver' | Char 20 | 20110216 | ||
| 5 | Constant | Public | Type reference (TYPE) | T_RESTARTABLE_STATUS | 2 | 20110216 | |||
| 6 | Constant | Public | Type reference (TYPE) | T_RESTARTABLE_STATUS | 0 | 20110216 | |||
| 7 | Constant | Public | Type reference (TYPE) | T_RESTARTABLE_STATUS | 1 | 20110216 | |||
| 8 | Constant | Public | Type reference (TYPE) | CHAR10 | 'master' | Character Field Length = 10 | 20110216 | ||
| 9 | Instance attribute | Private | Attribute reference (LIKE) | 20110216 | |||||
| 10 | Static Attribute | Public | Type reference (TYPE) | T_SERVICE_INFO | 20110216 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | 20110216 |
Events
Class CL_HDB_ACTION_SV_RECONF has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_CONFIRM | Public | See coding | 20110216 | 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 | 20110216 | 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 SERVICE_RECONFIGURE Signature
Method SERVICE_RECONFIGURE on class CL_HDB_ACTION_SV_RECONF has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | DBA Cockpit: ADBC Errors | 20110216 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 731 |