SAP ABAP Interface IF_RSDME_DMP_MODEL_FIELD (DataMining Model Field)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-EI-DM (Application Component) Data Mining
⤷
RS_DME_DMP_OO (Package) Datamining Provider - OO Based

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface composition (i COMPRISING i_ref) | IF_RSDME_DMP_MODEL_FIELD_3P | DataMining Model Field | 20030813 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RSDME_DMP_MODEL_FIELD_ABS | Abstract Class for Model field | 20030820 |
Properties
Interface | IF_RSDME_DMP_MODEL_FIELD | |
Short Description | DataMining Model Field |
General Data
Package | RS_DME_DMP_OO | Datamining Provider - OO Based |
Created | 20030804 | SAP |
Last changed | 20110908 | SAP |
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) |
Interfaces
Interface IF_RSDME_DMP_MODEL_FIELD has no interface.
Friends
Interface IF_RSDME_DMP_MODEL_FIELD has no friend.
Attributes
Interface IF_RSDME_DMP_MODEL_FIELD has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Check field consistency | 20030813 |
2 | ![]() |
Instance method | Public | Method | Set Content Type | 20030813 |
3 | ![]() |
Instance method | Public | Method | Set Datatype information | 20030813 |
4 | ![]() |
Instance method | Public | Method | Get Description | 20030813 |
5 | ![]() |
Instance method | Public | Method | Get Field Name | 20030828 |
6 | ![]() |
Instance method | Public | Method | Is Numeric Field? | 20030829 |
7 | ![]() |
Instance method | Public | Method | Is the field predictable (or defined as Target ) | 20030813 |
8 | ![]() |
Instance method | Public | Method | Set Content Type | 20030813 |
9 | ![]() |
Instance method | Public | Method | Set Datatype information | 20030813 |
10 | ![]() |
Instance method | Public | Method | Set Defaults | 20030912 |
11 | ![]() |
Instance method | Public | Method | Set Description | 20030813 |
12 | ![]() |
Instance method | Public | Method | Set Name | 20030828 |
13 | ![]() |
Instance method | Public | Method | Set Predictable flag | 20030813 |
Events
Interface IF_RSDME_DMP_MODEL_FIELD has no event.
Types
Interface IF_RSDME_DMP_MODEL_FIELD has no local type.
Method Signatures
Method CHECK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_R_MSG | Call by reference | Object reference (TYPE REF TO) | CL_RSDME_ERROR | 20030917 | |||
2 | ![]() |
E_T_RETURN | Value transfer | Type reference (TYPE) | BAPIRET2_T | 20030813 |
Method CHECK on Interface IF_RSDME_DMP_MODEL_FIELD has no exception.
Method GET_CONTENT_TYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_CTYPE | Value transfer | Type reference (TYPE) | RSDMEM_CONTENT_TYPE | Inhaltstyp | 20030813 |
Method GET_CONTENT_TYPE on Interface IF_RSDME_DMP_MODEL_FIELD has no exception.
Method GET_DATA_TYPE_INFO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_TYPE_INFO | Value transfer | Type reference (TYPE) | RSDMU_S_DATA_TYPE_INFO | 20030813 |
Method GET_DATA_TYPE_INFO on Interface IF_RSDME_DMP_MODEL_FIELD has no exception.
Method GET_DESCRIPTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_DESC | Value transfer | Type reference (TYPE) | RSDMEM_LANGU_DESCRIPTION | 20030813 | |||
2 | ![]() |
I_LANGU | Call by reference | Type reference (TYPE) | LANGU | SY-LANGU | Sprache | 20030813 |
Method GET_DESCRIPTION on Interface IF_RSDME_DMP_MODEL_FIELD has no exception.
Method GET_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_NAME | Value transfer | Type reference (TYPE) | RSDMEM_COLUMN_NAME | 20030828 |
Method GET_NAME on Interface IF_RSDME_DMP_MODEL_FIELD has no exception.
Method IS_NUMERIC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_BOOL | Value transfer | Type reference (TYPE) | RSDMEM_BOOL_CH | 20030829 |
Method IS_NUMERIC on Interface IF_RSDME_DMP_MODEL_FIELD has no exception.
Method IS_PREDICTABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_BOOL | Value transfer | Type reference (TYPE) | RSDMEM_BOOL_CH | 20030813 |
Method IS_PREDICTABLE on Interface IF_RSDME_DMP_MODEL_FIELD has no exception.
Method SET_CONTENT_TYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_CTYPE | Call by reference | Type reference (TYPE) | RSDMEM_CONTENT_TYPE | 20030813 |
Method SET_CONTENT_TYPE on Interface IF_RSDME_DMP_MODEL_FIELD has no exception.
Method SET_DATA_TYPE_INFO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_TYPE_INFO | Call by reference | Type reference (TYPE) | RSDMU_S_DATA_TYPE_INFO | 20030813 |
Method SET_DATA_TYPE_INFO on Interface IF_RSDME_DMP_MODEL_FIELD has no exception.
Method SET_DEFAULTS Signature
Method SET_DEFAULTS on Interface IF_RSDME_DMP_MODEL_FIELD has no parameter.
Method SET_DEFAULTS on Interface IF_RSDME_DMP_MODEL_FIELD has no exception.
Method SET_DESCRIPTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_DESC | Call by reference | Type reference (TYPE) | RSDMEM_LANGU_DESCRIPTION | Beschreibung | 20030813 |
Method SET_DESCRIPTION on Interface IF_RSDME_DMP_MODEL_FIELD has no exception.
Method SET_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_NAME | Call by reference | Type reference (TYPE) | RSDMEM_COLUMN_NAME | 20030828 |
Method SET_NAME on Interface IF_RSDME_DMP_MODEL_FIELD has no exception.
Method SET_PREDICTABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_FLAG | Call by reference | Type reference (TYPE) | RSDMEM_PREDICTABLE | 20030813 |
Method SET_PREDICTABLE on Interface IF_RSDME_DMP_MODEL_FIELD has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 350 |