SAP ABAP Class IF_CPE_FE_EXRATE_FCST_ROUT (Interface for BAdI: BADI_CPE_FE_EXRATE_FCAST_ROUT)
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_BADI_INTERFACE | Tag Interface for BAdIs | 20130919 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_CPE_FE_EXRATE_FCAST_ROUT | Class for BAdI Implementation BADI_CPE_FE_EXRATE_FCAST_ROUT | 20130919 |
Properties
| Class | IF_CPE_FE_EXRATE_FCST_ROUT | |
| Short Description | Interface for BAdI: BADI_CPE_FE_EXRATE_FCAST_ROUT | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20130816 | SAP |
| Last change | 20140121 | 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 IF_CPE_FE_EXRATE_FCST_ROUT has no interface implemented.
Friends
Class IF_CPE_FE_EXRATE_FCST_ROUT has no friend class.
Attributes
Class IF_CPE_FE_EXRATE_FCST_ROUT has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Read forecast values for exchange rates | 20130919 |
Events
Class IF_CPE_FE_EXRATE_FCST_ROUT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_EXCH_RATE_DATES | Public | See coding | Dates for which forecast values are requested | 20130919 | ty_exch_rate_dates TYPE SORTED TABLE OF cpet_currdate WITH UNIQUE DEFAULT KEY
|
|
| 2 | TY_FORECAST_ANALYSIS | Public | See coding | Forecast analysis fields | 20130919 | BEGIN OF ty_forecast_analysis,
spot_rate TYPE ukurs_curr,
swap_rate TYPE ukurs_curr,
interpolated TYPE abap_bool,
read_back TYPE abap_bool,
END OF ty_forecast_analysis
|
|
| 3 | TY_FORECAST_VALUE | Public | See coding | Forecast value | 20130919 | BEGIN OF ty_forecast_value,
currdate TYPE cpet_currdate,
ukurs TYPE ukurs_curr,
missing TYPE xfeld.
INCLUDE TYPE ty_forecast_analysis.
TYPES:
END OF ty_forecast_value
|
|
| 4 | TY_FORECAST_VALUES | Public | See coding | Forecast values | 20130919 | ty_forecast_values TYPE STANDARD TABLE OF ty_forecast_value WITH NON-UNIQUE DEFAULT KEY
|
Method Signatures
Method READ_FORECAST_VALUES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_FORECAST_VALUES | Value transfer | Type reference (TYPE) | TY_FORECAST_VALUES | CPE - Table Type for Currency Exchange Rates | 20130919 | |||
| 2 | IO_EVALUATION_DATA | Call by reference | Object reference (TYPE REF TO) | CL_CPE_FE_EVALUATION_DATA | CPE Evaluation data container | 20130919 | |||
| 3 | IT_FORECAST_CURRDATES | Call by reference | Type reference (TYPE) | TY_EXCH_RATE_DATES | Dates for which forecast values are requested | 20130919 | |||
| 4 | IV_CURRENCY_FROM | Call by reference | Type reference (TYPE) | FCURR_CURR | From currency | 20130919 | |||
| 5 | IV_CURRENCY_TO | Call by reference | Type reference (TYPE) | TCURR_CURR | To-currency | 20130919 | |||
| 6 | IV_EVALUATION_KEY_DATE | Call by reference | Type reference (TYPE) | CPET_USED_EVAL_KEYDATE | Evaluation Key Date Used | 20130919 | |||
| 7 | IV_EXCHANGE_RATE_TYPE | Call by reference | Type reference (TYPE) | KURST_CURR | Exchange rate type | 20130919 | |||
| 8 | IV_FORECAST_PROPOSED | Call by reference | Type reference (TYPE) | ABAP_BOOL | Forecast proposed by forecast mode? | 20130919 | |||
| 9 | IV_FORECAST_ROUTINE | Call by reference | Type reference (TYPE) | CPET_EXRATE_FORECAST_ROUTINE | Exchange Rate Forecast Routine | 20130919 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | CPE Evaluation Terminated | 20130919 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in |