SAP ABAP Class IF_CPE_QUOTATION_FACTORY (Quotation Factory)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CPE_QUOTATION_FACTORY Quotation Factory 20121002
Properties
Class IF_CPE_QUOTATION_FACTORY  
Short Description Quotation Factory    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20120924   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_QUOTATIONS Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class IF_CPE_QUOTATION_FACTORY has no interface implemented.
Friends
Class IF_CPE_QUOTATION_FACTORY has no friend class.
Attributes
Class IF_CPE_QUOTATION_FACTORY has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_QUOTATION_GROUP Instance method Public Method Create Quotation Group 20121019
2 GET_KEY_TYPE Instance method Public Method Get type of quotation key 20130919
3 GET_QUOTATION_GROUP_PROVIDER Instance method Public Method Get Quotation Group Provider 20130925
4 GET_QUOTATION_PROVIDER Instance method Public Method Get Quotation Provider 20121205
Events
Class IF_CPE_QUOTATION_FACTORY has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_KEYTYPE Public See coding Quotation Key Type 20130919 BEGIN OF ty_keytype, key_type TYPE cpet_keytype, dcs_type TYPE tba_derivativetype, END OF ty_keytype
2 TY_KEYTYPES Public See coding Quotation Key Types 20130925 ty_keytypes TYPE SORTED TABLE OF ty_keytype WITH UNIQUE KEY key_type dcs_type
Method Signatures

Method CREATE_QUOTATION_GROUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_KEYS Call by reference Type reference (TYPE) IF_CPE_QUOTATIONS=>TY_KEYS Quotation Keys 20121019
2 Returning R_GROUP Value transfer Object reference (TYPE REF TO) IF_CPE_QUOTATION_GROUP Quotation Group 20121019

Method CREATE_QUOTATION_GROUP on class IF_CPE_QUOTATION_FACTORY has no exception.

Method GET_KEY_TYPE 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 Quotation Key 20130919
2 Returning R_TYPE Value transfer Type reference (TYPE) TY_KEYTYPE Quotation Key Type 20130919

Method GET_KEY_TYPE on class IF_CPE_QUOTATION_FACTORY has no exception.

Method GET_QUOTATION_GROUP_PROVIDER 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) TY_KEYTYPE Quotation Key Type 20130925
2 Returning R_PROVIDER Value transfer Object reference (TYPE REF TO) IF_CPE_QUOT_GROUP_PROVIDER Quotation Group Provider 20130925
# Exception Resumable Description Created on
1 CX_CPE_EVALUATION_TERMINATED 20130925

Method GET_QUOTATION_PROVIDER 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) TY_KEYTYPE Quotation Key Type 20130107
2 Returning R_PROVIDER Value transfer Object reference (TYPE REF TO) IF_CPE_QUOTATION_PROVIDER Quotation Provider 20121205
# Exception Resumable Description Created on
1 CX_CPE_EVALUATION_TERMINATED 20121205
History
Last changed by/on SAP  20140121 
SAP Release Created in