SAP ABAP Interface IF_RSDME_DMP_MODEL (DataMining Model)
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_MODEL_RFC General Data Mining Exception with message 20030929
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSDME_DMP_MODEL_SAP_GEN Generic SAP Model 20030821
Properties
Interface IF_RSDME_DMP_MODEL  
Short Description DataMining Model    
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_MODEL has no interface.
Friends
Interface IF_RSDME_DMP_MODEL has no friend.
Attributes
Interface IF_RSDME_DMP_MODEL has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CHECK Instance method Public Method Check Model 20030805
2 EXISTS_ON_DB Instance method Public Method Model Exists on Db? X: Yes 20030901
3 GET_ADDITIONAL_HDR_INFO Instance method Public Method Get addnl hdr info - timestamp, user info etc 20031021
4 GET_AS_PMML Instance method Public Method Get model in PMML format 20031027
5 GET_DESCRIPTION Instance method Public Method Get Model Description 20030827
6 GET_DESCRIPTION_ALL Instance method Public Method Get description in all stored languages 20031010
7 GET_ENGINE_ID Instance method Public Method Get Engine ID 20040603
8 GET_ENGINE_NAME Instance method Public Method Get Engine Name 20030827
9 GET_MODEL_FIELDS Instance method Public Method Get Model Fields 20030804
10 GET_MODEL_FIELDS_STR Instance method Public Method Get Model Fields in usage Structure Format 20030812
11 GET_MODEL_PARAMETERS Instance method Public Method Get Model Parameters 20030804
12 GET_MODEL_STATE Instance method Public Method Get Model State 20030827
13 GET_NAME Instance method Public Method Get name 20030828
14 GET_REF_ENGINE Instance method Public Method Get Engine Reference 20030805
15 GET_VERSION Instance method Public Method Get Model Version 20030918
16 IS_ACTIVE Instance method Public Method Is Model Active? 20030812
17 IS_LOCKED Instance method Public Method Do Not Use !!! 20030827
18 IS_TRAINED Instance method Public Method Is Model Trained? 20030827
19 RESET_MODEL_RESULTS Instance method Public Method Reset Model Results 20031010
20 SET_DESCRIPTION Instance method Public Method Set model description 20030917
21 SET_ENGINE_ID Instance method Public Method Set Engine ID 20040603
22 SET_ENGINE_NAME Instance method Public Method Set Engine Name 20030827
23 SET_MODEL_FIELDS Instance method Public Method Set Model Fields 20030827
24 SET_MODEL_PARAMETERS Instance method Public Method Set Model Parameters 20030827
25 SET_MODEL_STATE Instance method Public Method Set Model State - New/Trained 20030827
26 SET_NAME Instance method Public Method Set name 20030828
27 SET_REF_ENGINE Instance method Public Method Set Engine Reference 20030917
28 SET_VERSION Instance method Public Method Set Model Version 20030918
Events
Interface IF_RSDME_DMP_MODEL has no event.
Types
Interface IF_RSDME_DMP_MODEL has no local type.
Method Signatures

Method CHECK 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 Value transfer Type reference (TYPE) BAPIRET2_T Fehler Rückgabetabelle 20030825

Method CHECK on Interface IF_RSDME_DMP_MODEL has no exception.

Method EXISTS_ON_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_EXISTS_ON_DB Value transfer Type reference (TYPE) RSDMEM_BOOL_CH 20030901

Method EXISTS_ON_DB on Interface IF_RSDME_DMP_MODEL has no exception.

Method GET_ADDITIONAL_HDR_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_S_ADDNL_INFO Call by reference Type reference (TYPE) RSDMSM_MODEL_N 20031021

Method GET_ADDITIONAL_HDR_INFO on Interface IF_RSDME_DMP_MODEL has no exception.

Method GET_AS_PMML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_R_RETURN Call by reference Object reference (TYPE REF TO) CL_RSDME_ERROR Fehler 20031027
2 Exporting E_T_GUID_XML Call by reference Type reference (TYPE) STRING_TABLE XML mit GUIDs-Text-Beziehung (wie Tabellenformat) 20031027
3 Exporting E_T_XML Call by reference Type reference (TYPE) STRING_TABLE PMML (als Tabelleenformat ) 20031027
4 Exporting E_XML Call by reference Type reference (TYPE) STRING PMML (als String) 20031027
5 Exporting E_XML_TEXTS Call by reference Type reference (TYPE) STRING XML mit GUIDs-Text-Beziehung (als String) 20031027
6 Importing I_OUTPUT_TYPE Call by reference Type reference (TYPE) RSDMEM_BOOL_CH Vorschlagswert - als String, 'T'- Tabellenformat 20031027
7 Importing I_PMML_VERSION Call by reference Type reference (TYPE) CHAR10 'V2.0' PMML-Version 20031027
8 Importing I_WITH_GUID Call by reference Type reference (TYPE) RSDMEM_BOOL_CH Mit Texten als GUID - Anforderungen Intelligence Conntector 20031027

