SAP ABAP Interface IF_RSDHAM_OPER (Implementation of Operation (Object Model))
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-DST-HAP (Application Component) HANA Analysis Process
⤷
RSDHA (Package) SAP HANA Analysis in BW
⤷
⤷
Meta Relationship - Used By
Properties
| Interface | IF_RSDHAM_OPER | |
| Short Description | Implementation of Operation (Object Model) |
General Data
| Package | RSDHA | SAP HANA Analysis in BW |
| Created | 20120402 | SAP |
| Last changed | 20140121 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | IF_RSDHAM_FIELD_DESCR | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
| 2 | IF_RSDHAM_OBJECT | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
| 3 | IF_RSDHAM_PARAM_DESCR | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
| 4 | IF_RSDHA_TYPES | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Interface IF_RSDHAM_OPER has no interface.
Friends
Interface IF_RSDHAM_OPER has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | N_R_ANALYSIS | Instance attribute | Public | Object reference (TYPE REF TO) | IF_RSDHAM_ANALYSIS | Analysis Process (Object Model) | 20120402 | ||
| 2 | N_T_INPUT_MAPPING | Instance attribute | Public | Type reference (TYPE) | IF_RSDHA_TYPES=>TN_T_FIELD_MAPPING | Field mapping (table) | 20120402 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Check | 20120402 | |
| 2 | Instance method | Public | Method | Fill metadata of parameters | 20120430 | |
| 3 | Instance method | Public | Method | Get input mapping | 20120402 | |
| 4 | Instance method | Public | Method | Get metadata of field mapping | 20120402 | |
| 5 | Instance method | Public | Method | Get target field metadata for input mapping | 20130205 | |
| 6 | Static method | Public | Method | Create instance | 20120402 | |
| 7 | Instance method | Public | Method | Get target field field metadata for output mapping | 20120402 | |
| 8 | Instance method | Public | Method | Get output mapping | 20120514 | |
| 9 | Instance method | Public | Method | Get parameter values | 20120430 | |
| 10 | Instance method | Public | Method | Set input mapping | 20120402 | |
| 11 | Instance method | Public | Method | Set parameter values | 20120430 |
Events
Interface IF_RSDHAM_OPER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TN_TYPE | Public | Type reference (TYPE) | IF_RSDHAM_OBJECT=>TN_TYPE | Type of operation | 20120403 | |
Method Signatures
Method CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_SUBRC | Call by reference | Type reference (TYPE) | SYSUBRC | Return Value from ABAP Statements | 20130129 | |||
| 2 | E_T_MSG | Call by reference | Type reference (TYPE) | RS_T_MSG | BW: Table with Messages (Application Log) | 20130129 |
Method CHECK on Interface IF_RSDHAM_OPER has no exception.
Method FILL_PARAM_DESCR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_DISPLAY_IN_QUERY_FLAG | Call by reference | Type reference (TYPE) | IF_RSDHAM_PARAM_DESCR=>TN_DISPLAY_IN_QUERY_FLAG | 'X': Display in Query | 20130611 | |||
| 2 | I_R_PARAM_DESCR | Call by reference | Object reference (TYPE REF TO) | IF_RSDHAM_PARAM_DESCR | Metadata of parameters (overall) | 20120430 | |||
| 3 | I_SUBTYPE | Call by reference | Type reference (TYPE) | IF_RSDHAM_OBJECT=>TN_SUBTYPE | Subtype of analysis element | 20120925 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception with generic message | 20120814 |
Method GET_INPUT_MAPPING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_INPUT_MAPPING | Value transfer | Type reference (TYPE) | IF_RSDHA_TYPES=>TN_T_FIELD_MAPPING | Field mapping (table) | 20120402 |
Method GET_INPUT_MAPPING on Interface IF_RSDHAM_OPER has no exception.
Method GET_INPUT_MAPPING_DESCR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_ENABLE_SRC_FIELD_SELECTION | Call by reference | Type reference (TYPE) | RS_BOOL | Enable field selection (add fields to target structure) | 20120809 | |||
| 2 | E_OPTIONAL_TGT_FIELDS_ALLOWED | Call by reference | Type reference (TYPE) | RS_BOOL | Allow optional target fields | 20120809 |
Method GET_INPUT_MAPPING_DESCR on Interface IF_RSDHAM_OPER has no exception.
Method GET_INPUT_MAPPING_TGT_FIELDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_INPUT_MAPPING_TGT_FIELD | Value transfer | Type reference (TYPE) | IF_RSDHAM_FIELD_DESCR=>TN_T_FIELD | Available target fields for mapping | 20130205 |
Method GET_INPUT_MAPPING_TGT_FIELDS on Interface IF_RSDHAM_OPER has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_ANALYSIS | Call by reference | Object reference (TYPE REF TO) | IF_RSDHAM_ANALYSIS | Analysis Process (Object Model) | 20120402 | |||
| 2 | R_R_OPER | Value transfer | Object reference (TYPE REF TO) | IF_RSDHAM_OPER | Operation | 20120402 |
Method GET_INSTANCE on Interface IF_RSDHAM_OPER has no exception.
Method GET_OUTPUT_FIELDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_T_FIELD | Value transfer | Type reference (TYPE) | IF_RSDHAM_FIELD_DESCR=>TN_T_FIELD | Table for field list | 20120402 |
Method GET_OUTPUT_FIELDS on Interface IF_RSDHAM_OPER has no exception.
Method GET_OUTPUT_MAPPING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_OUTPUT_MAPPING | Call by reference | Type reference (TYPE) | IF_RSDHA_TYPES=>TN_T_FIELD_MAPPING | Field mapping (table) | 20120514 |
Method GET_OUTPUT_MAPPING on Interface IF_RSDHAM_OPER has no exception.
Method GET_PARAM_VAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_PARAM_VAL | Call by reference | Type reference (TYPE) | DATA | Parameter values | 20120430 | |||
| 2 | I_PARAM_NAME | Call by reference | Type reference (TYPE) | IF_RSDHA_TYPES=>TN_NAME | Name of parameter | 20120430 |
Method GET_PARAM_VAL on Interface IF_RSDHAM_OPER has no exception.
Method SET_INPUT_MAPPING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_INPUT_MAPPING | Call by reference | Type reference (TYPE) | IF_RSDHA_TYPES=>TN_T_FIELD_MAPPING | Field mapping (table) | 20120402 |
Method SET_INPUT_MAPPING on Interface IF_RSDHAM_OPER has no exception.
Method SET_PARAM_VAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_PARAM_NAME | Call by reference | Type reference (TYPE) | IF_RSDHA_TYPES=>TN_NAME | Name of parameter | 20120430 | |||
| 2 | I_PARAM_VAL | Call by reference | Type reference (TYPE) | DATA | Parameter Value | 20120430 |
Method SET_PARAM_VAL on Interface IF_RSDHAM_OPER has no exception.
Meta Relationship - Used By (full list)
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 730 |