SAP ABAP Class CL_RSDHAF_PROC_PARAM (Frontend: Procedure Parameter)
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 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSDHAF_PROC_PARAM_OM | Frontend: Procedure Parameter in Object Model | 20121011 |
Properties
| Class | CL_RSDHAF_PROC_PARAM | |
| Short Description | Frontend: Procedure Parameter | |
| 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 | 20120926 | 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 class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 3 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 4 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 5 | 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 |
Friends
Class CL_RSDHAF_PROC_PARAM has no friend class.
Attributes
Methods
Events
Class CL_RSDHAF_PROC_PARAM has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TN_S_PARAM | Public | See coding | Parameter (Structure) | 20120927 | BEGIN OF tn_s_param,
status TYPE icon_text,
position TYPE i,
name TYPE if_rsdham_proc_metadata=>tn_db_param_name,
param_type(5) TYPE c,
table_type(1) TYPE c,
role(30) TYPE c,
celltab TYPE lvc_t_styl,
END OF tn_s_param
|
|
| 2 | TN_T_PARAM | Public | See coding | Parameter (Table Type) | 20120927 | tn_t_param TYPE STANDARD TABLE OF tn_s_param WITH DEFAULT KEY
|
Method Signatures
Method CLEAN_UP Signature
Method CLEAN_UP on class CL_RSDHAF_PROC_PARAM has no parameter.
Method CLEAN_UP on class CL_RSDHAF_PROC_PARAM has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DYNNR | Call by reference | Type reference (TYPE) | SY-DYNNR | ABAP-Systemfeld: Aktuelle Dynpro-Nummer | 20130111 | |||
| 2 | I_REPID | Call by reference | Type reference (TYPE) | SY-REPID | 20130111 |
Method CONSTRUCTOR on class CL_RSDHAF_PROC_PARAM has no exception.
Method CONVERT_BW_PARAM_ROLE_TO_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_BW_PARAM_ROLE | Call by reference | Type reference (TYPE) | IF_RSDHAM_PROC_METADATA=>TN_BW_PARAM_ROLE | BW Properties: Parameter Role (Input, ControlParam, Output) | 20120926 | |||
| 2 | R_TEXT | Value transfer | Type reference (TYPE) | TN_S_PARAM-ROLE | Text | 20120926 |
Method CONVERT_BW_PARAM_ROLE_TO_TEXT on class CL_RSDHAF_PROC_PARAM has no exception.
Method CONVERT_TEXT_TO_BW_PARAM_ROLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TEXT | Call by reference | Type reference (TYPE) | CSEQUENCE | Text | 20120926 | |||
| 2 | R_BW_PARAM_ROLE | Value transfer | Type reference (TYPE) | IF_RSDHAM_PROC_METADATA=>TN_BW_PARAM_ROLE | BW Properties: Parameter Role (Input, ControlParam, Output) | 20120926 |
Method CONVERT_TEXT_TO_BW_PARAM_ROLE on class CL_RSDHAF_PROC_PARAM has no exception.
Method O_HANDLE_AFTER_REFRESH Signature
Method O_HANDLE_AFTER_REFRESH on class CL_RSDHAF_PROC_PARAM has no parameter.
Method O_HANDLE_AFTER_REFRESH on class CL_RSDHAF_PROC_PARAM has no exception.
Method O_HANDLE_BEFORE_USER_COMMAND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_UCOMM | Value transfer | Attribute reference (LIKE) | 20121011 |
Method O_HANDLE_BEFORE_USER_COMMAND on class CL_RSDHAF_PROC_PARAM has no exception.
Method O_HANDLE_DATA_CHANGED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ER_DATA_CHANGED | Value transfer | Attribute reference (LIKE) | 20121011 | |||||
| 2 | E_ONF4 | Value transfer | Attribute reference (LIKE) | 20121011 | |||||
| 3 | E_ONF4_AFTER | Value transfer | Attribute reference (LIKE) | 20121011 | |||||
| 4 | E_ONF4_BEFORE | Value transfer | Attribute reference (LIKE) | 20121011 | |||||
| 5 | E_UCOMM | Value transfer | Attribute reference (LIKE) | 20121011 |
Method O_HANDLE_DATA_CHANGED on class CL_RSDHAF_PROC_PARAM has no exception.
Method O_HANDLE_DATA_CHANGED_FINISHED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_GOOD_CELLS | Value transfer | Attribute reference (LIKE) | 20121011 | |||||
| 2 | E_MODIFIED | Value transfer | Attribute reference (LIKE) | 20121011 |
Method O_HANDLE_DATA_CHANGED_FINISHED on class CL_RSDHAF_PROC_PARAM has no exception.
Method O_INITIALIZE_ALV Signature
Method O_INITIALIZE_ALV on class CL_RSDHAF_PROC_PARAM has no parameter.
Method O_INITIALIZE_ALV on class CL_RSDHAF_PROC_PARAM has no exception.
Method O_SET_CELLS Signature
Method O_SET_CELLS on class CL_RSDHAF_PROC_PARAM has no parameter.
Method O_SET_CELLS on class CL_RSDHAF_PROC_PARAM has no exception.
Method REFRESH_TABLE_DISPLAY Signature
Method REFRESH_TABLE_DISPLAY on class CL_RSDHAF_PROC_PARAM has no parameter.
Method REFRESH_TABLE_DISPLAY on class CL_RSDHAF_PROC_PARAM has no exception.
Method SET_BW_PROP Signature
Method SET_BW_PROP on class CL_RSDHAF_PROC_PARAM has no parameter.
Method SET_BW_PROP on class CL_RSDHAF_PROC_PARAM has no exception.
Method SET_PROC_METADATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_PROC_METADATA | Call by reference | Object reference (TYPE REF TO) | CL_RSDHAM_PROC_METADATA | Object Model: Procedure Metatdata | 20121012 |
Method SET_PROC_METADATA on class CL_RSDHAF_PROC_PARAM has no exception.
Method SET_WORKMODE 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 | Working Mode | 20121012 |
Method SET_WORKMODE on class CL_RSDHAF_PROC_PARAM has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |