SAP ABAP Class CL_RSDME_PRED_SRV_SAPDT_GEN (CL_RSDME_PRED_SRV_SAPDT_GEN)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-EI-DM (Application Component) Data Mining
     RS_DME_DT_OO (Package) Datamining - Decision Tree Related - OO Based
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSISR_SERVICE_TYPE_1 Service of Type 1 20031113
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSDME_PRED_SRV_SAPDT Generic Prediction Service 20030903
Properties
Class CL_RSDME_PRED_SRV_SAPDT_GEN  
Short Description    
Super Class CL_RSISR_SERVICE_TYPE_1 Service of Type 1 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RS_DME_DT_OO   Datamining - Decision Tree Related - OO Based 
Created 20031113   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_RSDME_PRED_SRV_SAPDT_GEN has no forward declaration.
Interfaces
Class CL_RSDME_PRED_SRV_SAPDT_GEN has no interface implemented.
Friends
Class CL_RSDME_PRED_SRV_SAPDT_GEN has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MC_DOBJ_DATA Constant Protected Type reference (TYPE) RSIS_E_DOBJ 'DATA' 20031113
2 MC_PAR_DM_ENGINE Constant Protected Type reference (TYPE) RSIS_E_PARAM 'DM_ENGINE' 20031113
3 MC_PAR_DM_MAPPING Constant Protected Type reference (TYPE) RSIS_E_PARAM 'DM_MAPPING' 20031113
4 MC_PAR_DM_MODEL Constant Protected Type reference (TYPE) RSIS_E_PARAM 'DM_MODEL' 20031113
5 MC_PAR_DM_PARAMS Constant Protected Type reference (TYPE) RSIS_E_PARAM 'DM_PARAMS' 20031113
6 MC_STATE_WB_DEFAULT Constant Protected Type reference (TYPE) RSIS_E_STATE 'WB_DEFAULT' 20031113
7 MC_SUMM_CONF_MTRX Constant Protected Type reference (TYPE) RSIS_E_SUMMARY 'CONF_MTRX' 20031113
8 MC_SUMM_GUID_ATTR Constant Protected Type reference (TYPE) RSIS_E_SUMMARY 'APD_OUT_PARAM' 20040129
9 MC_SUMM_SUM_DTL Constant Protected Type reference (TYPE) RSIS_E_SUMMARY 'SUM_DTL' 20031113
10 MC_SUMM_SUM_HDR Constant Protected Type reference (TYPE) RSIS_E_SUMMARY 'SUM_HDR' 20031113
11 MS_PROPERTIES Static Attribute Protected Type reference (TYPE) RSISR_S_SRV_PROPS 20031113
12 MT_DOBJ_DATA Instance attribute Private Type reference (TYPE) RSISR_T_DATAITEM 20031113
13 MT_PAR_DM_MAPPING Instance attribute Private Type reference (TYPE) RSDMSI_T_PRED_COL_MAP 20031113
14 MT_PAR_DM_PARAMS Instance attribute Private Type reference (TYPE) RSDMSI_T_PRED_PARAMS 20031113
15 M_PAR_DM_ENGINE Instance attribute Private Type reference (TYPE) RSDMEM_ANALYTICAL_SERVICE 20031113
16 M_PAR_DM_MODEL Instance attribute Private Type reference (TYPE) RSDMEM_MODEL 20031113
17 _RSSG_C_PDIR Constant Private See coding 20031113
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_D_DATA Instance method Protected Method 20031113
2 CHECK_P_DM_ENGINE Instance method Protected Method 20031113
3 CHECK_P_DM_MAPPING Instance method Protected Method 20031113
4 CHECK_P_DM_MODEL Instance method Protected Method 20031113
5 CHECK_P_DM_PARAMS Instance method Protected Method 20031113
6 CHECK_S_WB_DEFAULT Instance method Protected Method 20031113
7 CLASS_CONSTRUCTOR Static method Public Constructor 20031113
8 CONSTRUCTOR Instance method Public Constructor 20031113
9 EXECUTE Instance method Protected Method 20031113
10 GET_SERVICE_PROPERTIES Static method Public Method 20031113
11 _RSSG_PROGRAM_LOADCHECK Static method Public Method 20031113
Events
Class CL_RSDME_PRED_SRV_SAPDT_GEN has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 _RSSG_S_PDIR Private Type reference (TYPE) RSSGTPDIR 20031113
Method Signatures

Method CHECK_D_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_MSG Call by reference Object reference (TYPE REF TO) CL_RSO_MSG 20031113
2 Importing IT_DOBJ_DATA Call by reference Type reference (TYPE) RSISR_T_DATAITEM 20031113

