SAP ABAP Interface IF_CPE_QUOTATION_FACTORY (Quotation Factory)
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_QUOTATION_FACTORY | Quotation Factory | 20121002 |
Properties
Interface | IF_CPE_QUOTATION_FACTORY | |
Short Description | Quotation Factory |
General Data
Package | CPE_FA_FE | Commodity Pricing: Formula Assembly and Evaluation (ABAP) |
Created | 20120924 | SAP |
Last changed | 20140121 | SAP |
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
Interface IF_CPE_QUOTATION_FACTORY has no interface.
Friends
Interface IF_CPE_QUOTATION_FACTORY has no friend.
Attributes
Interface IF_CPE_QUOTATION_FACTORY has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Create Quotation Group | 20121019 |
2 | ![]() |
Instance method | Public | Method | Get type of quotation key | 20130919 |
3 | ![]() |
Instance method | Public | Method | Get Quotation Group Provider | 20130925 |
4 | ![]() |
Instance method | Public | Method | Get Quotation Provider | 20121205 |
Events
Interface 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 | ![]() |
I_KEYS | Call by reference | Type reference (TYPE) | IF_CPE_QUOTATIONS=>TY_KEYS | Quotation Keys | 20121019 | ||
2 | ![]() |
R_GROUP | Value transfer | Object reference (TYPE REF TO) | IF_CPE_QUOTATION_GROUP | Quotation Group | 20121019 |
Method CREATE_QUOTATION_GROUP on Interface 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 | ![]() |
I_KEY | Call by reference | Type reference (TYPE) | IF_CPE_QUOTATIONS=>TY_KEY | Quotation Key | 20130919 | ||
2 | ![]() |
R_TYPE | Value transfer | Type reference (TYPE) | TY_KEYTYPE | Quotation Key Type | 20130919 |
Method GET_KEY_TYPE on Interface 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 | ![]() |
I_KEY_TYPE | Call by reference | Type reference (TYPE) | TY_KEYTYPE | Quotation Key Type | 20130925 | ||
2 | ![]() |
R_PROVIDER | Value transfer | Object reference (TYPE REF TO) | IF_CPE_QUOT_GROUP_PROVIDER | Quotation Group Provider | 20130925 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130925 |
Method GET_QUOTATION_PROVIDER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_KEY_TYPE | Call by reference | Type reference (TYPE) | TY_KEYTYPE | Quotation Key Type | 20130107 | ||
2 | ![]() |
R_PROVIDER | Value transfer | Object reference (TYPE REF TO) | IF_CPE_QUOTATION_PROVIDER | Quotation Provider | 20121205 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20121205 |
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 740 |