SAP ABAP Class CL_RSDHAF_PARAM_VAL (Frontend: Parameter Values)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-DST-HAP (Application Component) HANA Analysis Process
⤷
RSDHA (Package) SAP HANA Analysis in BW
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSDHAF_MAINT_CONSTANTS | Frontend: Maintenance Constants | 20130102 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSDHAF_PARAM_VAL | Frontend: GUI for Control Parameter Values | 20120903 |
Properties
| Class | CL_RSDHAF_PARAM_VAL | |
| Short Description | Frontend: Parameter Values | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | RSDHA | |
| Program status | ||
| Category | 0 | |
| Package | RSDHA | SAP HANA Analysis in BW |
| Created | 20120903 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 3 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_RSDHAF_MAINT_CONSTANTS | Frontend: Maintenance Constants | 20130102 | ||
| 2 | IF_RSDHAF_PARAM_VAL | Frontend: GUI for Control Parameter Values | 20120903 |
Friends
Class CL_RSDHAF_PARAM_VAL has no friend class.
Attributes
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20120903 | ||
| 2 | Instance method | Public | Constructor | CONSTRUCTOR | 20120903 | |
| 3 | Instance method | Public | Method | 20120903 | ||
| 4 | Instance method | Private | Event handling method | Handle Event After User Command | 20120903 | |
| 5 | Instance method | Private | Event handling method | Handle Event Context Menu Request | 20121017 | |
| 6 | Instance method | Private | Event handling method | Handle Event Data Changed Finished | 20120903 | |
| 7 | Instance method | Private | Method | Set Parameter Value | 20120903 |
Events
Class CL_RSDHAF_PARAM_VAL has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TP_S_PARAM_VAL | Private | See coding | Parameter Value | 20120903 | BEGIN OF tp_s_param_val,
name TYPE if_rsdha_types=>tn_name,
value TYPE REF TO data,
END OF tp_s_param_val
|
|
| 2 | TP_T_PARAM_VAL | Private | See coding | Parameter Value (Table Type) | 20120903 | tp_t_param_val TYPE STANDARD TABLE OF tp_s_param_val WITH DEFAULT KEY
|
Method Signatures
Method CLEAN_UP Signature
Method CLEAN_UP on class CL_RSDHAF_PARAM_VAL has no parameter.
Method CLEAN_UP on class CL_RSDHAF_PARAM_VAL has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_RSDHAF_PARAM_VAL has no parameter.
Method CONSTRUCTOR on class CL_RSDHAF_PARAM_VAL has no exception.
Method GET_PARAM_VAL Signature
Method GET_PARAM_VAL on class CL_RSDHAF_PARAM_VAL has no parameter.
Method GET_PARAM_VAL on class CL_RSDHAF_PARAM_VAL has no exception.
Method P_HANDLE_AFTER_USER_COMMAND Signature
Method P_HANDLE_AFTER_USER_COMMAND on class CL_RSDHAF_PARAM_VAL has no parameter.
Method P_HANDLE_AFTER_USER_COMMAND on class CL_RSDHAF_PARAM_VAL has no exception.
Method P_HANDLE_CONTEXT_MENU_REQUEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_OBJECT | Value transfer | Attribute reference (LIKE) | 20121017 |
Method P_HANDLE_CONTEXT_MENU_REQUEST on class CL_RSDHAF_PARAM_VAL has no exception.
Method P_HANDLE_DATA_CHANGED_FINISHED Signature
Method P_HANDLE_DATA_CHANGED_FINISHED on class CL_RSDHAF_PARAM_VAL has no parameter.
Method P_HANDLE_DATA_CHANGED_FINISHED on class CL_RSDHAF_PARAM_VAL has no exception.
Method SET_PARAM_VAL Signature
Method SET_PARAM_VAL on class CL_RSDHAF_PARAM_VAL has no parameter.
Method SET_PARAM_VAL on class CL_RSDHAF_PARAM_VAL has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |