SAP ABAP Interface IF_CPE_FE_EXRATE_FCST_ROUT (Interface for BAdI: BADI_CPE_FE_EXRATE_FCAST_ROUT)
Hierarchy
PI_BASIS (Software Component) Basis Plug-In
   CA-GTF-CPE (Application Component) Commodity Pricing Engine
     CPE_FA_FE (Package) Commodity Pricing: Formula Assembly and Evaluation (ABAP)
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
Interface IF_CPE_FE_EXRATE_FCST_ROUT  
Short Description Interface for BAdI: BADI_CPE_FE_EXRATE_FCAST_ROUT    
General Data
Package CPE_FA_FE   Commodity Pricing: Formula Assembly and Evaluation (ABAP) 
Created 20130816   SAP 
Last changed 20140121   SAP 
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_BADI_INTERFACE Tag Interface for BAdIs 20130919
Friends
Interface IF_CPE_FE_EXRATE_FCST_ROUT has no friend.
Attributes
Interface IF_CPE_FE_EXRATE_FCST_ROUT has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 READ_FORECAST_VALUES Instance method Public Method Read forecast values for exchange rates 20130919
Events
Interface 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 Exporting ET_FORECAST_VALUES Value transfer Type reference (TYPE) TY_FORECAST_VALUES CPE - Table Type for Currency Exchange Rates 20130919
2 Importing IO_EVALUATION_DATA Call by reference Object reference (TYPE REF TO) CL_CPE_FE_EVALUATION_DATA CPE Evaluation data container 20130919
3 Importing IT_FORECAST_CURRDATES Call by reference Type reference (TYPE) TY_EXCH_RATE_DATES Dates for which forecast values are requested 20130919
4 Importing IV_CURRENCY_FROM Call by reference Type reference (TYPE) FCURR_CURR From currency 20130919
5 Importing IV_CURRENCY_TO Call by reference Type reference (TYPE) TCURR_CURR To-currency 20130919
6 Importing IV_EVALUATION_KEY_DATE Call by reference Type reference (TYPE) CPET_USED_EVAL_KEYDATE Evaluation Key Date Used 20130919
7 Importing IV_EXCHANGE_RATE_TYPE Call by reference Type reference (TYPE) KURST_CURR Exchange rate type 20130919
8 Importing IV_FORECAST_PROPOSED Call by reference Type reference (TYPE) ABAP_BOOL Forecast proposed by forecast mode? 20130919
9 Importing IV_FORECAST_ROUTINE Call by reference Type reference (TYPE) CPET_EXRATE_FORECAST_ROUTINE Exchange Rate Forecast Routine 20130919
# Exception Resumable Description Created on
1 CX_CPE_EVALUATION_TERMINATED CPE Evaluation Terminated 20130919
History
Last changed by/on SAP  20140121 
SAP Release Created in