SAP ABAP Interface IF_RSDME_DMP_REPOSITORY (Repository for DataMining Objects)
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 composition (i COMPRISING i_ref)  IF_RSDME_DMP_REPOSITORY_SAP SAP repository 20030908
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSDME_DMP_REPOSITORY_RFC External Repository 20030922
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSDME_DMP_REPOSITORY_SAP SAP Repository 20030818
Properties
Interface IF_RSDME_DMP_REPOSITORY  
Short Description Repository for DataMining Objects    
General Data
Package RS_DME_DMP_OO   Datamining Provider - OO Based 
Created 20030804   SAP 
Last changed 20110908   SAP 
Unicode checks active    
Forward declarations
Interface IF_RSDME_DMP_REPOSITORY has no forward declaration.
Interfaces
Interface IF_RSDME_DMP_REPOSITORY has no interface.
Friends
Interface IF_RSDME_DMP_REPOSITORY has no friend.
Attributes
Interface IF_RSDME_DMP_REPOSITORY has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 AUTHORITY_CHECK Instance method Public Method Check user authority for model for a task 20030911
2 CHECK_MODEL_NAME Instance method Public Method Check the model name 20031121
3 COPY_MODEL Instance method Public Method Copy model 20031212
4 DELETE_MODEL Instance method Public Method Delete Model from Database 20030804
5 GET_ALL_MODELS Instance method Public Method Get List of Models 20030804
6 GET_ENGINE_INSTANCE Instance method Public Method Get the instance of the class for the engine interface 20030911
7 GET_MODEL_OBJECT Instance method Public Method Get model object 20030826
8 LOCK_MODEL Instance method Public Method Lock the model 20030911
9 MODEL_EXISTS_ON_DB Instance method Public Method Model Exists on DB? 20030908
10 RESET_MODEL_RESULTS Instance method Public Method Reset Model Results 20031010
11 SAVE_MODEL Instance method Public Method Save Model to Database 20030804
12 SEARCH_MODEL Instance method Public Method Search for model 20040116
13 UNLOCK_MODEL Instance method Public Method Unlock model 20030911
Events
Interface IF_RSDME_DMP_REPOSITORY has no event.
Types
Interface IF_RSDME_DMP_REPOSITORY has no local type.
Method Signatures

Method AUTHORITY_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_SUBRC Call by reference Type reference (TYPE) SY-SUBRC 20030911
3 Exporting E_T_RETURN Call by reference Type reference (TYPE) BAPIRET2_T 20030911
4 Importing I_ACTIVITY Call by reference Type reference (TYPE) ACTIV_AUTH 20031010
5 Importing I_ENGINE_NAME Call by reference Type reference (TYPE) RSDMEM_ANALYTICAL_SERVICE 20030911
6 Importing I_MODEL Call by reference Type reference (TYPE) RSDMEM_MODEL 20030911

Method AUTHORITY_CHECK on Interface IF_RSDME_DMP_REPOSITORY has no exception.

Method CHECK_MODEL_NAME 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 Data Mining - Fehlerklasse (BAPIRET2) 20031121
2 Importing I_ENGINE Call by reference Type reference (TYPE) RSDMEM_ANALYTICAL_SERVICE Analytische Methode 20031121
3 Importing I_MODEL Call by reference Type reference (TYPE) RSDMEM_MODEL Analytisches Modell 20031121

Method CHECK_MODEL_NAME on Interface IF_RSDME_DMP_REPOSITORY has no exception.

Method COPY_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 Data Mining - Fehlerklasse (BAPIRET2) 20031212
2 Exporting E_R_TARGET_MODEL Call by reference Object reference (TYPE REF TO) IF_RSDME_DMP_MODEL Data-Mining-Modell 20031215
3 Importing I_ENGINE_NAME Call by reference Type reference (TYPE) RSDMEM_ANALYTICAL_SERVICE Analytische Methode 20031212
4 Importing I_SOURCE_MODEL_NAME Call by reference Type reference (TYPE) RSDMEM_MODEL Analytisches Modell 20031215
5 Importing I_TARGET_MODEL_NAME Call by reference Type reference (TYPE) RSDMEM_MODEL Analytisches Modell 20031215

Method COPY_MODEL on Interface IF_RSDME_DMP_REPOSITORY has no exception.

Method DELETE_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 20030904
3 Importing I_NAME Call by reference Type reference (TYPE) RSDMEM_MODEL 20030904
4 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS 20030904

Method DELETE_MODEL on Interface IF_RSDME_DMP_REPOSITORY has no exception.

