SAP ABAP Class CL_CPE_QUOTATION_GROUP (Quotation Group)
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 - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CPE_QUOTATION_GROUP Quotation Group 20130925
Properties
Class CL_CPE_QUOTATION_GROUP  
Short Description Quotation Group    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CPE_FA_FE   Commodity Pricing: Formula Assembly and Evaluation (ABAP) 
Created 20130923   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_CPE_QUOTATION_FACTORY Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_CPE_QUOTATION_GROUP Quotation Group 20130925
Friends
Class CL_CPE_QUOTATION_GROUP has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 KEYS Instance attribute Private Attribute reference (LIKE) 20130925
2 KEY_QUOTATIONS Instance attribute Private Type reference (TYPE) TY_KEY_QUOTATIONS_TAB 20130925
3 TIME_SELECTOR Instance attribute Public Type reference (TYPE) CL_CPE_QUOTATIONS=>TY_TIME_SELECTOR 20130925
4 VALID_ON Instance attribute Public Type reference (TYPE) CPET_REFTIMESTAMP 20130925
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20130925
2 CREATE_FROM_TABLE Static method Public Method Create from table 20130925
3 GET_QUOTATIONS_FOR_KEY Instance method Private Method 20130925
4 _GET_KEY_QUOTATIONS Instance method Private Method 20130925
Events
Class CL_CPE_QUOTATION_GROUP has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_KEY_QUOTATIONS Private See coding 20130925 BEGIN OF ty_key_quotations, key TYPE if_cpe_quotations=>ty_key, quotations TYPE REF TO if_cpe_quotations, END OF ty_key_quotations
2 TY_KEY_QUOTATIONS_TAB Private See coding 20130925 ty_key_quotations_tab TYPE SORTED TABLE OF ty_key_quotations WITH UNIQUE KEY key
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing KEYS Call by reference Type reference (TYPE) IF_CPE_QUOTATIONS=>TY_KEYS 20130925
2 Importing TIME_SELECTOR Call by reference Type reference (TYPE) CL_CPE_QUOTATIONS=>TY_TIME_SELECTOR CL_CPE_QUOTATIONS=>C_SELECT_TIME 20130925

Method CONSTRUCTOR on class CL_CPE_QUOTATION_GROUP has no exception.

Method CREATE_FROM_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_KEY_TYPE Call by reference Type reference (TYPE) IF_CPE_QUOTATION_FACTORY=>TY_KEYTYPE 20130925
2 Importing I_QUOTATIONS Call by reference Type reference (TYPE) IF_CPE_QUOTATIONS=>TY_QUOTATIONS 20130925
3 Importing I_SOURCE_ROUTINE Call by reference Type reference (TYPE) CPET_SOURCEROUT '0000001' 20130925
4 Returning R_GROUP Value transfer Object reference (TYPE REF TO) IF_CPE_QUOTATION_GROUP 20130925

Method CREATE_FROM_TABLE on class CL_CPE_QUOTATION_GROUP has no exception.

Method GET_QUOTATIONS_FOR_KEY Signature

Method GET_QUOTATIONS_FOR_KEY on class CL_CPE_QUOTATION_GROUP has no parameter.
Method GET_QUOTATIONS_FOR_KEY on class CL_CPE_QUOTATION_GROUP has no exception.

Method _GET_KEY_QUOTATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_KEY Call by reference Type reference (TYPE) IF_CPE_QUOTATIONS=>TY_KEY 20130925
2 Returning R_KEY_QUOTATIONS Value transfer Object reference (TYPE REF TO) TY_KEY_QUOTATIONS 20130925

Method _GET_KEY_QUOTATIONS on class CL_CPE_QUOTATION_GROUP has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in