SAP ABAP Interface IF_RSDME_DMP_ENGINE (DataMining Engine)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-EI-DM (Application Component) Data Mining
     RS_DME_DMP_OO (Package) Datamining Provider - OO Based
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSDME_DMP_ENGINE_ABS Abstract Engine Class 20030906
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSDME_DMP_ENGINE_RFC Engine Class with RFC calls 20030930
Properties
Interface IF_RSDME_DMP_ENGINE  
Short Description DataMining Engine    
General Data
Package RS_DME_DMP_OO   Datamining Provider - OO Based 
Created 20030804   SAP 
Last changed 20110908   SAP 
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 RSDMU Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Interface IF_RSDME_DMP_ENGINE has no interface.
Friends
Interface IF_RSDME_DMP_ENGINE has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MC_SUP_GEN_PMML_EXPORT Constant Public Type reference (TYPE) RSDMEM_SUP_CHECK_TYPE_GEN 'PE' Supports PMML Export 20030912
2 MC_SUP_GEN_PMML_IMPORT Constant Public Type reference (TYPE) RSDMEM_SUP_CHECK_TYPE_GEN 'PI' Supports PMML Import 20030912
3 MC_SUP_MODEL_FIELD_PARAMS Constant Public Type reference (TYPE) RSDMEM_SUP_CHECK_TYPE_MODELING 'FP' Supports Generic Field Parameters 20030912
4 MC_SUP_MODEL_VALUE_PROCESSING Constant Public Type reference (TYPE) RSDMEM_SUP_CHECK_TYPE_MODELING 'FV' Supports Generic Value Processing 20030912
5 MC_SUP_PRED Constant Public Type reference (TYPE) RSDMEM_SUP_CHECK_TYPE_PRED 'PR' Supports Prediction via Intelligent Service 20030912
6 MC_SUP_PRED_MAPVALUE Constant Public Type reference (TYPE) RSDMEM_SUP_CHECK_TYPE_PRED 'MP' Support Map By Target Value 20030912
7 MC_SUP_PRED_RANK Constant Public Type reference (TYPE) RSDMEM_SUP_CHECK_TYPE_PRED 'RA' Support Ranks 20030912
8 MC_SUP_PRED_WEBITEM Constant Public Type reference (TYPE) RSDMEM_SUP_CHECK_TYPE_PRED 'WB' Supports What-If Web Item 20031107
9 MC_SUP_PRED_WHATIF Constant Public Type reference (TYPE) RSDMEM_SUP_CHECK_TYPE_PRED 'WI' Supports What-If 20030912
10 MC_SUP_TRAIN Constant Public Type reference (TYPE) RSDMEM_SUP_CHECK_TYPE_TRAIN 'TR' Is Training supported 20030912
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_MODEL Instance method Public Method Check the model 20030804
2 GET_CONNECTION_PARAMS Instance method Public Method Get connection parameters 20031010
3 GET_DESCRIPTION Instance method Public Method Engine Description 20030826
4 GET_DESCRIPTION_ALL Instance method Public Method Get Description 20031010
5 GET_ENGINE_ID Instance method Public Method Returns the engine identifier 20030808
6 GET_ENGINE_META Instance method Public Method Get Engine Metadata 20031008
7 GET_ENGINE_NAME Instance method Public Method Get Engine Name 20040127
8 GET_EXTR_INFO_CLASS Instance method Public Method Get Extraction Info Class instance 20031010
9 GET_EXTR_RT_CLASS Instance method Public Method Get Extraction Runtime Class instance 20031010
10 GET_FIELD_PARAMS_META Instance method Public Method Get the field parameters supported by the engine 20030906
11 GET_MODEL_INSTANCE Instance method Public Method Get Empty Model Instance 20030902
12 GET_MODEL_PARAMS_META Instance method Public Method Get the model parameters supported by the engine 20030906
13 GET_PR_INFO_INSTANCE Instance method Public Method Get Prediction related info retreiver class 20030915
14 GET_PR_RT_INSTANCE Instance method Public Method Get Empty Prediction Runtime Instance for Mass Predictions 20030902
15 GET_PR_UI_CLASS Instance method Public Method Get Empty Prediction UI Controller Class 20030902
16 GET_PR_WHATIF_UI_CLASS Instance method Public Method Get Empty Prediction UI Controller Class - What IF predictio 20030917
17 GET_PR_WHAT_IF_RT_INSTANCE Instance method Public Method Get Empty Prediction Runtime Instance for What-If Prediction 20030902
18 GET_SUPPORTED_CONTENT_TYPES Instance method Public Method Get the content types supported by the engine 20030804
19 GET_SUPPORTED_DISTR_TYPES Instance method Public Method Get the distribution types 20030908
20 GET_TR_RT_INSTANCE Instance method Public Method Get Empty Training Runtime Instance 20030902
21 GET_VAL_PROCESS_TYPES Instance method Public Method Get Supported Value Process Types 20030912
22 GET_VAL_TYPES Instance method Public Method Get Supported Value Types - Missing/Ignore or any custom 20030912
23 GET_WB_UI_FACTORY Instance method Public Method Get UI Factory 20031003
24 RESET_MODEL_RESULTS Instance method Public Method Reset Model results 20031010
25 SET_CONNECTION_PARAMS Instance method Public Method Set the connection parameters 20031010
26 SET_ENGINE_ID Instance method Public Method Sets the engine identifier 20030917
27 SET_ENGINE_META Instance method Public Method Set Engine Metadata 20031008
28 SET_ENGINE_NAME Instance method Public Method Set Engine Name 20040127
29 SUPPORTS_CHECK_GENERAL Instance method Public Method Support Checks - General 20030912
30 SUPPORTS_CHECK_MODELLING Instance method Public Method Support Checks for Modeling Related Activities 20030912
31 SUPPORTS_CHECK_PREDICTION Instance method Public Method Support Checks for Prediction Related Activities 20030912
32 SUPPORTS_CHECK_TRAINING Instance method Public Method Support Checks for Training Related Activities 20030912
Events
Interface IF_RSDME_DMP_ENGINE has no event.
Types
Interface IF_RSDME_DMP_ENGINE has no local type.
Method Signatures

