SAP ABAP Class CL_CPE_FE_RISK_DATA (CPE risk data)
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
Class CL_CPE_FE_RISK_DATA  
Short Description CPE risk data    
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 20121112   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_CPE_FE_RISK_DATA has no interface implemented.
Friends
Class CL_CPE_FE_RISK_DATA has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_FORMCONVOUT_WRK_TAB Instance attribute Protected Type reference (TYPE) CPET_FORMCONVOUT_WRK_TAB CPE Formula - Table Type Work Struct. for Conversion Result 20121211
2 MT_RISK_RELEVANT_TERMS Instance attribute Protected Type reference (TYPE) CPET_TERMOUTPUT_TAB CPE Term - Table Type for Generic Term Output in Evaluation 20121211
3 MT_TERMCONVOUT_WRK_TAB Instance attribute Protected Type reference (TYPE) CPET_TERMCONVOUT_WRK_TAB CPE Term - Tab. Type Work Structure for Result of Conversion 20121211
4 MT_TERMGROUP Instance attribute Protected Type reference (TYPE) LTYPE_GROUP_T 20121211
5 MV_NUMBER_OF_TERMS Instance attribute Protected Type reference (TYPE) I 20121211
6 MV_NUMBER_OF_TERMS_A Instance attribute Protected Type reference (TYPE) I 20121211
7 MV_NUMBER_OF_TERMS_B Instance attribute Protected Type reference (TYPE) I 20121211
8 MV_PRICE_REL_QUOT Instance attribute Protected Type reference (TYPE) CPET_PRICE_REL_QUOT Consider pricing-relevant quotations 20130422
9 MV_QUOTNAME Instance attribute Protected Type reference (TYPE) CPET_QUOTNAME Quotation Name 20121211
10 MV_QUOTSRC Instance attribute Protected Type reference (TYPE) CPET_QUOTSRC Quotation Source 20121211
11 MV_QUOTTYPE Instance attribute Protected Type reference (TYPE) CPET_QUOTTYPE Quotation Type 20121211
12 MV_SUM_QUANT_OF_TERMS Instance attribute Protected Type reference (TYPE) CPET_INTERNAL_VALUE CPE - Used for internal calculation (rounding, conversion) 20121211
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_TERMGROUP_IS_USED Instance method Public Method 20121211
2 GET_FORMCONVOUT_TAB Instance method Public Method 20121211
3 GET_NUMBER_OF_TERMS Instance method Public Method 20121211
4 GET_NUMBER_OF_TERMS_A Instance method Public Method 20121211
5 GET_NUMBER_OF_TERMS_B Instance method Public Method 20121211
6 GET_PRICE_REL_QUOT_IND Instance method Public Method 20130422
7 GET_SUM_QUANTITY_OF_TERMS Instance method Public Method 20121211
8 GET_TERMCONVOUT_TAB Instance method Public Method 20121211
9 GET_TERM_GROUPS Instance method Public Method 20121211
10 SET_FORMCONVOUT_TAB Instance method Public Method 20121211
11 SET_NUMBER_OF_TERMS Instance method Public Method 20121211
12 SET_NUMBER_OF_TERMS_A Instance method Public Method 20121211
13 SET_NUMBER_OF_TERMS_B Instance method Public Method 20121211
14 SET_PRICE_REL_QUOT_IND Instance method Public Method 20130422
15 SET_SUM_QUANTITY_OF_TERMS Instance method Public Method 20121211
16 SET_TERMCONVOUT_TAB Instance method Public Method 20121211
17 SET_TERM_GROUPS Instance method Public Method 20121211
Events
Class CL_CPE_FE_RISK_DATA has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 LTYPE_GROUP Public See coding 20121211 BEGIN OF ltype_group, termgroup TYPE cpet_termgroup, count TYPE i, END OF ltype_group
2 LTYPE_GROUP_T Public See coding 20121211 LTYPE_GROUP_T TYPE STANDARD TABLE OF ltype_group
Method Signatures

Method CHECK_TERMGROUP_IS_USED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_TERMGROUP_IS_USED Value transfer Type reference (TYPE) ABAP_BOOL 20121211

Method CHECK_TERMGROUP_IS_USED on class CL_CPE_FE_RISK_DATA has no exception.

Method GET_FORMCONVOUT_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FORMCONVOUT_WRK_TAB Call by reference Type reference (TYPE) CPET_FORMCONVOUT_WRK_TAB CPE Formula - Table Type Work Struct. for Conversion Result 20121211

