SAP ABAP Interface IF_RSDHAF_PARAM (Frontend: GUI for Control Parameters)
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 - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RSDHAF_PARAM | Frontend: Parameter | 20121003 |
Properties
| Interface | IF_RSDHAF_PARAM | |
| Short Description | Frontend: GUI for Control Parameters |
General Data
| Package | RSDHA | SAP HANA Analysis in BW |
| Created | 20121003 | SAP |
| Last changed | 20140121 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | CL_RSDHAF_MAINTENANCE | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
| 2 | RS | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Interface IF_RSDHAF_PARAM has no interface.
Friends
Interface IF_RSDHAF_PARAM has no friend.
Attributes
Interface IF_RSDHAF_PARAM has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Clean up | 20121003 | |
| 2 | Instance method | Public | Method | Get Parameter Values | 20121004 | |
| 3 | Instance method | Public | Method | Initialize Control | 20121003 | |
| 4 | Instance method | Public | Method | Redisplay | 20121003 |
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | PARAM_VALS_CHANGED | Instance Event (0) |
Public (2) |
Parameter Values Changed | 20130329 |
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TN_S_PARAM_VAL | Public | See coding | Parameter Value (Structure) | 20121004 | BEGIN OF tn_s_param_val,
name TYPE if_rsdha_types=>tn_name,
val TYPE REF TO data,
END OF tn_s_param_val
|
|
| 2 | TN_T_PARAM_VAL | Public | See coding | Parameter Value (Table Type) | 20121004 | tn_t_param_val TYPE STANDARD TABLE OF tn_s_param_val WITH DEFAULT KEY
|
Method Signatures
Method CLEAN_UP Signature
Method CLEAN_UP on Interface IF_RSDHAF_PARAM has no parameter.
Method CLEAN_UP on Interface IF_RSDHAF_PARAM has no exception.
Method GET_PARAM_VALS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_T_PARAM_VAL | Value transfer | Type reference (TYPE) | TN_T_PARAM_VAL | Parameter Value (Table Type) | 20121004 |
Method GET_PARAM_VALS on Interface IF_RSDHAF_PARAM has no exception.
Method INITIALIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_ANALYSIS | Call by reference | Object reference (TYPE REF TO) | IF_RSDHAM_ANALYSIS | HANA Analysis Process (Object Model) | 20121003 | |||
| 2 | I_R_PARAM_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CUSTOM_CONTAINER | GUI Container for Control Parameter | 20121004 | |||
| 3 | I_WORKMODE | Call by reference | Type reference (TYPE) | IF_RSDHAF_MAINT_TYPES=>TN_WORKMODE | See constants of cl_rsdhaf_maintenance=>n_c_workmode | 20121003 |
Method INITIALIZE on Interface IF_RSDHAF_PARAM has no exception.
Method REDISPLAY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_WORKMODE | Call by reference | Type reference (TYPE) | IF_RSDHAF_MAINT_TYPES=>TN_WORKMODE | See constants of cl_rsdhaf_maintenance=>n_c_workmode | 20121003 |
Method REDISPLAY on Interface IF_RSDHAF_PARAM has no exception.
Event Signatures
Event PARAM_VALS_CHANGED Signature
Event PARAM_VALS_CHANGED on Interface IF_RSDHAF_PARAM has no parameter.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |