SAP ABAP Class CL_ACCUMULATOR_TRG (Treasury: Accumulator)
Hierarchy
EA-FINSERV (Software Component) SAP Enterprise Extension Financial Services
   FIN-FSCM-TRM-TM (Application Component) Transaction Manager
     FTR_GENERAL (Package) CFM TM: Application Basis / Global Objects
Properties
Class CL_ACCUMULATOR_TRG  
Short Description Treasury: Accumulator    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package FTR_GENERAL   CFM TM: Application Basis / Global Objects 
Created 20000105   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 TPMCO Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_ACCUMULATOR_TRG has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_ACCUMULATOR_TRG 20060809 Treasury: Accumulator
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DERIV_COMP_CAT Instance attribute Private Type reference (TYPE) TPM_DERIV_COMP_CAT Control of Derived Position Components 20010122
2 FLG_COMPUTE_DER_NEEDED Instance attribute Protected Type reference (TYPE) XFLAG 20090604
3 TAB_DERIVED_VALUES Instance attribute Private Type reference (TYPE) TPMY_VALUE Values of Derived Components 20000105
4 TAB_DERIV_ORIG_COMP Instance attribute Private Type reference (TYPE) T_TAB_DERIV_ORIG_COMP 20011115
5 TAB_ORIGINAL_VALUES Instance attribute Private Type reference (TYPE) TPMY_VALUE Values of Original Components 20000105
6 TAH_ALL_COMPONENTS Static Attribute Private See coding System Table of all Components 20080818
7 TAH_DERIV_COMP_RULE Static Attribute Private See coding Addition Rules for Derived Components 20080818
8 TAH_PMCAT Static Attribute Private See coding Buffer for Position Change Categories 20080818
Methods
# Method Level Visibility Method type Description Created on
1 ACCUMULATE_FLOWS Instance method Public Method Adds Flows to the Accumulator 20000105
2 ADD_VALUES Instance method Public Method Adds Values 20000105
3 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20000105
4 COMPUTE_DERIVED_VALUES Instance method Private Method Determines the Values for all Derived Components 20000105
5 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR - Gives the Original and Derived Components 20000105
6 DEDUCT_FLOWS Instance method Public Method Deducts Flows 20000105
7 DETERMINE_BOOK_VALUE_DIRECTION Instance method Public Method Determines Sign of Influence of an Original Component 20110324
8 GET_CLONE Instance method Public Method Gets a Copy of the Accumulator (with current values) 20000105
9 GET_SINGLE_VALUE Instance method Public Method Exports the Value for a Specified Component 20000105
10 GET_VALUES Instance method Public Method Exports the Value for all Initialized Components 20000105
11 REPLACE_VALUE Instance method Public Method Replaces the Value of an Original Component 20000105
12 RESET_VALUES Instance method Public Method Resets all Values 20000105
13 SUBTRACT_VALUES Instance method Public Method Subtracts Values 20000105
Events
Class CL_ACCUMULATOR_TRG has no event.
Types
Class CL_ACCUMULATOR_TRG has no local type.
Method Signatures

Method ACCUMULATE_FLOWS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_SINGLE_FLOW Call by reference Type reference (TYPE) TPMS_ACCU_FLOW addierbare Bewegung 20000105
2 Importing IM_TAB_DERIVFLOW Call by reference Type reference (TYPE) TRLY_DERIVFLOW Bewegungen der abgeleiteten Geschäftsvorfälle 20090917
3 Importing IM_TAB_FLOWS Call by reference Type reference (TYPE) TPMY_ACCU_FLOW Tabelle addierbarer Bewegungen 20000105
# Exception Resumable Description Created on
1 INVALID_PM_CAT unzulässiger Bestandsführungstyp 20000105

Method ADD_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_SINGLE_VALUE Call by reference Type reference (TYPE) TPMS_VALUE zu addierender Wert 20000105
2 Importing IM_TAB_VALUES Call by reference Type reference (TYPE) TPMY_VALUE zu addierende Werte 20000105
# Exception Resumable Description Created on
1 CURRENCY_INVALID Währungen unvereinbar 20000105

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_ACCUMULATOR_TRG has no parameter.
Method CLASS_CONSTRUCTOR on class CL_ACCUMULATOR_TRG has no exception.

Method COMPUTE_DERIVED_VALUES Signature

Method COMPUTE_DERIVED_VALUES on class CL_ACCUMULATOR_TRG has no parameter.
Method COMPUTE_DERIVED_VALUES on class CL_ACCUMULATOR_TRG has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_COMPONENTS Call by reference Type reference (TYPE) TPMY_POS_COMP Komponenten 20000105
2 Importing IM_DERIV_COMP_CAT Call by reference Type reference (TYPE) TPM_DERIV_COMP_CAT Steuerung abgeleitete Bestandskomponenten 20010122

Method CONSTRUCTOR on class CL_ACCUMULATOR_TRG has no exception.

Method DEDUCT_FLOWS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_SINGLE_FLOW Call by reference Type reference (TYPE) TPMS_ACCU_FLOW addierbare Bewegung 20000105
2 Importing IM_TAB_FLOWS Call by reference Type reference (TYPE) TPMY_ACCU_FLOW Tabelle addierbarer Bewegungen 20000105
# Exception Resumable Description Created on
1 INVALID_PM_CAT unzulässiger Bestandsführungstyp 20000105

Method DETERMINE_BOOK_VALUE_DIRECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ORIG_COMP Call by reference Type reference (TYPE) TPM_POS_COMP Bestandskomponente 20110324
2 Returning RE_SIGN Value transfer Type reference (TYPE) I 0, 1 or -1 20110324

Method DETERMINE_BOOK_VALUE_DIRECTION on class CL_ACCUMULATOR_TRG has no exception.

Method GET_CLONE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_CLONE Value transfer Object reference (TYPE REF TO) CL_ACCUMULATOR_TRG Kopie 20000105

Method GET_CLONE on class CL_ACCUMULATOR_TRG has no exception.

Method GET_SINGLE_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_COMPONENT Call by reference Type reference (TYPE) TPM_POS_COMP Komponente 20000105
2 Returning RE_VALUE Value transfer Type reference (TYPE) TPMS_VALUE Wert-Struktur 20000105
# Exception Resumable Description Created on
1 COMPONENT_NOT_INITIALIZED Komponente nicht initialisiert 20000105

Method GET_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_TAB_VALUES Value transfer Type reference (TYPE) TPMY_VALUE Ergebniswerte 20000105

Method GET_VALUES on class CL_ACCUMULATOR_TRG has no exception.

Method REPLACE_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_VALUE Call by reference Type reference (TYPE) TPMS_VALUE ersetzender Wert 20000105
# Exception Resumable Description Created on
1 NOT_INITIALIZED Komponente wurde nicht initialisiert 20000105

Method RESET_VALUES Signature

Method RESET_VALUES on class CL_ACCUMULATOR_TRG has no parameter.
Method RESET_VALUES on class CL_ACCUMULATOR_TRG has no exception.

Method SUBTRACT_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_SINGLE_VALUE Call by reference Type reference (TYPE) TPMS_VALUE zu subtrahierender Wert 20000105
2 Importing IM_TAB_VALUES Call by reference Type reference (TYPE) TPMY_VALUE zu subtrahierende Werte 20000105
# Exception Resumable Description Created on
1 CURRENCY_INVALID Währungen unvereinbar 20000105
History
Last changed by/on SAP  20130531 
SAP Release Created in