Method GET_ALL_MODELS 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_MODELS Call by reference Type reference (TYPE) RSDMEM_TH_MODELS_N Tabelle von Modell-Kopfbereichen 20030814
3 Importing I_ENGINE_ID Call by reference Type reference (TYPE) RSDMEM_ANALYTICAL_SERVICE Engine-ID 20030814

Method GET_ALL_MODELS on Interface IF_RSDME_DMP_REPOSITORY has no exception.

Method GET_ENGINE_INSTANCE 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 20030911
2 Returning R_R_ENGINE Value transfer Object reference (TYPE REF TO) IF_RSDME_DMP_ENGINE 20030911
# Exception Resumable Description Created on
1 CX_RSDME_INVALID_INPUT Ungültige Eingabe 20030918
2 CX_RSDME_OBJ_NOT_FOUND Objekt nicht gefunden 20030918

Method GET_MODEL_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_R_MODEL Call by reference Object reference (TYPE REF TO) IF_RSDME_DMP_MODEL 20030826
2 Exporting E_R_MSG Call by reference Object reference (TYPE REF TO) CL_RSDME_ERROR 20030917
3 Importing I_ENGINE_NAME Call by reference Type reference (TYPE) RSDMEM_ANALYTICAL_SERVICE_NAME 20030909
4 Importing I_NAME Call by reference Type reference (TYPE) RSDMEM_MODEL 20030826
5 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS 20030826
# Exception Resumable Description Created on
1 CX_RSDME_INVALID_INPUT Ungültige Eingabe 20030918

Method LOCK_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_SUBRC Call by reference Type reference (TYPE) SY-SUBRC 20030911
3 Exporting E_T_RETURN Call by reference Type reference (TYPE) BAPIRET2_T 20030911
4 Exporting E_USER Call by reference Type reference (TYPE) SY-UNAME Gesperrt durch 20031112
5 Importing I_ENGINE_NAME Call by reference Type reference (TYPE) RSDMEM_ANALYTICAL_SERVICE 20030911
6 Importing I_MODEL Call by reference Type reference (TYPE) RSDMEM_MODEL 20030911
7 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS Objektversion 20031110
8 Importing I_TASK_TYPE Call by reference Type reference (TYPE) RSDMEM_TASK_TYPE 20030911

Method LOCK_MODEL on Interface IF_RSDME_DMP_REPOSITORY has no exception.

Method MODEL_EXISTS_ON_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ACTIVFL Call by reference Type reference (TYPE) RSACTIVFL 20030917
2 Exporting E_EXISTS Value transfer Type reference (TYPE) RSDMEM_BOOL_CH 20030908
3 Importing I_ENGINE Call by reference Type reference (TYPE) RSDMEM_ANALYTICAL_SERVICE Analytische Methode 20031218
4 Importing I_MODEL Call by reference Type reference (TYPE) RSDMEM_MODEL 20030908
5 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS 20030908

Method MODEL_EXISTS_ON_DB on Interface IF_RSDME_DMP_REPOSITORY 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_ENGINE Call by reference Type reference (TYPE) RSDMEM_ANALYTICAL_SERVICE 20031010
3 Importing I_MODEL Call by reference Type reference (TYPE) RSDMEM_MODEL 20031010

Method RESET_MODEL_RESULTS on Interface IF_RSDME_DMP_REPOSITORY has no exception.

Method SAVE_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 Meldungsprotokoll 20030819
3 Importing I_R_MODEL Call by reference Object reference (TYPE REF TO) IF_RSDME_DMP_MODEL Referenz zum Modellobjekt 20030819

Method SAVE_MODEL on Interface IF_RSDME_DMP_REPOSITORY has no exception.

Method SEARCH_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 Data Mining - Fehlerklasse (BAPIRET2) 20040121
2 Exporting E_T_SEARCH_LIST Call by reference Type reference (TYPE) RSDMEM_TH_SEARCH_LIST_N Suchliste für Modelle 20040119
3 Importing I_S_SEARCH_INPUT Call by reference Type reference (TYPE) RSDMSM_SEARCH_INPUT_N Suche nach Modell 20040119

Method SEARCH_MODEL on Interface IF_RSDME_DMP_REPOSITORY has no exception.

Method UNLOCK_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_SUBRC Call by reference Type reference (TYPE) SY-SUBRC 20030911
3 Exporting E_T_RETURN Call by reference Type reference (TYPE) BAPIRET2_T 20030911
4 Importing I_ENGINE_NAME Call by reference Type reference (TYPE) RSDMEM_ANALYTICAL_SERVICE 20030911
5 Importing I_MODEL Call by reference Type reference (TYPE) RSDMEM_MODEL 20030911
6 Importing I_TASK_TYPE Call by reference Type reference (TYPE) RSDMEM_TASK_TYPE 20030911

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