SAP ABAP Class CL_FIXINGSUM_TRL (Treasury: Transaction Figures)
Hierarchy
EA-FINSERV (Software Component) SAP Enterprise Extension Financial Services
   FIN-FSCM-TRM-TM-AC (Application Component) Transfer to Financial Accounting
     FTR_TREASURY_LEDGER (Package) Treasury Ledger
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_OS_STATE State Management for a 'Managed Object' 19990817
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_USER_DATA_TRG Owner of User Data 19990818
Properties
Class CL_FIXINGSUM_TRL  
Short Description Treasury: Transaction Figures    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 10  Persistent Class 
Package FTR_TREASURY_LEDGER   Treasury Ledger 
Created 19990817   SAP 
Last change 20110810   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_OS_SYSTEM Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
# Interface Abstract Final Description Created on
1 IF_OS_STATE State Management for a 'Managed Object' 19990817
2 IF_USER_DATA_TRG Owner of User Data 19990818
Friends
# Friend Modeled only Created on Description
1 CB_FIXINGSUM_TRL 20091216 Base Agent Treasury: Transaction Figures
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 POSITION Instance attribute Private Object reference (TYPE REF TO) CL_POSITION_TRL Globally Unique Identifier 20011015
2 TAB_FS_COMP Instance attribute Private Type reference (TYPE) TRLY_FS_COMP TRL Transaction Figures per Component (Map Persistency) 20011206
3 TAB_FS_COMP_PERS Instance attribute Private Type reference (TYPE) TRLY_DB_FS_COMP 20011206
4 TRANSACTION Instance attribute Private Object reference (TYPE REF TO) CL_TRANSACTION_TRL Globally Unique Identifier 20011015
5 TRLDATE Instance attribute Private Type reference (TYPE) TPM_TRLDATE Treasury Ledger Date 20091216
Methods
# Method Level Visibility Method type Description Created on
1 CLS_GET_FS_BY_POSITION Static method Public Method Gets Transaction Figure for Position 20130205
2 CLS_GET_FS_BY_TRANS Static method Public Method Gets Transaction Figure for Position and Business Transact. 20011206
3 CLS_GET_LAST_FS_UNTIL_DATE Static method Public Method Determines the Last Transaction Figures Until Date 20000502
4 GETATTRIBUTES Instance method Public Method Reads the Attributes 19990823
5 GET_POSITION Instance method Private Get-method of a virtual attribute Reads Attribute POSITION 19990817
6 GET_TAB_FS_COMP Instance method Private Get-method of a virtual attribute Reads Attribute TAB_FS_COMP 20011206
7 GET_TAB_FS_COMP_PERS Instance method Private Get-method of a virtual attribute Reads Attribute TAB_FS_COMP_PERS 20011206
8 GET_TRANSACTION Instance method Private Get-method of a virtual attribute Reads Attribute TRANSACTION 19990817
9 GET_TRLDATE Instance method Private Get-method of a virtual attribute Reads Attribute TRLDATE 20091216
10 SETATTRIBUTES Instance method Public Method Sets the Attributes 19990823
11 SET_POSITION Instance method Private Set-method of a virtual attribute Set Attribute POSITION 19990817
12 SET_TAB_FS_COMP Instance method Private Set-method of a virtual attribute Sets Attribute TAB_FS_COMP 20011206
13 SET_TAB_FS_COMP_PERS Instance method Private Set-method of a virtual attribute Sets Attribute TAB_FS_COMP_PERS 20011206
14 SET_TRANSACTION Instance method Private Set-method of a virtual attribute Set Attribute TRANSACTION 19990817
15 SET_TRLDATE Instance method Private Set-method of a virtual attribute Set attribute TRLDATE 20091216
Events
Class CL_FIXINGSUM_TRL has no event.
Types
Class CL_FIXINGSUM_TRL has no local type.
Method Signatures

Method CLS_GET_FS_BY_POSITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_TAB_FIXINGSUM Call by reference Type reference (TYPE) TRLY_FIXINGSUM Fixing Sums 20130205
2 Importing IM_POSITION Call by reference Object reference (TYPE REF TO) CL_POSITION_TRL Position Item 20130205
3 Importing IM_TAB_FIXINGSUM Call by reference Type reference (TYPE) TRLY_FIXINGSUM Transaction Figures 20130205

