SAP ABAP Class CL_RSAN_MDL_2PT_DM_ABC (Model Class for the ABC transformation Node)
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_DST Abstract Class for Transformation Nodes 20040115
Properties
Class CL_RSAN_MDL_2PT_DM_ABC  
Short Description Model Class for the ABC transformation Node    
Super Class CL_RSAN_MDL_ABSTRACT_NODE_DST Abstract Class for Transformation Nodes 
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 20040115   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 RSD Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSAN_MDL_2PT_DM_ABC has no interface implemented.
Friends
Class CL_RSAN_MDL_2PT_DM_ABC has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_CLASSID_INPUT_FIELDS Constant Public Type reference (TYPE) RSAN_OM_CLASSID '2PT_DM_ABC_INPUT' Class ID for Objects in Attribute INPUT_FIELDS 20040121
2 C_CLASSID_OUTPUT_FIELDS Constant Public Type reference (TYPE) RSAN_OM_CLASSID '2PT_DM_ABC_OUTPUT' Class ID for Objects in Attribute OUPUT_FIELDS 20040121
3 DM_MODEL Instance attribute Public Type reference (TYPE) RSDMEM_MODEL Analytical Model 20040115
4 INPUT_FIELDS Instance attribute Public Object reference (TYPE REF TO) CL_RSAN_OM_LIST Input fields of ABC model (CL_RSAN_MDL_2PT_DM_ABC_INPUT) 20040121
5 MC_ABC_CLASS Constant Public Type reference (TYPE) RSDMEI_ABC_OUTPUT_FIELD 'PR_ABC_CLASS' ABC Output 20040126
6 MC_ABC_CLASS_RANK Constant Public Type reference (TYPE) RSDMEI_ABC_OUTPUT_FIELD 'PR_ABC_CLRANK' ABC Output - Rank in Class 20040126
7 MC_ABC_CUM_KFPER Constant Public Type reference (TYPE) RSDMEI_ABC_OUTPUT_FIELD 'PR_ABC_CUM_KYPER' ABC Output -> Cumulative Key figure Percentage 20040126
8 MC_ABC_CUM_KFVAL Constant Public Type reference (TYPE) RSDMEI_ABC_OUTPUT_FIELD 'PR_ABC_CUM_KFVAL' ABC Output - Cumulated Key figure Value 20040126
9 MC_ABC_CUM_NPER Constant Public Type reference (TYPE) RSDMEI_ABC_OUTPUT_FIELD 'PR_ABC_CUM_NPER' ABC Output -> Cumulated Number in percent 20040126
10 MC_ABC_GLOBAL_RANK Constant Public Type reference (TYPE) RSDMEI_ABC_OUTPUT_FIELD 'PR_ABC_GBRANK' ABC Output - Position in Global Rank 20040126
11 MC_ABC_GROUP_NUMBER Constant Public Type reference (TYPE) RSDMEI_ABC_OUTPUT_FIELD 'PR_ABC_GRPNO' ABC Output -> Group Number 20040126
12 MC_DTEL_ABC_CLASS_RANK Constant Public Type reference (TYPE) ROLLNAME 'RSDMABC_RANKING_POS_IN_CLASS' Data Element for Class Rank 20040126
13 MC_DTEL_ABC_CLASS_VALUE Constant Public Type reference (TYPE) ROLLNAME 'RSCHAVL' Data Element for Class 20040126
14 MC_DTEL_ABC_CUM_KFPER Constant Public Type reference (TYPE) ROLLNAME 'RSDMABC_CUMUL_KEYFIG_P' Data Element 20040126
15 MC_DTEL_ABC_CUM_KFVAL Constant Public Type reference (TYPE) ROLLNAME 'RSDMABC_CUMUL_KEYFIG' Data Element 20040126
16 MC_DTEL_ABC_CUM_NPER Constant Public Type reference (TYPE) ROLLNAME 'RSDMABC_CUM_N_PERC' Data Element 20040126
17 MC_DTEL_ABC_GLOBAL_RANK Constant Public Type reference (TYPE) ROLLNAME 'RSDMABC_RANKING_POS' Data Element for Global Rank 20040126
18 MC_DTEL_ABC_GROUP_NUMBER Constant Public Type reference (TYPE) ROLLNAME 'RSDMEM_SET_ID' Data Element 20040126
19 OUTPUT_FIELDS Instance attribute Public Object reference (TYPE REF TO) CL_RSAN_OM_LIST Input fields of ABC model (CL_RSAN_MDL_2PT_DM_ABC_OUTPUT) 20040121
20 _MR_MODEL Instance attribute Private Object reference (TYPE REF TO) IF_RSDME_DMP_MODEL DataMining Model 20040121
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20040121
2 GET_MODEL_REF Instance method Public Method Get Mining Model Instance 20040121
3 GET_PRED_FIELDS Instance method Public Method Get ABC Transformation Output Fields - Meta Info 20040126
4 SET_DM_MODEL Instance method Public Method SET_DM_MODEL 20040115
5 UI_GET_INPUT_FIELD_MAPPING Instance method Public Method Retreive Input Field Mapping from Attribute INPUT_FIELD 20040121
6 UI_GET_OUTPUT_FIELDS Instance method Public Method Retreive Output Fields from Attribute OUTPUT_FIELD 20040121
7 UI_SET_INPUT_FIELD_MAPPING Instance method Public Method Set Input Field Mapping in Attribute INPUT_FIELD 20040121
8 UI_SET_OUTPUT_FIELDS Instance method Public Method Set Output Fields in Attribute OUTPUT_FIELD 20040121
9 _LOAD_MODEL Instance method Private Method Load Model Instance from Repository 20040121
Events
Class CL_RSAN_MDL_2PT_DM_ABC has no event.
Types
Class CL_RSAN_MDL_2PT_DM_ABC has no local type.
Method Signatures

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_RSAN_MDL_2PT_DM_ABC has no parameter.
Method CONSTRUCTOR on class CL_RSAN_MDL_2PT_DM_ABC 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 Data-Mining-Modell 20040121

