SAP ABAP Class CL_RSDHA_OPER_WEIGHTED_SCORING (Weighted Scoring Model)
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_PARAM_VAL | Frontend: GUI for Control Parameter Values | 20120903 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSDHAM_OPER | Implementation of Operation (Object Model) | 20120814 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSDHAR_OPER | Operation Runtime Implementierung (general) | 20120814 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSDHAR_OPER_LFUNC | Operation Runtime Implementation: Lib-Function (PAL/AFL) | 20120814 |
Properties
| Class | CL_RSDHA_OPER_WEIGHTED_SCORING | |
| Short Description | Weighted Scoring Model | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | RSDHA | |
| Program status | P | SAP Standard Production Program |
| Category | 0 | |
| Package | RSDHA | SAP HANA Analysis in BW |
| Created | 20120814 | 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 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_RSDHAF_PARAM_VAL | Frontend: GUI for Control Parameter Values | 20120903 | ||
| 2 | IF_RSDHAM_OPER | Implementation of Operation (Object Model) | 20120814 | ||
| 3 | IF_RSDHAR_OPER | Operation Runtime Implementierung (general) | 20120814 | ||
| 4 | IF_RSDHAR_OPER_LFUNC | Operation Runtime Implementation: Lib-Function (PAL/AFL) | 20120814 |
Friends
Class CL_RSDHA_OPER_WEIGHTED_SCORING has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Attribute reference (LIKE) | 20120903 | |||||
| 2 | Instance attribute | Public | Attribute reference (LIKE) | 20120814 | |||||
| 3 | Instance attribute | Public | Attribute reference (LIKE) | 20120814 | |||||
| 4 | Constant | Private | See coding | Parameter | 20120903 | ||||
| 5 | Constant | Private | See coding | Constants for Signature | 20120814 | ||||
| 6 | Instance attribute | Private | Type reference (TYPE) | IF_RSDHA_TYPES=>TN_NAME | Parameter Name | 20120903 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | LVC_S_LAYO | ALV Control: Layout Structure | 20120830 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | TP_T_ALV_SCORE | ALV Score (Table Type) | 20120904 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | TP_T_ALV_WEIGHT | ALV Weight (Table Type) | 20120904 | |||
| 10 | Instance attribute | Private | Type reference (TYPE) | TP_T_SCORE | Score (Table Type) | 20120814 | |||
| 11 | Instance attribute | Private | Type reference (TYPE) | TP_T_WEIGHT | Weight (Table Type) | 20120814 | |||
| 12 | Instance attribute | Private | Type reference (TYPE) | I | See constants of cl_rsdhaf_maintenance=>n_c_workmode | 20120903 |
Methods
Events
Class CL_RSDHA_OPER_WEIGHTED_SCORING has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TP_S_ALV_SCORE | Private | See coding | ALV Score (Structure Type) | 20120904 | BEGIN OF tp_s_alv_score.
INCLUDE TYPE tp_s_score.
TYPES: celltab TYPE lvc_t_styl,
END OF tp_s_alv_score
|
|
| 2 | TP_S_ALV_WEIGHT | Private | See coding | ALV Weight (Structure Type) | 20120904 | BEGIN OF tp_s_alv_weight.
INCLUDE TYPE tp_s_weight.
TYPES: celltab TYPE lvc_t_styl,
END OF tp_s_alv_weight
|
|
| 3 | 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
|
|
| 4 | TP_S_SCORE | Private | See coding | Score (Structure Type) | 20120814 | BEGIN OF tp_s_score,
field TYPE ddobjname,
value TYPE string,
score TYPE p LENGTH 3 DECIMALS 2,
END OF tp_s_score
|
|
| 5 | TP_S_WEIGHT | Private | See coding | Weight (Structure Type) | 20120814 | BEGIN OF tp_s_weight,
field TYPE ddobjname,
weight TYPE p LENGTH 3 DECIMALS 2,
END OF tp_s_weight
|
|
| 6 | TP_T_ALV_SCORE | Private | See coding | ALV Score (Table Type) | 20120904 | tp_t_alv_score TYPE STANDARD TABLE OF tp_s_alv_score WITH DEFAULT KEY
|
|
| 7 | TP_T_ALV_WEIGHT | Private | See coding | ALV Weight (Table Type) | 20120904 | tp_t_alv_weight TYPE STANDARD TABLE OF tp_s_alv_weight WITH DEFAULT KEY
|
|
| 8 | 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
|
|
| 9 | TP_T_SCORE | Private | See coding | Score (Table Type) | 20120814 | tp_t_score TYPE STANDARD TABLE OF tp_s_score WITH DEFAULT KEY
|
|
| 10 | TP_T_WEIGHT | Private | See coding | Weight (Table Type) | 20120814 | tp_t_weight TYPE STANDARD TABLE OF tp_s_weight WITH DEFAULT KEY
|
Method Signatures
Method CLEAN_UP Signature
Method CLEAN_UP on class CL_RSDHA_OPER_WEIGHTED_SCORING has no parameter.
Method CLEAN_UP on class CL_RSDHA_OPER_WEIGHTED_SCORING has no exception.
Method CONSTRUCTOR 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 | Analysis Process (Object Model) | 20120814 |
Method CONSTRUCTOR on class CL_RSDHA_OPER_WEIGHTED_SCORING has no exception.
Method GET_INPUT_MAPPING Signature
Method GET_INPUT_MAPPING on class CL_RSDHA_OPER_WEIGHTED_SCORING has no parameter.
Method GET_INPUT_MAPPING on class CL_RSDHA_OPER_WEIGHTED_SCORING has no exception.
Method GET_PARAM_VAL Signature
Method GET_PARAM_VAL on class CL_RSDHA_OPER_WEIGHTED_SCORING has no parameter.
Method GET_PARAM_VAL on class CL_RSDHA_OPER_WEIGHTED_SCORING has no exception.
Method POV_SELECTION_FIELD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_FIELD | Call by reference | Type reference (TYPE) | IF_RSDHA_TYPES=>TN_NAME | Field | 20120903 |
Method POV_SELECTION_FIELD on class CL_RSDHA_OPER_WEIGHTED_SCORING has no exception.
Method P_GET_CONTROLTAB_VAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_PARAM_VAL | Value transfer | Type reference (TYPE) | DATA | 20120814 |
Method P_GET_CONTROLTAB_VAL on class CL_RSDHA_OPER_WEIGHTED_SCORING has no exception.
Method P_GET_MAPFUNCTAB_VAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_PARAM_VAL | Value transfer | Type reference (TYPE) | DATA | 20120814 |
Method P_GET_MAPFUNCTAB_VAL on class CL_RSDHA_OPER_WEIGHTED_SCORING has no exception.
Method P_GET_PARAMETERSTAB_VAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_PARAM_VAL | Value transfer | Type reference (TYPE) | DATA | 20120814 |
Method P_GET_PARAMETERSTAB_VAL on class CL_RSDHA_OPER_WEIGHTED_SCORING has no exception.
Method P_HANDLE_AFTER_USER_COMMAND Signature
Method P_HANDLE_AFTER_USER_COMMAND on class CL_RSDHA_OPER_WEIGHTED_SCORING has no parameter.
Method P_HANDLE_AFTER_USER_COMMAND on class CL_RSDHA_OPER_WEIGHTED_SCORING has no exception.
Method P_HANDLE_DATA_CHANGED_FINISHED Signature
Method P_HANDLE_DATA_CHANGED_FINISHED on class CL_RSDHA_OPER_WEIGHTED_SCORING has no parameter.
Method P_HANDLE_DATA_CHANGED_FINISHED on class CL_RSDHA_OPER_WEIGHTED_SCORING has no exception.
Method P_HANDLE_ONF4 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ER_EVENT_DATA | Value transfer | Attribute reference (LIKE) | 20120903 | |||||
| 2 | ES_ROW_NO | Value transfer | Attribute reference (LIKE) | 20120903 | |||||
| 3 | ET_BAD_CELLS | Value transfer | Attribute reference (LIKE) | 20120903 | |||||
| 4 | E_DISPLAY | Value transfer | Attribute reference (LIKE) | 20120903 | |||||
| 5 | E_FIELDNAME | Value transfer | Attribute reference (LIKE) | 20120903 | |||||
| 6 | E_FIELDVALUE | Value transfer | Attribute reference (LIKE) | 20120903 |
Method P_HANDLE_ONF4 on class CL_RSDHA_OPER_WEIGHTED_SCORING has no exception.
Method P_INITIALIZE_SCORE_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_T_ALV_SCORE | Call by reference | Type reference (TYPE) | TP_T_ALV_SCORE | ALV Score (Table Type) | 20120904 |
Method P_INITIALIZE_SCORE_TABLE on class CL_RSDHA_OPER_WEIGHTED_SCORING has no exception.
Method P_INITIALIZE_WEIGHT_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_T_ALV_WEIGHT | Call by reference | Type reference (TYPE) | TP_T_ALV_WEIGHT | Weight (Table Type) | 20120904 |
Method P_INITIALIZE_WEIGHT_TABLE on class CL_RSDHA_OPER_WEIGHTED_SCORING has no exception.
Method P_POV_SCORE_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_CHAVT | Call by reference | Type reference (TYPE) | RSDM_T_CHAVT | Characteristic Value (Table Type) | 20120903 | |||
| 2 | I_FIELD | Call by reference | Type reference (TYPE) | IF_RSDHA_TYPES=>TN_NAME | Field | 20120903 |
Method P_POV_SCORE_VALUE on class CL_RSDHA_OPER_WEIGHTED_SCORING has no exception.
Method P_SCORE_TABLE_CONVERT_TO_EXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_SUBRC | Call by reference | Type reference (TYPE) | SYSUBRC | Return Value from ABAP Statements | 20120905 | |||
| 2 | C_T_MSG | Call by reference | Type reference (TYPE) | RS_T_MSG | BW: Table with Messages (Application Log) | 20120905 |
Method P_SCORE_TABLE_CONVERT_TO_EXT on class CL_RSDHA_OPER_WEIGHTED_SCORING has no exception.
Method P_SCORE_TABLE_CONVERT_TO_INT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_SUBRC | Call by reference | Type reference (TYPE) | SYSUBRC | Return Value from ABAP Statements | 20120905 | |||
| 2 | C_T_MSG | Call by reference | Type reference (TYPE) | RS_T_MSG | BW: Table with Messages (Application Log) | 20120905 | |||
| 3 | E_T_ALV_SCORE | Call by reference | Type reference (TYPE) | TP_T_ALV_SCORE | ALV Score (Table Type) | 20120905 |
Method P_SCORE_TABLE_CONVERT_TO_INT on class CL_RSDHA_OPER_WEIGHTED_SCORING has no exception.
Method SET_PARAM_VAL Signature
Method SET_PARAM_VAL on class CL_RSDHA_OPER_WEIGHTED_SCORING has no parameter.
Method SET_PARAM_VAL on class CL_RSDHA_OPER_WEIGHTED_SCORING has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 731 |