SAP ABAP Interface IF_CPE_QUOT_GROUP_PROVIDER (Quotation Group Provider)
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)
Properties
Interface IF_CPE_QUOT_GROUP_PROVIDER  
Short Description Quotation Group Provider    
General Data
Package CPE_FA_FE   Commodity Pricing: Formula Assembly and Evaluation (ABAP) 
Created 20130924   SAP 
Last changed 20140121   SAP 
Unicode checks active    
Forward declarations
Interface IF_CPE_QUOT_GROUP_PROVIDER has no forward declaration.
Interfaces
Interface IF_CPE_QUOT_GROUP_PROVIDER has no interface.
Friends
Interface IF_CPE_QUOT_GROUP_PROVIDER has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_SEARCH_AFTER Constant Public Type reference (TYPE) TY_TIME_DIRECTION 1 20130925
2 C_SEARCH_BEFORE Constant Public Type reference (TYPE) TY_TIME_DIRECTION 0 20130925
Methods
# Method Level Visibility Method type Description Created on
1 FIND Instance method Public Method Find Quotations before/ after DateTime 20130925
2 READ Instance method Public Method Read Quotations with dates and times 20130925
Events
Interface IF_CPE_QUOT_GROUP_PROVIDER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_DATE_RANGE Public See coding Range of Quotation Dates 20130925 ty_date_range TYPE RANGE OF cpet_quotdate
2 TY_TIME_DIRECTION Public Type reference (TYPE) I Before/ after 20130925
3 TY_TIME_RANGE Public See coding Range of Quotation Times 20130925 ty_time_range TYPE RANGE OF cpet_quottime
Method Signatures

Method FIND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DATETIME Call by reference Type reference (TYPE) IF_CPE_QUOTATIONS=>TY_DATETIME Date with Time 20130925
2 Importing I_DIRECTION Call by reference Type reference (TYPE) TY_TIME_DIRECTION C_SEARCH_BEFORE Before/ after 20130925
3 Importing I_INCLUDE_DATETIME Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Include DateTime? 20130925
4 Importing I_KEYS Call by reference Type reference (TYPE) IF_CPE_QUOTATIONS=>TY_KEYS Quotation Keys 20130925
5 Importing I_NUM_QUOTATIONS Call by reference Type reference (TYPE) I 1 Number of Quotations 20130925
6 Importing I_QUOTATION_GROUP Call by reference Object reference (TYPE REF TO) IF_CPE_QUOTATION_GROUP 20130925
7 Importing I_QUOTTIME Call by reference Type reference (TYPE) CPET_QUOTTIME Search for given Quotation Time only 20130925
8 Returning R_GROUP Value transfer Object reference (TYPE REF TO) IF_CPE_QUOTATION_GROUP 20130925
# Exception Resumable Description Created on
1 CX_CPE_EVALUATION_TERMINATED CPE Evaluation Terminated 20130925

Method READ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DATETIMES Call by reference Type reference (TYPE) IF_CPE_QUOTATIONS=>TY_DATETIMES Dates with Times 20130925
2 Importing I_KEYS Call by reference Type reference (TYPE) IF_CPE_QUOTATIONS=>TY_KEYS Quotation Keys 20130925
3 Importing I_QUOTATION_GROUP Call by reference Object reference (TYPE REF TO) IF_CPE_QUOTATION_GROUP 20130925
4 Returning R_GROUP Value transfer Object reference (TYPE REF TO) IF_CPE_QUOTATION_GROUP 20130925
# Exception Resumable Description Created on
1 CX_CPE_EVALUATION_TERMINATED CPE Evaluation Terminated 20130925
History
Last changed by/on SAP  20140121 
SAP Release Created in