Method CHECK_MODEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_R_MSG Call by reference Object reference (TYPE REF TO) CL_RSDME_ERROR 20030917
2 Exporting E_T_RETURN Call by reference Type reference (TYPE) BAPIRET2_T 20030901
3 Importing I_R_MODEL Call by reference Object reference (TYPE REF TO) IF_RSDME_DMP_MODEL 20030901

Method CHECK_MODEL on Interface IF_RSDME_DMP_ENGINE has no exception.

Method GET_CONNECTION_PARAMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_R_CONN_PARAMS Value transfer Object reference (TYPE REF TO) IF_RSDME_DMP_CONN_PARAMS 20031010

Method GET_CONNECTION_PARAMS on Interface IF_RSDME_DMP_ENGINE has no exception.

Method GET_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_DESC Value transfer Type reference (TYPE) RSDMEM_LANGU_DESCRIPTION Beschreibung 20030826
2 Importing I_LANGU Call by reference Type reference (TYPE) LANGU SY-LANGU Sprache 20030826

Method GET_DESCRIPTION on Interface IF_RSDME_DMP_ENGINE has no exception.

Method GET_DESCRIPTION_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_T_TEXTS Value transfer Type reference (TYPE) RSDMEM_TH_DSC 20031010

Method GET_DESCRIPTION_ALL on Interface IF_RSDME_DMP_ENGINE has no exception.

Method GET_ENGINE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_ENGINE Value transfer Type reference (TYPE) RSDMEM_ANALYTICAL_SERVICE 20030906

Method GET_ENGINE_ID on Interface IF_RSDME_DMP_ENGINE has no exception.

Method GET_ENGINE_META Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_S_ENGINE_META Value transfer Type reference (TYPE) RSDMSM_ENGINES 20031008

Method GET_ENGINE_META on Interface IF_RSDME_DMP_ENGINE has no exception.

Method GET_ENGINE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_ENGINE_NAME Value transfer Type reference (TYPE) RSDMEM_ANALYTICAL_SERVICE Analytische Methode 20040127

Method GET_ENGINE_NAME on Interface IF_RSDME_DMP_ENGINE has no exception.

Method GET_EXTR_INFO_CLASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_R_REF Value transfer Object reference (TYPE REF TO) CL_RSDME_EXTRACTOR_GEN 20031010

Method GET_EXTR_INFO_CLASS on Interface IF_RSDME_DMP_ENGINE has no exception.

Method GET_EXTR_RT_CLASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_R_REF Value transfer Object reference (TYPE REF TO) CL_RSDME_EXTRACTOR_RUNTIME 20031010

