SAP ABAP Class CL_RSAN_MDL_DT_DM_MODEL (Data Target - Data Mining Model Training)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-EI-APD (Application Component) Analysis Process Designer
     RSAN_DM_ADAPTER (Package) Analysis Process - Data Mining Adapter - !! Language EN !!
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSAN_MDL_ABSTRACT_NODE Base Class of a Node 20030422
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSAN_MDL_DT_NODE Interface for Target Nodes 20031116
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSAN_MDL_MAPPING_TARGET Object Can Be Used as Target of a Mapping Rule 20030422
Properties
Class CL_RSAN_MDL_DT_DM_MODEL  
Short Description Data Target - Data Mining Model Training    
Super Class CL_RSAN_MDL_ABSTRACT_NODE Base Class of a Node 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class RSAN_MDL    
Program status     
Category 0   
Package RSAN_DM_ADAPTER   Analysis Process - Data Mining Adapter - !! Language EN !! 
Created 20030422   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 RSANM Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 RSD Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_RSAN_MDL_DT_NODE Interface for Target Nodes 20031116
2 IF_RSAN_MDL_MAPPING_TARGET Object Can Be Used as Target of a Mapping Rule 20030422
Friends
Class CL_RSAN_MDL_DT_DM_MODEL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DM_ENGINE Instance attribute Public Type reference (TYPE) RSDMEM_ANALYTICAL_SERVICE Engine 20030828
2 DM_MODEL Instance attribute Public Type reference (TYPE) RSDMEM_MODEL Model Name 20030828
3 OVERWRITE_ON_RETRAIN Instance attribute Public Type reference (TYPE) RSDMEM_BOOL_CH 'X' - Retrain on every Execution, ' ' - No retrain 20030828
4 _R_DMP_CNTRL Instance attribute Private Object reference (TYPE REF TO) CL_RSDME_DMP DMP Controller 20030828
5 _R_MODEL Instance attribute Private Object reference (TYPE REF TO) IF_RSDME_DMP_MODEL Model Ref 20030828
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20030422
2 GET_DM_ENGINE Instance method Public Method Get Engine 20030905
3 GET_DM_RETRAIN_FLAG Instance method Public Method Get Retrain Flag 20030825
4 GET_MAPPING_TARGET_FIELDS Instance method Public Method 20030422
5 GET_MAX_NUMBER_OF_SOURCES Instance method Public Method 20030422
6 GET_MODEL_REF Instance method Public Method Get Model Reference 20030825
7 GET_PREDECESSOR_OUTPUT_FIELDS Instance method Public Method Retreive output structure of pred. node ignoring mapping 20030506
8 SET_DM_ENGINE Instance method Public Method Set DM_ENGINE attribute 20030825
9 SET_DM_MODEL Instance method Public Method Set DM_MODEL attribute 20030422
10 SET_OVERWRITE_ON_RETRAIN Instance method Public Method Set Retrain Flag 20030828
11 _LOAD_MODEL Instance method Private Method Load Model from DMPI 20030828
Events
Class CL_RSAN_MDL_DT_DM_MODEL has no event.
Types
Class CL_RSAN_MDL_DT_DM_MODEL has no local type.
Method Signatures

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_RSAN_MDL_DT_DM_MODEL has no parameter.
Method CONSTRUCTOR on class CL_RSAN_MDL_DT_DM_MODEL has no exception.

Method GET_DM_ENGINE 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 20030905

Method GET_DM_ENGINE on class CL_RSAN_MDL_DT_DM_MODEL has no exception.

Method GET_DM_RETRAIN_FLAG 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 20030825

Method GET_DM_RETRAIN_FLAG on class CL_RSAN_MDL_DT_DM_MODEL has no exception.

Method GET_MAPPING_TARGET_FIELDS Signature

Method GET_MAPPING_TARGET_FIELDS on class CL_RSAN_MDL_DT_DM_MODEL has no parameter.
Method GET_MAPPING_TARGET_FIELDS on class CL_RSAN_MDL_DT_DM_MODEL has no exception.

Method GET_MAX_NUMBER_OF_SOURCES Signature

Method GET_MAX_NUMBER_OF_SOURCES on class CL_RSAN_MDL_DT_DM_MODEL has no parameter.
Method GET_MAX_NUMBER_OF_SOURCES on class CL_RSAN_MDL_DT_DM_MODEL has no exception.

Method GET_MODEL_REF Signature

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

Method GET_MODEL_REF on class CL_RSAN_MDL_DT_DM_MODEL has no exception.

Method GET_PREDECESSOR_OUTPUT_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ETH_FIELDS Call by reference Type reference (TYPE) RSANM_TH_MAP_SOURCE_FIELD 20030506

Method GET_PREDECESSOR_OUTPUT_FIELDS on class CL_RSAN_MDL_DT_DM_MODEL has no exception.

Method SET_DM_ENGINE Signature

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

Method SET_DM_ENGINE on class CL_RSAN_MDL_DT_DM_MODEL has no exception.

Method SET_DM_MODEL Signature

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

Method SET_DM_MODEL on class CL_RSAN_MDL_DT_DM_MODEL has no exception.

Method SET_OVERWRITE_ON_RETRAIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_VALUE Call by reference Type reference (TYPE) RSDMEM_BOOL_CH 'X' - Bei jeder Ausführung umtrainieren, ' ' - Kein Umtrain. 20030828

Method SET_OVERWRITE_ON_RETRAIN on class CL_RSAN_MDL_DT_DM_MODEL has no exception.

Method _LOAD_MODEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_R_RETURN Value transfer Object reference (TYPE REF TO) CL_RSDME_ERROR Data Mining - Fehlerklasse (BAPIRET2) 20031120

Method _LOAD_MODEL on class CL_RSAN_MDL_DT_DM_MODEL has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 400