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 | 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 | Constant | Public | Type reference (TYPE) | RSAN_OM_CLASSID | '2PT_DM_ABC_INPUT' | Class ID for Objects in Attribute INPUT_FIELDS | 20040121 | ||
| 2 | Constant | Public | Type reference (TYPE) | RSAN_OM_CLASSID | '2PT_DM_ABC_OUTPUT' | Class ID for Objects in Attribute OUPUT_FIELDS | 20040121 | ||
| 3 | Instance attribute | Public | Type reference (TYPE) | RSDMEM_MODEL | Analytical Model | 20040115 | |||
| 4 | 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 | Constant | Public | Type reference (TYPE) | RSDMEI_ABC_OUTPUT_FIELD | 'PR_ABC_CLASS' | ABC Output | 20040126 | ||
| 6 | Constant | Public | Type reference (TYPE) | RSDMEI_ABC_OUTPUT_FIELD | 'PR_ABC_CLRANK' | ABC Output - Rank in Class | 20040126 | ||
| 7 | Constant | Public | Type reference (TYPE) | RSDMEI_ABC_OUTPUT_FIELD | 'PR_ABC_CUM_KYPER' | ABC Output -> Cumulative Key figure Percentage | 20040126 | ||
| 8 | Constant | Public | Type reference (TYPE) | RSDMEI_ABC_OUTPUT_FIELD | 'PR_ABC_CUM_KFVAL' | ABC Output - Cumulated Key figure Value | 20040126 | ||
| 9 | Constant | Public | Type reference (TYPE) | RSDMEI_ABC_OUTPUT_FIELD | 'PR_ABC_CUM_NPER' | ABC Output -> Cumulated Number in percent | 20040126 | ||
| 10 | Constant | Public | Type reference (TYPE) | RSDMEI_ABC_OUTPUT_FIELD | 'PR_ABC_GBRANK' | ABC Output - Position in Global Rank | 20040126 | ||
| 11 | Constant | Public | Type reference (TYPE) | RSDMEI_ABC_OUTPUT_FIELD | 'PR_ABC_GRPNO' | ABC Output -> Group Number | 20040126 | ||
| 12 | Constant | Public | Type reference (TYPE) | ROLLNAME | 'RSDMABC_RANKING_POS_IN_CLASS' | Data Element for Class Rank | 20040126 | ||
| 13 | Constant | Public | Type reference (TYPE) | ROLLNAME | 'RSCHAVL' | Data Element for Class | 20040126 | ||
| 14 | Constant | Public | Type reference (TYPE) | ROLLNAME | 'RSDMABC_CUMUL_KEYFIG_P' | Data Element | 20040126 | ||
| 15 | Constant | Public | Type reference (TYPE) | ROLLNAME | 'RSDMABC_CUMUL_KEYFIG' | Data Element | 20040126 | ||
| 16 | Constant | Public | Type reference (TYPE) | ROLLNAME | 'RSDMABC_CUM_N_PERC' | Data Element | 20040126 | ||
| 17 | Constant | Public | Type reference (TYPE) | ROLLNAME | 'RSDMABC_RANKING_POS' | Data Element for Global Rank | 20040126 | ||
| 18 | Constant | Public | Type reference (TYPE) | ROLLNAME | 'RSDMEM_SET_ID' | Data Element | 20040126 | ||
| 19 | 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 | 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 | Instance method | Public | Constructor | CONSTRUCTOR | 20040121 | |
| 2 | Instance method | Public | Method | Get Mining Model Instance | 20040121 | |
| 3 | Instance method | Public | Method | Get ABC Transformation Output Fields - Meta Info | 20040126 | |
| 4 | Instance method | Public | Method | SET_DM_MODEL | 20040115 | |
| 5 | Instance method | Public | Method | Retreive Input Field Mapping from Attribute INPUT_FIELD | 20040121 | |
| 6 | Instance method | Public | Method | Retreive Output Fields from Attribute OUTPUT_FIELD | 20040121 | |
| 7 | Instance method | Public | Method | Set Input Field Mapping in Attribute INPUT_FIELD | 20040121 | |
| 8 | Instance method | Public | Method | Set Output Fields in Attribute OUTPUT_FIELD | 20040121 | |
| 9 | 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 | 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 | 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 | I_VALUE | Call by reference | Type reference (TYPE) | RSDMEM_MODEL | i_value | 20040115 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | 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 | 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 | 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 | 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 | 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 |