Method GET_EXTR_RT_CLASS on Interface IF_RSDME_DMP_ENGINE has no exception.

Method GET_FIELD_PARAMS_META Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_R_MSG Call by reference Object reference (TYPE REF TO) CL_RSDME_ERROR 20030917
2 Exporting E_T_PARAM_META Value transfer Type reference (TYPE) RSDMU_T_FIELD_PARAM_META 20030906
3 Exporting E_T_PARAM_VALUES Value transfer Type reference (TYPE) RSDMSM_T_PARAM_VALUES_STR Mögliche Parameterwerte für F4 20031121
4 Importing I_CTYPE Call by reference Type reference (TYPE) RSDMEM_CONTENT_TYPE 20030912

Method GET_FIELD_PARAMS_META on Interface IF_RSDME_DMP_ENGINE has no exception.

Method GET_MODEL_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_R_MODEL Value transfer Object reference (TYPE REF TO) IF_RSDME_DMP_MODEL 20030902

Method GET_MODEL_INSTANCE on Interface IF_RSDME_DMP_ENGINE has no exception.

Method GET_MODEL_PARAMS_META Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_R_MSG Call by reference Object reference (TYPE REF TO) CL_RSDME_ERROR 20030917
2 Exporting E_T_PARAM_META Value transfer Type reference (TYPE) RSDMU_T_MODEL_PARAM_META 20030906
3 Exporting E_T_PARAM_VALUES Call by reference Type reference (TYPE) RSDMSM_T_PARAM_VALUES_STR Mögliche Parameterwerte für F4 20031121

Method GET_MODEL_PARAMS_META on Interface IF_RSDME_DMP_ENGINE has no exception.

Method GET_PR_INFO_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ER_PRED_INFO Value transfer Object reference (TYPE REF TO) IF_RSDME_PRED_INFO 20030915

Method GET_PR_INFO_INSTANCE on Interface IF_RSDME_DMP_ENGINE has no exception.

Method GET_PR_RT_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_R_PRED_RT Value transfer Object reference (TYPE REF TO) IF_RSDME_PRED_TASK_RT_MASS 20030902

Method GET_PR_RT_INSTANCE on Interface IF_RSDME_DMP_ENGINE has no exception.

Method GET_PR_UI_CLASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_R_PRED_UI_CTRL Value transfer Object reference (TYPE REF TO) IF_RSDME_IS_UI_CONTROLLER 20030902

Method GET_PR_UI_CLASS on Interface IF_RSDME_DMP_ENGINE has no exception.

Method GET_PR_WHATIF_UI_CLASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_R_PRED_UI_CTRL Value transfer Object reference (TYPE REF TO) IF_RSDME_WHATIF_UI_CTRL 20030917

Method GET_PR_WHATIF_UI_CLASS on Interface IF_RSDME_DMP_ENGINE has no exception.

Method GET_PR_WHAT_IF_RT_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_R_PRED_WI_RT Value transfer Object reference (TYPE REF TO) IF_RSDME_PRED_TASK_RT_WHATIF 20030902

Method GET_PR_WHAT_IF_RT_INSTANCE on Interface IF_RSDME_DMP_ENGINE has no exception.

Method GET_SUPPORTED_CONTENT_TYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_R_MSG Call by reference Object reference (TYPE REF TO) CL_RSDME_ERROR 20030917
2 Exporting E_T_CTYPES Value transfer Type reference (TYPE) RSDMU_T_CTYPES 20030906

Method GET_SUPPORTED_CONTENT_TYPES on Interface IF_RSDME_DMP_ENGINE has no exception.

Method GET_SUPPORTED_DISTR_TYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_R_MSG Call by reference Object reference (TYPE REF TO) CL_RSDME_ERROR 20030917
2 Exporting E_T_DTYPES Value transfer Type reference (TYPE) RSDMU_T_DTYPES 20030908

Method GET_SUPPORTED_DISTR_TYPES on Interface IF_RSDME_DMP_ENGINE has no exception.

Method GET_TR_RT_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_R_TRAIN_RT Value transfer Object reference (TYPE REF TO) IF_RSDME_TRAIN_RUNTIME 20030902

Method GET_TR_RT_INSTANCE on Interface IF_RSDME_DMP_ENGINE has no exception.

