SAP ABAP Interface IF_CPE_FE_QUOT_FORECAST_ROUT (Interface for BAdI: BADI_CPE_FE_QUOT_FORECAST_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_QUOT_FORECAST_ROUT Class for BAdI: BADI_CPE_FE_QUOT_FORECAST_ROUT 20121002
Properties
Interface IF_CPE_FE_QUOT_FORECAST_ROUT  
Short Description Interface for BAdI: BADI_CPE_FE_QUOT_FORECAST_ROUT    
General Data
Package CPE_FA_FE   Commodity Pricing: Formula Assembly and Evaluation (ABAP) 
Created 20120817   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)
2 IF_CPE_QUOTATIONS Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_BADI_INTERFACE Tag Interface for BAdIs 20121002
Friends
Interface IF_CPE_FE_QUOT_FORECAST_ROUT has no friend.
Attributes
Interface IF_CPE_FE_QUOT_FORECAST_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 Quotations 20130130
Events
Interface IF_CPE_FE_QUOT_FORECAST_ROUT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_FORECAST_ANALYSIS Public See coding Forecast Analysis Fields 20130423 BEGIN OF ty_forecast_analysis, curve_reading_date TYPE cpet_curve_reading_date, grid_point_keydate TYPE tba_keydate, grid_point_quotdate TYPE cpet_quotdate, END OF ty_forecast_analysis
2 TY_FORECAST_STATUS Public Type reference (TYPE) CPET_FORECAST_STATUS Forecast Status 20121002
3 TY_FORECAST_VALUE Public See coding Forecast Value 20130117 begin of ty_forecast_value, pricedate type cpet_quotdate, price type cpet_pricequot, currency type cpet_quotcurr, priceunit type cpet_quotprun, uom type cpet_quotuom, missing TYPE xfeld. INCLUDE TYPE ty_forecast_analysis. TYPES: end of ty_forecast_value
4 TY_FORECAST_VALUES Public See coding Forecast Values 20130117 TY_FORECAST_values type STANDARD TABLE OF ty_forecast_value with NON-UNIQUE DEFAULT KEY
5 TY_PRICEDATES Public See coding Price Dates 20130130 ty_pricedates type SORTED TABLE OF cpet_quotdate WITH UNIQUE DEFAULT KEY
6 TY_QUOT_KEY_TENOR Public See coding Quotation Key using Time to Maturity 20130130 begin of ty_quot_key_tenor, dcsid type tba_dcsid, mic type tba_mic, pricetype type tba_pricetype, tenor type tba_tenor, end of ty_quot_key_tenor
7 TY_QUOT_KEY_TIME_TO_MATURITY Public See coding Key using Time to Maturity 20130117 begin of ty_quot_key_time_to_maturity, dcsid type tba_dcsid, mic type tba_mic, pricetype type tba_pricetype, tenor type tba_tenor, end of ty_quot_key_time_to_maturity
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 Forecast Values 20130130
2 Exporting EV_COMMODITY_ID Value transfer Type reference (TYPE) TBA_CTY_ID Commodity ID 20130419
3 Exporting EV_CURVE_DATE Value transfer Type reference (TYPE) TBA_CURVEDATE Forecast Date 20130419
4 Exporting EV_MARKET_DATA_INCOMPLETE Value transfer Type reference (TYPE) ABAP_BOOL Some market data up to Forecast Date not yet available 20130130
5 Importing IO_CALENDAR Call by reference Object reference (TYPE REF TO) IF_CPE_CALENDAR Calendar 20130130
6 Importing IO_EVALUATION_DATA Call by reference Object reference (TYPE REF TO) CL_CPE_FE_EVALUATION_DATA CPE Evaluation data container 20130130
7 Importing IS_COMMODITY_CURVE Call by reference Type reference (TYPE) CPET_CTY_CURVE Commodity Curve 20130130
8 Importing IS_QUOTATION_KEY Call by reference Type reference (TYPE) TY_QUOT_KEY_TENOR Quotation Key using Time to Maturity 20130130
9 Importing IT_FORECAST_PRICEDATES Call by reference Type reference (TYPE) TY_PRICEDATES Price Dates 20130130
10 Importing IT_QUOTATIONS Call by reference Type reference (TYPE) IF_CPE_QUOTATIONS=>TY_QUOTATIONS Quotations 20130130
11 Importing IV_FORECAST_DATE Call by reference Type reference (TYPE) D Forecast Date 20130130
12 Importing IV_FORECAST_PROPOSED Call by reference Type reference (TYPE) ABAP_BOOL Forecast proposed by current document and usage? 20130130
13 Importing IV_FORECAST_ROUTINE Call by reference Type reference (TYPE) CPET_QUOTFORECASTROUT Quotation Forecast Routine 20130130
# Exception Resumable Description Created on
1 CX_CPE_EVALUATION_TERMINATED 20130130
2 CX_SY_CONVERSION_ERROR 20130130
History
Last changed by/on SAP  20140121 
SAP Release Created in 740