SAP ABAP Class IF_CPE_FE_QUOT_FORECAST_ROUT (Interface for BAdI: BADI_CPE_FE_QUOT_FORECAST_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 | 20121002 |
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
| Class | IF_CPE_FE_QUOT_FORECAST_ROUT | |
| Short Description | Interface for BAdI: BADI_CPE_FE_QUOT_FORECAST_ROUT | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20120817 | 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) | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class IF_CPE_FE_QUOT_FORECAST_ROUT has no interface implemented.
Friends
Class IF_CPE_FE_QUOT_FORECAST_ROUT has no friend class.
Attributes
Class IF_CPE_FE_QUOT_FORECAST_ROUT has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Read Forecast Values for Quotations | 20130130 |
Events
Class 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 | ET_FORECAST_VALUES | Value transfer | Type reference (TYPE) | TY_FORECAST_VALUES | Forecast Values | 20130130 | |||
| 2 | EV_COMMODITY_ID | Value transfer | Type reference (TYPE) | TBA_CTY_ID | Commodity ID | 20130419 | |||
| 3 | EV_CURVE_DATE | Value transfer | Type reference (TYPE) | TBA_CURVEDATE | Forecast Date | 20130419 | |||
| 4 | EV_MARKET_DATA_INCOMPLETE | Value transfer | Type reference (TYPE) | ABAP_BOOL | Some market data up to Forecast Date not yet available | 20130130 | |||
| 5 | IO_CALENDAR | Call by reference | Object reference (TYPE REF TO) | IF_CPE_CALENDAR | Calendar | 20130130 | |||
| 6 | IO_EVALUATION_DATA | Call by reference | Object reference (TYPE REF TO) | CL_CPE_FE_EVALUATION_DATA | CPE Evaluation data container | 20130130 | |||
| 7 | IS_COMMODITY_CURVE | Call by reference | Type reference (TYPE) | CPET_CTY_CURVE | Commodity Curve | 20130130 | |||
| 8 | IS_QUOTATION_KEY | Call by reference | Type reference (TYPE) | TY_QUOT_KEY_TENOR | Quotation Key using Time to Maturity | 20130130 | |||
| 9 | IT_FORECAST_PRICEDATES | Call by reference | Type reference (TYPE) | TY_PRICEDATES | Price Dates | 20130130 | |||
| 10 | IT_QUOTATIONS | Call by reference | Type reference (TYPE) | IF_CPE_QUOTATIONS=>TY_QUOTATIONS | Quotations | 20130130 | |||
| 11 | IV_FORECAST_DATE | Call by reference | Type reference (TYPE) | D | Forecast Date | 20130130 | |||
| 12 | IV_FORECAST_PROPOSED | Call by reference | Type reference (TYPE) | ABAP_BOOL | Forecast proposed by current document and usage? | 20130130 | |||
| 13 | IV_FORECAST_ROUTINE | Call by reference | Type reference (TYPE) | CPET_QUOTFORECASTROUT | Quotation Forecast Routine | 20130130 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130130 | |||
| 2 | 20130130 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in |