Method CHECK_D_DATA on class CL_RSDME_PRED_SRV_SAPDT_GEN has no exception.

Method CHECK_P_DM_ENGINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_MSG Call by reference Object reference (TYPE REF TO) CL_RSO_MSG 20031113
2 Importing IT_DOBJ_DATA Call by reference Type reference (TYPE) RSISR_T_DATAITEM 20031113
3 Importing I_DM_ENGINE Call by reference Type reference (TYPE) RSDMEM_ANALYTICAL_SERVICE 20031113

Method CHECK_P_DM_ENGINE on class CL_RSDME_PRED_SRV_SAPDT_GEN has no exception.

Method CHECK_P_DM_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_MSG Call by reference Object reference (TYPE REF TO) CL_RSO_MSG 20031113
2 Importing IT_DM_MAPPING Call by reference Type reference (TYPE) RSDMSI_T_PRED_COL_MAP 20031113
3 Importing IT_DOBJ_DATA Call by reference Type reference (TYPE) RSISR_T_DATAITEM 20031113

Method CHECK_P_DM_MAPPING on class CL_RSDME_PRED_SRV_SAPDT_GEN has no exception.

Method CHECK_P_DM_MODEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_MSG Call by reference Object reference (TYPE REF TO) CL_RSO_MSG 20031113
2 Importing IT_DOBJ_DATA Call by reference Type reference (TYPE) RSISR_T_DATAITEM 20031113
3 Importing I_DM_MODEL Call by reference Type reference (TYPE) RSDMEM_MODEL 20031113

Method CHECK_P_DM_MODEL on class CL_RSDME_PRED_SRV_SAPDT_GEN has no exception.

Method CHECK_P_DM_PARAMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_MSG Call by reference Object reference (TYPE REF TO) CL_RSO_MSG 20031113
2 Importing IT_DM_PARAMS Call by reference Type reference (TYPE) RSDMSI_T_PRED_PARAMS 20031113
3 Importing IT_DOBJ_DATA Call by reference Type reference (TYPE) RSISR_T_DATAITEM 20031113

Method CHECK_P_DM_PARAMS on class CL_RSDME_PRED_SRV_SAPDT_GEN has no exception.

Method CHECK_S_WB_DEFAULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_MSG Call by reference Object reference (TYPE REF TO) CL_RSO_MSG 20031113
2 Importing IT_DM_MAPPING Call by reference Type reference (TYPE) RSDMSI_T_PRED_COL_MAP 20031113
3 Importing IT_DM_PARAMS Call by reference Type reference (TYPE) RSDMSI_T_PRED_PARAMS 20031113
4 Importing IT_DOBJ_DATA Call by reference Type reference (TYPE) RSISR_T_DATAITEM 20031113
5 Importing I_DM_ENGINE Call by reference Type reference (TYPE) RSDMEM_ANALYTICAL_SERVICE 20031113
6 Importing I_DM_MODEL Call by reference Type reference (TYPE) RSDMEM_MODEL 20031113

Method CHECK_S_WB_DEFAULT on class CL_RSDME_PRED_SRV_SAPDT_GEN has no exception.

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_RSDME_PRED_SRV_SAPDT_GEN has no parameter.
Method CLASS_CONSTRUCTOR on class CL_RSDME_PRED_SRV_SAPDT_GEN has no exception.

Method CONSTRUCTOR Signature

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

Method EXECUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_DATA Value transfer Type reference (TYPE) STANDARD TABLE 20031113
2 Importing IR_MSG Call by reference Object reference (TYPE REF TO) CL_RSO_MSG 20031113
3 Importing IT_DM_MAPPING Call by reference Type reference (TYPE) RSDMSI_T_PRED_COL_MAP 20031113
4 Importing IT_DM_PARAMS Call by reference Type reference (TYPE) RSDMSI_T_PRED_PARAMS 20031113
5 Importing I_DM_ENGINE Call by reference Type reference (TYPE) RSDMEM_ANALYTICAL_SERVICE 20031113
6 Importing I_DM_MODEL Call by reference Type reference (TYPE) RSDMEM_MODEL 20031113

Method EXECUTE on class CL_RSDME_PRED_SRV_SAPDT_GEN has no exception.

Method GET_SERVICE_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_PROPERTIES Value transfer Type reference (TYPE) RSISR_S_SRV_PROPS 20031113

Method GET_SERVICE_PROPERTIES on class CL_RSDME_PRED_SRV_SAPDT_GEN has no exception.

Method _RSSG_PROGRAM_LOADCHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_S_PDIR Call by reference Type reference (TYPE) RSSGTPDIR 20031113

Method _RSSG_PROGRAM_LOADCHECK on class CL_RSDME_PRED_SRV_SAPDT_GEN has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 350