SAP ABAP Interface IF_RSDHAM_OPER (Implementation of Operation (Object 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 - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSDHA_MATHEMATICA_SCRIPT Operation: Mathematica Script 20130926
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSDHA_OPER_ABC ABC Classification 20120524
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSDHA_OPER_APRIORI Apriori Association Analysis 20120613
4 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSDHA_OPER_DOUBLE_SMOOTH Double Exponential Smoothing 20130412
5 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSDHA_OPER_K_MEANS K-Means Algorithm 20120829
6 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSDHA_OPER_OUTLIERS Anomaly Detection 20130410
7 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSDHA_OPER_PROC Standard Implementation for SQL Procedures 20120924
8 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSDHA_OPER_QUARTILE_TEST Operation: Quartile Range Test 20120828
9 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSDHA_OPER_SINGLE_SMOOTH Operation: Single Exponential Smoothing 20130411
10 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSDHA_OPER_TRIPLE_SMOOTH Operation: Triple Exponential Smoothing 20130412
... Click here to see Used By full list (12 items)
Properties
Interface IF_RSDHAM_OPER  
Short Description Implementation of Operation (Object Model)    
General Data
Package RSDHA   SAP HANA Analysis in BW 
Created 20120402   SAP 
Last changed 20140121   SAP 
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_RSDHAM_FIELD_DESCR Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 IF_RSDHAM_OBJECT Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 IF_RSDHAM_PARAM_DESCR Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
4 IF_RSDHA_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Interface IF_RSDHAM_OPER has no interface.
Friends
Interface IF_RSDHAM_OPER has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_R_ANALYSIS Instance attribute Public Object reference (TYPE REF TO) IF_RSDHAM_ANALYSIS Analysis Process (Object Model) 20120402
2 N_T_INPUT_MAPPING Instance attribute Public Type reference (TYPE) IF_RSDHA_TYPES=>TN_T_FIELD_MAPPING Field mapping (table) 20120402
Methods
# Method Level Visibility Method type Description Created on
1 CHECK Instance method Public Method Check 20120402
2 FILL_PARAM_DESCR Instance method Public Method Fill metadata of parameters 20120430
3 GET_INPUT_MAPPING Instance method Public Method Get input mapping 20120402
4 GET_INPUT_MAPPING_DESCR Instance method Public Method Get metadata of field mapping 20120402
5 GET_INPUT_MAPPING_TGT_FIELDS Instance method Public Method Get target field metadata for input mapping 20130205
6 GET_INSTANCE Static method Public Method Create instance 20120402
7 GET_OUTPUT_FIELDS Instance method Public Method Get target field field metadata for output mapping 20120402
8 GET_OUTPUT_MAPPING Instance method Public Method Get output mapping 20120514
9 GET_PARAM_VAL Instance method Public Method Get parameter values 20120430
10 SET_INPUT_MAPPING Instance method Public Method Set input mapping 20120402
11 SET_PARAM_VAL Instance method Public Method Set parameter values 20120430
Events
Interface IF_RSDHAM_OPER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TN_TYPE Public Type reference (TYPE) IF_RSDHAM_OBJECT=>TN_TYPE Type of operation 20120403
Method Signatures

Method CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_SUBRC Call by reference Type reference (TYPE) SYSUBRC Return Value from ABAP Statements 20130129
2 Exporting E_T_MSG Call by reference Type reference (TYPE) RS_T_MSG BW: Table with Messages (Application Log) 20130129

Method CHECK on Interface IF_RSDHAM_OPER has no exception.

Method FILL_PARAM_DESCR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DISPLAY_IN_QUERY_FLAG Call by reference Type reference (TYPE) IF_RSDHAM_PARAM_DESCR=>TN_DISPLAY_IN_QUERY_FLAG 'X': Display in Query 20130611
2 Importing I_R_PARAM_DESCR Call by reference Object reference (TYPE REF TO) IF_RSDHAM_PARAM_DESCR Metadata of parameters (overall) 20120430
3 Importing I_SUBTYPE Call by reference Type reference (TYPE) IF_RSDHAM_OBJECT=>TN_SUBTYPE Subtype of analysis element 20120925
# Exception Resumable Description Created on
1 CX_RSDHA_MSG Exception with generic message 20120814

Method GET_INPUT_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_INPUT_MAPPING Value transfer Type reference (TYPE) IF_RSDHA_TYPES=>TN_T_FIELD_MAPPING Field mapping (table) 20120402

Method GET_INPUT_MAPPING on Interface IF_RSDHAM_OPER has no exception.

Method GET_INPUT_MAPPING_DESCR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ENABLE_SRC_FIELD_SELECTION Call by reference Type reference (TYPE) RS_BOOL Enable field selection (add fields to target structure) 20120809
2 Exporting E_OPTIONAL_TGT_FIELDS_ALLOWED Call by reference Type reference (TYPE) RS_BOOL Allow optional target fields 20120809

Method GET_INPUT_MAPPING_DESCR on Interface IF_RSDHAM_OPER has no exception.

Method GET_INPUT_MAPPING_TGT_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_INPUT_MAPPING_TGT_FIELD Value transfer Type reference (TYPE) IF_RSDHAM_FIELD_DESCR=>TN_T_FIELD Available target fields for mapping 20130205

Method GET_INPUT_MAPPING_TGT_FIELDS on Interface IF_RSDHAM_OPER has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_ANALYSIS Call by reference Object reference (TYPE REF TO) IF_RSDHAM_ANALYSIS Analysis Process (Object Model) 20120402
2 Returning R_R_OPER Value transfer Object reference (TYPE REF TO) IF_RSDHAM_OPER Operation 20120402

Method GET_INSTANCE on Interface IF_RSDHAM_OPER has no exception.

Method GET_OUTPUT_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_T_FIELD Value transfer Type reference (TYPE) IF_RSDHAM_FIELD_DESCR=>TN_T_FIELD Table for field list 20120402

Method GET_OUTPUT_FIELDS on Interface IF_RSDHAM_OPER has no exception.

Method GET_OUTPUT_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_OUTPUT_MAPPING Call by reference Type reference (TYPE) IF_RSDHA_TYPES=>TN_T_FIELD_MAPPING Field mapping (table) 20120514

Method GET_OUTPUT_MAPPING on Interface IF_RSDHAM_OPER has no exception.

Method GET_PARAM_VAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_PARAM_VAL Call by reference Type reference (TYPE) DATA Parameter values 20120430
2 Importing I_PARAM_NAME Call by reference Type reference (TYPE) IF_RSDHA_TYPES=>TN_NAME Name of parameter 20120430

Method GET_PARAM_VAL on Interface IF_RSDHAM_OPER has no exception.

Method SET_INPUT_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_T_INPUT_MAPPING Call by reference Type reference (TYPE) IF_RSDHA_TYPES=>TN_T_FIELD_MAPPING Field mapping (table) 20120402

Method SET_INPUT_MAPPING on Interface IF_RSDHAM_OPER has no exception.

Method SET_PARAM_VAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PARAM_NAME Call by reference Type reference (TYPE) IF_RSDHA_TYPES=>TN_NAME Name of parameter 20120430
2 Importing I_PARAM_VAL Call by reference Type reference (TYPE) DATA Parameter Value 20120430

Method SET_PARAM_VAL on Interface IF_RSDHAM_OPER has no exception.
Meta Relationship - Used By (full list)
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSDHA_MATHEMATICA_SCRIPT Operation: Mathematica Script 20130926
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSDHA_OPER_ABC ABC Classification 20120524
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSDHA_OPER_APRIORI Apriori Association Analysis 20120613
4 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSDHA_OPER_DOUBLE_SMOOTH Double Exponential Smoothing 20130412
5 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSDHA_OPER_K_MEANS K-Means Algorithm 20120829
6 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSDHA_OPER_OUTLIERS Anomaly Detection 20130410
7 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSDHA_OPER_PROC Standard Implementation for SQL Procedures 20120924
8 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSDHA_OPER_QUARTILE_TEST Operation: Quartile Range Test 20120828
9 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSDHA_OPER_SINGLE_SMOOTH Operation: Single Exponential Smoothing 20130411
10 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSDHA_OPER_TRIPLE_SMOOTH Operation: Triple Exponential Smoothing 20130412
11 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSDHA_OPER_WEIGHTED_SCORING Weighted Scoring Model 20120814
12 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSDHA_PROJECTION Projection 20121006
History
Last changed by/on SAP  20140121 
SAP Release Created in 730