SAP ABAP Class CL_RSDME_DMP_MODEL_SAP_DB (Model Param Collection Class - Abstract - Name/Value Pairs)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-EI-DM (Application Component) Data Mining
     RS_DME_DMP_OO (Package) Datamining Provider - OO Based
Properties
Class CL_RSDME_DMP_MODEL_SAP_DB  
Short Description Model Param Collection Class - Abstract - Name/Value Pairs    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RS_DME_DMP_OO   Datamining Provider - OO Based 
Created 20030821   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
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)
2 RSOC Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSDME_DMP_MODEL_SAP_DB has no interface implemented.
Friends
Class CL_RSDME_DMP_MODEL_SAP_DB has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 M_ACTIVE Instance attribute Public Type reference (TYPE) RSDMEM_BOOL_CH 20030910
2 M_S_HEADER Instance attribute Public Type reference (TYPE) RSDMSM_MODEL_N 20030821
3 M_TH_COL_PARAM Instance attribute Public Type reference (TYPE) RSDMEM_TH_FLD_PARAM 20030821
4 M_TH_COL_VAL Instance attribute Public Type reference (TYPE) RSDMEM_TH_FLD_VAL 20030821
5 M_TH_MOD_FIELDS Instance attribute Public Type reference (TYPE) RSDMEM_TH_MOD_FLDS 20030821
6 M_TH_MOD_PARAM Instance attribute Public Type reference (TYPE) RSDMEM_TH_MOD_PARAMS 20030821
7 M_TH_TEXTS Instance attribute Public Type reference (TYPE) RSDMEM_TH_DSC 20030821
8 _M_COLPAR_FETCHED Instance attribute Protected Type reference (TYPE) RSDMEM_BOOL_CH ColParams fetched 20041028
9 _M_COLVAL_FETCHED Instance attribute Protected Type reference (TYPE) RSDMEM_BOOL_CH ColValues fetched 20041028
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_CONTENT Instance method Public Method 20031112
2 COMPARE Instance method Public Method Compare two versions 20031107
3 CONSTRUCTOR Instance method Public Constructor Constructor 20030821
4 GET_DETAILS Instance method Public Method Get Details of model 20030821
5 SAVE Instance method Public Method Save the model on DB 20031106
6 SET_DETAILS Instance method Public Method Set the details of model 20030909
7 SET_TIME_STAMP Instance method Public Method Set Time Stamp for the model 20031110
Events
Class CL_RSDME_DMP_MODEL_SAP_DB has no event.
Types
Class CL_RSDME_DMP_MODEL_SAP_DB has no local type.
Method Signatures

Method BUILD_CONTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_NO_DIALOG Call by reference Type reference (TYPE) RSDMEM_BOOL_CH Datenelement für Rückgabetabelle 20031112
2 Changing C_SUBRC Call by reference Type reference (TYPE) SYSUBRC Rückgabewert, Rückgabewert nach ABAP-Anweisungen 20031112
3 Importing I_CHECK_MODE Call by reference Type reference (TYPE) RSDMEM_BOOL_CH Datenelement für Rückgabetabelle 20031112
4 Importing I_DETLEVEL Call by reference Type reference (TYPE) BALLEVEL Anwendungslog: Detaillierungsgrad 20031112
5 Importing I_OBJFUNC Call by reference Type reference (TYPE) RSOBJFUNC Wie wird das Objekt aus dem Content übertragen 20031112
6 Importing I_PERCENTAGE Call by reference Type reference (TYPE) I 20031112
7 Importing I_R_VERS Call by reference Object reference (TYPE REF TO) CL_RSDME_DMP_MODEL_SAP_DB Data-Mining-Modell - DB 20031112
# Exception Resumable Description Created on
1 CX_RS_CANCELLED Abbruch durch den Benutzer (Dialog) 20031112

Method COMPARE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_VERS Call by reference Object reference (TYPE REF TO) CL_RSDME_DMP_MODEL_SAP_DB Modellversion auf DB 20031107
2 Returning R_IS_EQUAL Value transfer Type reference (TYPE) RSDMEM_BOOLEAN Kennzeichen ( 'X' oder ' ' ) 20031107