Method GET_AS_PMML on Interface IF_RSDME_DMP_MODEL 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) STRING Bescheibung 20030827
2 Importing I_LANGU Call by reference Type reference (TYPE) LANGU SY-LANGU 20030827

Method GET_DESCRIPTION on Interface IF_RSDME_DMP_MODEL 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_MODEL 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_ID Value transfer Type reference (TYPE) RSDMEM_ANALYTICAL_SERVICE Analytische Methode 20040603

Method GET_ENGINE_ID on Interface IF_RSDME_DMP_MODEL 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 Value transfer Type reference (TYPE) RSDMEM_ANALYTICAL_SERVICE 20030827

Method GET_ENGINE_NAME on Interface IF_RSDME_DMP_MODEL has no exception.

Method GET_MODEL_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_R_FIELDS Value transfer Object reference (TYPE REF TO) IF_RSDME_DMP_MODEL_FIELDS Sammlung von Modellfeldern 20030805

Method GET_MODEL_FIELDS on Interface IF_RSDME_DMP_MODEL has no exception.

Method GET_MODEL_FIELDS_STR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_FIELDS Value transfer Type reference (TYPE) RSDMU_T_MODEL_FIELDS Tabelle von Feldern 20030812

Method GET_MODEL_FIELDS_STR on Interface IF_RSDME_DMP_MODEL has no exception.

Method GET_MODEL_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_R_PARAMETERS Value transfer Object reference (TYPE REF TO) IF_RSDME_DMP_MODEL_PARAMS Modellparameter 20030805

Method GET_MODEL_PARAMETERS on Interface IF_RSDME_DMP_MODEL has no exception.

Method GET_MODEL_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DESC Call by reference Type reference (TYPE) RSDMEM_LANGU_DESCRIPTION Statusbeschreibung 20031009
2 Exporting E_STATE Value transfer Type reference (TYPE) RSDMEM_STATUS Trainingsstatus 20030909

Method GET_MODEL_STATE on Interface IF_RSDME_DMP_MODEL has no exception.

Method GET_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_NAME Value transfer Type reference (TYPE) RSDMEM_MODEL 20030828

Method GET_NAME on Interface IF_RSDME_DMP_MODEL has no exception.

Method GET_REF_ENGINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_R_ENGINE Value transfer Object reference (TYPE REF TO) IF_RSDME_DMP_ENGINE Referenz zu Engine-Instanz 20030805

Method GET_REF_ENGINE on Interface IF_RSDME_DMP_MODEL has no exception.

Method GET_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS 20030918

Method GET_VERSION on Interface IF_RSDME_DMP_MODEL has no exception.

Method IS_ACTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_FLAG Value transfer Type reference (TYPE) RSDMEM_BOOL_CH 20030812

Method IS_ACTIVE on Interface IF_RSDME_DMP_MODEL has no exception.

Method IS_LOCKED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_LOCKED Value transfer Type reference (TYPE) RSDMEM_BOOL_CH Sperrstufe 20030827
2 Importing I_TASK Call by reference Type reference (TYPE) C 'T' Aufgabentyp 20030827

Method IS_LOCKED on Interface IF_RSDME_DMP_MODEL has no exception.

Method IS_TRAINED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_TRAINED Value transfer Type reference (TYPE) RSDMEM_BOOL_CH 20030827

Method IS_TRAINED on Interface IF_RSDME_DMP_MODEL has no exception.

Method RESET_MODEL_RESULTS Signature

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

Method RESET_MODEL_RESULTS on Interface IF_RSDME_DMP_MODEL has no exception.

Method SET_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DESC Call by reference Type reference (TYPE) STRING 20030917
2 Importing I_LANGU Call by reference Type reference (TYPE) SY-LANGU 20030917

Method SET_DESCRIPTION on Interface IF_RSDME_DMP_MODEL 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 Analytische Methode 20040603

Method SET_ENGINE_ID on Interface IF_RSDME_DMP_MODEL 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_ID Call by reference Type reference (TYPE) RSDMEM_ANALYTICAL_SERVICE 20030827

Method SET_ENGINE_NAME on Interface IF_RSDME_DMP_MODEL has no exception.

Method SET_MODEL_FIELDS Signature

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

Method SET_MODEL_FIELDS on Interface IF_RSDME_DMP_MODEL has no exception.

Method SET_MODEL_PARAMETERS Signature

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

Method SET_MODEL_PARAMETERS on Interface IF_RSDME_DMP_MODEL has no exception.

Method SET_MODEL_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_STATE Call by reference Type reference (TYPE) RSDMEM_STATUS 20031029

Method SET_MODEL_STATE on Interface IF_RSDME_DMP_MODEL has no exception.

Method SET_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) RSDMEM_MODEL 20030828

Method SET_NAME on Interface IF_RSDME_DMP_MODEL has no exception.

Method SET_REF_ENGINE Signature

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

Method SET_REF_ENGINE on Interface IF_RSDME_DMP_MODEL has no exception.

Method SET_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS 20030918

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