Method GET_FORMCONVOUT_TAB on class CL_CPE_FE_RISK_DATA has no exception.

Method GET_NUMBER_OF_TERMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_NUMBER_OF_TERMS Value transfer Type reference (TYPE) I 20121211

Method GET_NUMBER_OF_TERMS on class CL_CPE_FE_RISK_DATA has no exception.

Method GET_NUMBER_OF_TERMS_A Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_NUMBER_OF_TERMS_A Value transfer Type reference (TYPE) I 20121211

Method GET_NUMBER_OF_TERMS_A on class CL_CPE_FE_RISK_DATA has no exception.

Method GET_NUMBER_OF_TERMS_B Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_NUMBER_OF_TERMS_B Value transfer Type reference (TYPE) I 20121211

Method GET_NUMBER_OF_TERMS_B on class CL_CPE_FE_RISK_DATA has no exception.

Method GET_PRICE_REL_QUOT_IND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_PRICE_REL_QUOT Value transfer Type reference (TYPE) CPET_PRICE_REL_QUOT Consider pricing-relevant quotations 20130422

Method GET_PRICE_REL_QUOT_IND on class CL_CPE_FE_RISK_DATA has no exception.

Method GET_SUM_QUANTITY_OF_TERMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_SUM_QUANT_OF_TERMS Value transfer Type reference (TYPE) CPET_INTERNAL_VALUE CPE - Used for internal calculation (rounding, conversion) 20121211

Method GET_SUM_QUANTITY_OF_TERMS on class CL_CPE_FE_RISK_DATA has no exception.

Method GET_TERMCONVOUT_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TERMCONVOUT_WRK_TAB Call by reference Type reference (TYPE) CPET_TERMCONVOUT_WRK_TAB CPE Term - Tab. Type Work Structure for Result of Conversion 20121211

Method GET_TERMCONVOUT_TAB on class CL_CPE_FE_RISK_DATA has no exception.

Method GET_TERM_GROUPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TERMGROUP Call by reference Type reference (TYPE) LTYPE_GROUP_T 20121211

Method GET_TERM_GROUPS on class CL_CPE_FE_RISK_DATA has no exception.

Method SET_FORMCONVOUT_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_FORMCONVOUT_WRK_TAB Call by reference Type reference (TYPE) CPET_FORMCONVOUT_WRK_TAB CPE Formula - Table Type Work Struct. for Conversion Result 20121211

Method SET_FORMCONVOUT_TAB on class CL_CPE_FE_RISK_DATA has no exception.

Method SET_NUMBER_OF_TERMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NUMBER_OF_TERMS Call by reference Type reference (TYPE) I 20121211

Method SET_NUMBER_OF_TERMS on class CL_CPE_FE_RISK_DATA has no exception.

Method SET_NUMBER_OF_TERMS_A Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NUMBER_OF_TERMS_A Call by reference Type reference (TYPE) I 20121211

Method SET_NUMBER_OF_TERMS_A on class CL_CPE_FE_RISK_DATA has no exception.

Method SET_NUMBER_OF_TERMS_B Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NUMBER_OF_TERMS_B Call by reference Type reference (TYPE) I 20121211

Method SET_NUMBER_OF_TERMS_B on class CL_CPE_FE_RISK_DATA has no exception.

Method SET_PRICE_REL_QUOT_IND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PRICE_REL_QUOT Call by reference Type reference (TYPE) CPET_PRICE_REL_QUOT Consider pricing-relevant quotations 20130422

Method SET_PRICE_REL_QUOT_IND on class CL_CPE_FE_RISK_DATA has no exception.

Method SET_SUM_QUANTITY_OF_TERMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_SUM_QUANT_OF_TERMS Call by reference Type reference (TYPE) CPET_INTERNAL_VALUE CPE - Used for internal calculation (rounding, conversion) 20121211

Method SET_SUM_QUANTITY_OF_TERMS on class CL_CPE_FE_RISK_DATA has no exception.

Method SET_TERMCONVOUT_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_TERMCONVOUT_WRK_TAB Call by reference Type reference (TYPE) CPET_TERMCONVOUT_WRK_TAB CPE Term - Tab. Type Work Structure for Result of Conversion 20121211

Method SET_TERMCONVOUT_TAB on class CL_CPE_FE_RISK_DATA has no exception.

Method SET_TERM_GROUPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_TERMGROUP Call by reference Type reference (TYPE) LTYPE_GROUP_T 20121211

Method SET_TERM_GROUPS on class CL_CPE_FE_RISK_DATA has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in