Method GET_VAL_PROCESS_TYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_T_PROC_TYPES Value transfer Type reference (TYPE) RSDMU_T_PROC_TYPES 20030912
2 Importing I_CTYPE Call by reference Type reference (TYPE) RSDMEM_CONTENT_TYPE Wertetyp - Wenn Verarbeitungsart vom Wertetyp abhängt 20030912

Method GET_VAL_PROCESS_TYPES on Interface IF_RSDME_DMP_ENGINE has no exception.

Method GET_VAL_TYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_T_VAL_TYPES Value transfer Type reference (TYPE) RSDMU_T_VALUE_TYPES 20030912
2 Importing I_CTYPE Call by reference Type reference (TYPE) RSDMEM_CONTENT_TYPE Wertetyp - Wenn Verarbeitungsart vom Wertetyp abhängt 20030912
3 Importing I_PROC_TYPE Call by reference Type reference (TYPE) RSDMEM_COL_VAL_PROCESS_TYPE Verarbeitungsart 20030912

Method GET_VAL_TYPES on Interface IF_RSDME_DMP_ENGINE has no exception.

Method GET_WB_UI_FACTORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ER_WB_UI_FACTORY Value transfer Object reference (TYPE REF TO) IF_RSDME_UI_FACTORY_GEN 20031003

Method GET_WB_UI_FACTORY on Interface IF_RSDME_DMP_ENGINE has no exception.

Method RESET_MODEL_RESULTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_R_MSG Call by reference Object reference (TYPE REF TO) CL_RSDME_ERROR 20031010
2 Importing I_MODEL Call by reference Type reference (TYPE) RSDMEM_MODEL 20031010

Method RESET_MODEL_RESULTS on Interface IF_RSDME_DMP_ENGINE has no exception.

Method SET_CONNECTION_PARAMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_CONN_PARAMS Call by reference Object reference (TYPE REF TO) IF_RSDME_DMP_CONN_PARAMS 20031010

Method SET_CONNECTION_PARAMS on Interface IF_RSDME_DMP_ENGINE has no exception.

Method SET_ENGINE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ENGINE_ID Call by reference Type reference (TYPE) RSDMEM_ANALYTICAL_SERVICE 20030917

Method SET_ENGINE_ID on Interface IF_RSDME_DMP_ENGINE has no exception.

Method SET_ENGINE_META Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_ENGINE_META Value transfer Type reference (TYPE) RSDMSM_ENGINES 20031008

Method SET_ENGINE_META on Interface IF_RSDME_DMP_ENGINE has no exception.

Method SET_ENGINE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ENGINE_NAME Call by reference Type reference (TYPE) RSDMEM_ANALYTICAL_SERVICE Analytische Methode 20040127

Method SET_ENGINE_NAME on Interface IF_RSDME_DMP_ENGINE has no exception.

Method SUPPORTS_CHECK_GENERAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_BOOL Value transfer Type reference (TYPE) RSDMEM_BOOL_CH 20031013
2 Importing I_CHECK_TYPE Call by reference Type reference (TYPE) RSDMEM_SUP_CHECK_TYPE_GEN 20031013

Method SUPPORTS_CHECK_GENERAL on Interface IF_RSDME_DMP_ENGINE has no exception.

Method SUPPORTS_CHECK_MODELLING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_BOOL Value transfer Type reference (TYPE) RSDMEM_BOOL_CH 20030912
2 Importing I_CHECK_TYPE Call by reference Type reference (TYPE) RSDMEM_SUP_CHECK_TYPE_MODELING 20030912

Method SUPPORTS_CHECK_MODELLING on Interface IF_RSDME_DMP_ENGINE has no exception.

Method SUPPORTS_CHECK_PREDICTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_BOOL Value transfer Type reference (TYPE) RSDMEM_BOOL_CH 20030912
2 Importing I_CHECK_TYPE Call by reference Type reference (TYPE) RSDMEM_SUP_CHECK_TYPE_PRED 20030912

Method SUPPORTS_CHECK_PREDICTION on Interface IF_RSDME_DMP_ENGINE has no exception.

Method SUPPORTS_CHECK_TRAINING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_BOOL Value transfer Type reference (TYPE) RSDMEM_BOOL_CH 20030912
2 Importing I_CHECK_TYPE Call by reference Type reference (TYPE) RSDMEM_SUP_CHECK_TYPE_TRAIN 20030912

Method SUPPORTS_CHECK_TRAINING on Interface IF_RSDME_DMP_ENGINE has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 350