Method CLS_GET_FS_BY_POSITION on class CL_FIXINGSUM_TRL has no exception.

Method CLS_GET_FS_BY_TRANS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_POSITION Call by reference Object reference (TYPE REF TO) CL_POSITION_TRL Position 20011206
2 Importing IM_TAB_FIXINGSUM Call by reference Type reference (TYPE) TRLY_FIXINGSUM Verkehrszahlen 20011206
3 Importing IM_TRANSACTION Call by reference Object reference (TYPE REF TO) CL_TRANSACTION_TRL Klasse TRL Transactions 20011206
4 Returning RE_FIXINGSUM Value transfer Object reference (TYPE REF TO) CL_FIXINGSUM_TRL Treasury: Verkehrszahlen 20011206

Method CLS_GET_FS_BY_TRANS on class CL_FIXINGSUM_TRL has no exception.

Method CLS_GET_LAST_FS_UNTIL_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_POSITION Call by reference Object reference (TYPE REF TO) CL_POSITION_TRL Position 20000502
2 Importing IM_TAB_FIXINGSUM Call by reference Type reference (TYPE) TRLY_FIXINGSUM Verkehrszahlen 20000502
3 Returning RE_TAB_FIXINGSUM Value transfer Type reference (TYPE) TRLY_FIXINGSUM Verkehrszahlen 20000502

Method CLS_GET_LAST_FS_UNTIL_DATE on class CL_FIXINGSUM_TRL has no exception.

Method GETATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_POSITION Call by reference Object reference (TYPE REF TO) CL_POSITION_TRL Referenz auf die Position 20011205
2 Exporting EX_TAB_FS_COMP Call by reference Type reference (TYPE) TRLY_FS_COMP TRL Verkehrszahlen pro Komponente (Persistenzabbildung) 20011205
3 Exporting EX_TRANSACTION Call by reference Object reference (TYPE REF TO) CL_TRANSACTION_TRL Referenz auf die Transaktion 20011205

Method GETATTRIBUTES on class CL_FIXINGSUM_TRL has no exception.

Method GET_POSITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_POSITION_TRL Attributwert 19990817
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20011015

Method GET_TAB_FS_COMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) TRLY_FS_COMP Attributwert 20011206
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20011206

Method GET_TAB_FS_COMP_PERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) TRLY_DB_FS_COMP Attributwert 20011206
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20011206

Method GET_TRANSACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_TRANSACTION_TRL Attributwert 19990817
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20011015

Method GET_TRLDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) TPM_TRLDATE Attributwert 20091216
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20091216

Method SETATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_POSITION Call by reference Object reference (TYPE REF TO) CL_POSITION_TRL Referenz auf die Position 20011205
2 Importing IM_TAB_FS_COMP Call by reference Type reference (TYPE) TRLY_FS_COMP TRL Verkehrszahlen pro Komponente (Persistenzabbildung) 20011205
3 Importing IM_TRANSACTION Call by reference Object reference (TYPE REF TO) CL_TRANSACTION_TRL Referenz auf die Transaktion 20011205

Method SETATTRIBUTES on class CL_FIXINGSUM_TRL has no exception.

Method SET_POSITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_POSITION Call by reference Object reference (TYPE REF TO) CL_POSITION_TRL Attributwert 19990817
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20011015

Method SET_TAB_FS_COMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TAB_FS_COMP Call by reference Type reference (TYPE) TRLY_FS_COMP Attributwert 20011206
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20011206

Method SET_TAB_FS_COMP_PERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TAB_FS_COMP_PERS Call by reference Type reference (TYPE) TRLY_DB_FS_COMP Attributwert 20011206
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20011206

Method SET_TRANSACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TRANSACTION Call by reference Object reference (TYPE REF TO) CL_TRANSACTION_TRL Attributwert 19990817
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20011015

Method SET_TRLDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TRLDATE Call by reference Type reference (TYPE) TPM_TRLDATE Attributwert 20091216
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20091216
History
Last changed by/on SAP  20110810 
SAP Release Created in