Method GET_MODEL_REF on class CL_RSAN_MDL_2PT_DM_ABC has no exception.

Method GET_PRED_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_T_PRED_FIELDS Value transfer Type reference (TYPE) RSDMSI_T_PRED_OUTPUT_FIELDS Tabellentypen 20040126

Method GET_PRED_FIELDS on class CL_RSAN_MDL_2PT_DM_ABC 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 i_value 20040115
# Exception Resumable Description Created on
1 FAILED Fehler beim Festlegen des Modells 20040121

Method UI_GET_INPUT_FIELD_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FIELDS Call by reference Type reference (TYPE) RSDMS_T_ABC_MODEL_FIELD_MAP ABC-Transformation - Zuordnung: Modellfelder zu Datenfeldern 20040121

Method UI_GET_INPUT_FIELD_MAPPING on class CL_RSAN_MDL_2PT_DM_ABC has no exception.

Method UI_GET_OUTPUT_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FIELDS Call by reference Type reference (TYPE) RSDMS_T_ABC_ADDED_DATA_FIELDS Zuordnung von ABC-Ausgabefeldern zu Datenfeldern 20040121

Method UI_GET_OUTPUT_FIELDS on class CL_RSAN_MDL_2PT_DM_ABC has no exception.

Method UI_SET_INPUT_FIELD_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_FIELDS Call by reference Type reference (TYPE) RSDMS_T_ABC_MODEL_FIELD_MAP ABC-Transformation - Zuordnung: Modellfelder zu Datenfeldern 20040121

Method UI_SET_INPUT_FIELD_MAPPING on class CL_RSAN_MDL_2PT_DM_ABC has no exception.

Method UI_SET_OUTPUT_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_FIELDS Call by reference Type reference (TYPE) RSDMS_T_ABC_ADDED_DATA_FIELDS Zuordnung von ABC-Ausgabefeldern zu Datenfeldern 20040121

Method UI_SET_OUTPUT_FIELDS on class CL_RSAN_MDL_2PT_DM_ABC 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) 20040121

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