Method COMPARE on class CL_RSDME_DMP_MODEL_SAP_DB has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MOBJNM Call by reference Type reference (TYPE) RSDMEM_MODEL Analytisches Modell 20030821
2 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS Objektversion 20030821
3 Importing I_R_MOD_DB Call by reference Object reference (TYPE REF TO) CL_RSDME_DMP_MODEL_SAP_DB Version des analytischen Modells 20030901
4 Importing I_S_VMOBJ Call by reference Type reference (TYPE) RSDMSM_MODEL_N Alle Merkmale eines Modells anzeigen 20030821
5 Importing I_TH_COL_PARAM Call by reference Type reference (TYPE) RSDMEM_TH_FLD_PARAM Parameter für die Modellfelder 20030821
6 Importing I_TH_COL_VAL Call by reference Type reference (TYPE) RSDMEM_TH_FLD_VAL Werte Modellfeld 20030821
7 Importing I_TH_MOD_COL Call by reference Type reference (TYPE) RSDMEM_TH_MOD_FLDS Felder des analytischen Modells 20030821
8 Importing I_TH_MOD_PARAM Call by reference Type reference (TYPE) RSDMEM_TH_MOD_PARAMS Parameter für das Modell 20030821
9 Importing I_TH_TEXTS Call by reference Type reference (TYPE) RSDMEM_TH_DSC Tabelle der Beschreibungen 20030821
# Exception Resumable Description Created on
1 INPUT_INVALID Ungültige Eingabe 20031104

Method GET_DETAILS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_S_VMOBJ Call by reference Type reference (TYPE) RSDMSM_MODEL_N Alle Merkmale eines Modells anzeigen 20030821
2 Exporting E_TH_COL_PARAM Call by reference Type reference (TYPE) RSDMEM_TH_FLD_PARAM Tabellentyp für Feldparameter 20030821
3 Exporting E_TH_COL_VAL Call by reference Type reference (TYPE) RSDMEM_TH_FLD_VAL Tabellentyp für Feldwerte 20030821
4 Exporting E_TH_MOD_COL Call by reference Type reference (TYPE) RSDMEM_TH_MOD_FLDS Tabellentyp für Modellfelder 20030821
5 Exporting E_TH_MOD_PARAM Call by reference Type reference (TYPE) RSDMEM_TH_MOD_PARAMS Tabellentyp für Modellparameter 20030821
6 Exporting E_TH_TEXTS Call by reference Type reference (TYPE) RSDMEM_TH_DSC Tabelle der Beschreibungen 20030821

Method GET_DETAILS on class CL_RSDME_DMP_MODEL_SAP_DB has no exception.

Method SAVE 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) SY-SUBRC Fehlercode 20031106
2 Exporting E_T_RETURN Call by reference Type reference (TYPE) BAPIRET2_T Rückgabeparameter-Tabelle 20031106

Method SAVE on class CL_RSDME_DMP_MODEL_SAP_DB has no exception.

Method SET_DETAILS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_VMOBJ Call by reference Type reference (TYPE) RSDMSM_MODEL_N 20030909
2 Importing I_TH_COL_PARAM Call by reference Type reference (TYPE) RSDMEM_TH_FLD_PARAM 20030909
3 Importing I_TH_COL_VAL Call by reference Type reference (TYPE) RSDMEM_TH_FLD_VAL 20030909
4 Importing I_TH_MOD_COL Call by reference Type reference (TYPE) RSDMEM_TH_MOD_FLDS 20030909
5 Importing I_TH_MOD_PARAM Call by reference Type reference (TYPE) RSDMEM_TH_MOD_PARAMS 20030909
6 Importing I_TH_TEXTS Call by reference Type reference (TYPE) RSDMEM_TH_DSC 20030909

Method SET_DETAILS on class CL_RSDME_DMP_MODEL_SAP_DB has no exception.

Method SET_TIME_STAMP Signature

Method SET_TIME_STAMP on class CL_RSDME_DMP_MODEL_SAP_DB has no parameter.
Method SET_TIME_STAMP on class CL_RSDME_DMP_MODEL_SAP_DB has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 350