SAP ABAP Class CL_HDB_ACTION_INI_MOD (HDB: edit ini files.)
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 | 20110128 |
Properties
| Class | CL_HDB_ACTION_INI_MOD | |
| Short Description | HDB: edit ini files. | |
| 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 | 20110128 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_HDB_ACTION_INI_MOD has no interface implemented.
Friends
Class CL_HDB_ACTION_INI_MOD 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 | 'INIFILE_REVERT' | Function code that PAI triggered | 20110128 | ||
| 2 | Constant | Public | Type reference (TYPE) | SYUCOMM | 'INIFILE_UPDATE' | Function code that PAI triggered | 20110128 | ||
| 3 | Static Attribute | Public | Type reference (TYPE) | T_SELECTED_HOST_DROPDOWN | host list on screen | 20110128 | |||
| 4 | Static Attribute | Public | Type reference (TYPE) | T_PARAM_INFO | Parameter info on screen | 20110128 | |||
| 5 | Instance attribute | Private | Attribute reference (LIKE) | 20110128 | |||||
| 6 | Static Attribute | Public | Type reference (TYPE) | T_SELECTED_TENANT_DROPDOWN | tenant list on screen | 20110128 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | 20121010 | ||
| 2 | Instance method | Private | Method | 20110128 | ||
| 3 | Instance method | Private | Method | 20110128 |
Events
Class CL_HDB_ACTION_INI_MOD has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_PARAM_INFO | Public | See coding | 20110128 | BEGIN OF t_param_info,
ini_file TYPE c LENGTH 32,
section TYPE c LENGTH 128,
parameter TYPE c LENGTH 128,
def_val TYPE c LENGTH 128,
sel_system TYPE c LENGTH 1,
sys_name TYPE db6schema,
sys_val TYPE c LENGTH 128,
sel_host TYPE c LENGTH 1,
h_nam TYPE c LENGTH 128,
h_val TYPE c LENGTH 128,
sel_tenant TYPE c LENGTH 1,
t_nam TYPE mandt,
t_val TYPE c LENGTH 128,
END OF t_param_info
|
||
| 2 | T_SELECTED_HOST_DROPDOWN | Public | See coding | 20110128 | t_selected_host_dropdown TYPE STANDARD TABLE OF t_selected_host_info
|
||
| 3 | T_SELECTED_HOST_INFO | Public | See coding | 20110128 | BEGIN OF t_selected_host_info,
host_name TYPE c LENGTH 128,
value TYPE c LENGTH 128,
END OF t_selected_host_info
|
||
| 4 | T_SELECTED_TENANT_DROPDOWN | Public | See coding | 20110128 | t_selected_tenant_dropdown TYPE STANDARD TABLE OF t_selected_tenant_info
|
||
| 5 | T_SELECTED_TENANT_INFO | Public | See coding | 20110128 | BEGIN OF t_selected_tenant_info,
tenant_name TYPE mandt,
value TYPE c LENGTH 128,
END OF t_selected_tenant_info
|
||
| 6 | T_SELECTED_VALUE_INFO | Public | See coding | 20110128 | BEGIN OF t_selected_value_info,
field_name TYPE string,
value TYPE c LENGTH 128,
END OF t_selected_value_info
|
||
| 7 | T_SELECTED_VALUE_INFO_TAB | Public | See coding | 20110128 | t_selected_value_info_tab TYPE STANDARD TABLE OF t_selected_value_info
|
Method Signatures
Method IS_USER_DEFINED_PARAM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RVAL | Value transfer | Type reference (TYPE) | ABAP_BOOL | X: parameter is user-defined | 20121010 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | DBA Cockpit: ADBC Errors | 20121010 | ||
| 2 | TREX SQL exception | 20121010 |
Method RESTORE_DEFAULT Signature
Method RESTORE_DEFAULT on class CL_HDB_ACTION_INI_MOD has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Proxy Exception | 20110128 |
Method SAVE_AND_ACTIVATE Signature
Method SAVE_AND_ACTIVATE on class CL_HDB_ACTION_INI_MOD has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Proxy Exception | 20110128 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 731 |