SAP ABAP Class CL_HDB_ACTION_INI_ADD_PARAM (HDB: add new parameter.)
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 | 20121025 |
Properties
| Class | CL_HDB_ACTION_INI_ADD_PARAM | |
| Short Description | HDB: add new parameter. | |
| 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 | 20121025 | 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) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_HDB_ACTION_INI_ADD_PARAM has no interface implemented.
Friends
Class CL_HDB_ACTION_INI_ADD_PARAM 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_ADD_PARAM' | Function code that PAI triggered | 20121025 | ||
| 2 | Instance attribute | Private | Attribute reference (LIKE) | 20121025 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | 20121025 |
Events
Class CL_HDB_ACTION_INI_ADD_PARAM has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_PARAM_INFO | Public | See coding | 20121025 | 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 | 20121025 | t_selected_host_dropdown TYPE STANDARD TABLE OF t_selected_host_info
|
||
| 3 | T_SELECTED_HOST_INFO | Public | See coding | 20121025 | 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 | 20121025 | t_selected_tenant_dropdown TYPE STANDARD TABLE OF t_selected_tenant_info
|
||
| 5 | T_SELECTED_TENANT_INFO | Public | See coding | 20121025 | 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 | 20121025 | 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 | 20121025 | t_selected_value_info_tab TYPE STANDARD TABLE OF t_selected_value_info
|
Method Signatures
Method SAVE_AND_ACTIVATE Signature
Method SAVE_AND_ACTIVATE on class CL_HDB_ACTION_INI_ADD_PARAM has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Proxy Exception | 20121025 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 740 |