SAP ABAP Class IF_COA_CO_TOTALS_CONVERTER (Converts DB Records into CO_TOTALS Structure)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_COA_ACTUALS_CONVERTER Converts Actual Data for CO_TOTALS 19991026
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_COA_COSB_CONVERTER Converts Simple COSB Data for CO_TOTALS 19991029
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_COA_TARGET_CONVERTER Converts Target Data for CO_TOTALS 20010125
4 Interface implementation (CLASS c. INTERFACES i_ref)  CL_COA_VARIANCES_CONVERTER Converts Variances for CO_TOTALS 20001206
5 Interface implementation (CLASS c. INTERFACES i_ref)  CL_COA_WIP_CONVERTER Converts WIP Data for CO_TOTALS 19991015
Properties
Class IF_COA_CO_TOTALS_CONVERTER  
Short Description Converts DB Records into CO_TOTALS Structure    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 19991015   SAP 
Last change 20050301   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CO Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class IF_COA_CO_TOTALS_CONVERTER has no interface implemented.
Friends
Class IF_COA_CO_TOTALS_CONVERTER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 BUSINESS_TRANSACTION Instance attribute Public Type reference (TYPE) CKF_BUS_TRANSACTION_TABLE Business Transaction 19991102
2 DB_SELECTION_CRITERIA Instance attribute Public Type reference (TYPE) TCOSEL Selection Criteria for Database Access 19991015
3 SUPPORTED_TCATS Instance attribute Public Type reference (TYPE) COA_TCATS_TAB Totals Record Categories Processed by Converter 19991015
Methods
# Method Level Visibility Method type Description Created on
1 READ_TRANS_DATA Instance method Public Method Reads Transaction Data from DB into CO_TOTALS 19991015
2 UPDATE_TRANS_DATA Instance method Public Method Writes Changes from CO_TOTALS into DB 19991015
Events
Class IF_COA_CO_TOTALS_CONVERTER has no event.
Types
Class IF_COA_CO_TOTALS_CONVERTER has no local type.
Method Signatures

Method READ_TRANS_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CALC_RUN_PARAMS Call by reference Type reference (TYPE) COA_CALC_RUN_PARAMS Parameter 19991022
2 Importing COST_OBJECT Call by reference Object reference (TYPE REF TO) CL_COA_COST_OBJECT Kostenträger 19991022
3 Importing READ_ACC Call by reference Type reference (TYPE) BOOLE_D Kumulierte Werte statt Periodenänderung lesen 19991228
# Exception Resumable Description Created on
1 DB_ACCESS_ERROR Fehler bei Zugriff auf Datenbank 19991015

Method UPDATE_TRANS_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CALC_RUN_PARAMS Call by reference Type reference (TYPE) COA_CALC_RUN_PARAMS Parameter 19991022
2 Importing COST_OBJECT Call by reference Object reference (TYPE REF TO) CL_COA_COST_OBJECT Kostenträger 19991022
3 Exporting DATA_CHANGED Call by reference Type reference (TYPE) BOOLE_D Daten haben sich geändert 19991022
4 Importing TEST_RUN Call by reference Type reference (TYPE) BOOLE_D Testlauf 19991022
5 Importing WRITE_ACC Call by reference Type reference (TYPE) BOOLE_D Kumulierte Werte statt Periodenänderung schreiben 19991228
# Exception Resumable Description Created on
1 DB_ACCESS_ERROR Fehler bei Zugriff auf DB 19991015
History
Last changed by/on SAP  20050301 
SAP Release Created in