SAP ABAP Class CL_FAGL_SREP_BALANCES_CUM (G/L: Cumulated Balances)
Hierarchy
SAP_FIN (Software Component) SAP_FIN
   FI-GL (Application Component) General Ledger Accounting
     FAGL_REPORTING_EHP3 (Package) Reporting: General Ledger Accounting
Properties
Class CL_FAGL_SREP_BALANCES_CUM  
Short Description G/L: Cumulated Balances    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package FAGL_REPORTING_EHP3   Reporting: General Ledger Accounting 
Created 20070816   SAP 
Last change 20100310   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)
2 SBIWA Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 T Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_FAGL_SREP_BALANCES_CUM has no interface implemented.
Friends
Class CL_FAGL_SREP_BALANCES_CUM has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_FIELDNAME_BALANCE Constant Private Type reference (TYPE) SBIWA_S_FIELDS-FIELDNM 'BALANCE' 20070816
2 GC_FIELDNAME_CREDIT Constant Private Type reference (TYPE) SBIWA_S_FIELDS-FIELDNM 'CREDIT' 20070816
3 GC_FIELDNAME_DEBIT Constant Private Type reference (TYPE) SBIWA_S_FIELDS-FIELDNM 'DEBIT' 20070816
4 GC_FIELDNAME_POPER Constant Private Type reference (TYPE) SBIWA_S_FIELDS-FIELDNM 'POPER' 20070816
5 GC_FIELDNAME_POPER_FROM Constant Private Type reference (TYPE) SBIWA_S_FIELDS-FIELDNM 'POPER_FROM' 20070816
6 GC_FIELDNAME_POPER_TO Constant Private Type reference (TYPE) SBIWA_S_FIELDS-FIELDNM 'POPER_TO' 20070816
7 GC_FIELDNAME_TURNOVER Constant Private Type reference (TYPE) SBIWA_S_FIELDS-FIELDNM 'TURNOVER' 20070816
8 GC_ISOURCE_BALANCES Constant Private Type reference (TYPE) SBIWA_S_INTERFACE-ISOURCE '0FI_GL_20' 20070816
9 GC_MAXSIZE_MAX Constant Private Type reference (TYPE) SBIWA_S_INTERFACE-MAXSIZE '999999' 20070816
10 GC_POPER_MIN Constant Private Type reference (TYPE) POPER '001' Posting Period 20070816
11 GT_INSTANCE Static Attribute Private Type reference (TYPE) TH_INSTANCE 20070816
12 MT_DATA Instance attribute Private Type reference (TYPE) FAGL_T_SREP_BALANCES_CUM Cumulated Balances 20070816
13 MT_FIELD Instance attribute Private Type reference (TYPE) SBIWA_T_FIELDS 20070816
14 MT_SELECT Instance attribute Private Type reference (TYPE) SBIWA_T_SELECT 20070816
15 MV_INDEX_DATA Instance attribute Private Type reference (TYPE) I 20070816
16 MV_MAXSIZE Instance attribute Private Type reference (TYPE) SBIWA_S_INTERFACE-MAXSIZE Maximum Number of Table Entries in Extraction API Interface 20070816
17 MV_POPER_FROM Instance attribute Private Type reference (TYPE) FAGL_POPER_FROM From Period 20070816
18 MV_POPER_TO Instance attribute Private Type reference (TYPE) FAGL_POPER_TO To Period 20070816
19 MV_REQUNR Instance attribute Private Type reference (TYPE) SBIWA_S_INTERFACE-REQUNR Request number for the data transfer 20070816
20 MV_UPDMODE Instance attribute Private Type reference (TYPE) SBIWA_S_INTERFACE-UPDMODE Mode of data update (Full, Delta, etc.) 20070816
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Private Constructor CONSTRUCTOR 20070816
2 GET_INSTANCE Static method Public Method 20070816
3 INIT Instance method Public Method 20070816
4 READ_DATA Instance method Public Method 20070816
5 READ_DATA_P Instance method Private Method 20070816
Events
Class CL_FAGL_SREP_BALANCES_CUM has no event.
Types
Class CL_FAGL_SREP_BALANCES_CUM has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_REQUNR Call by reference Type reference (TYPE) SBIWA_S_INTERFACE-REQUNR Anforderungsnummer für die Datenübertragung 20070816

Method CONSTRUCTOR on class CL_FAGL_SREP_BALANCES_CUM has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_REQUNR Call by reference Type reference (TYPE) SBIWA_S_INTERFACE-REQUNR Anforderungsnummer für die Datenübertragung 20070816
2 Returning RO_INSTANCE Value transfer Object reference (TYPE REF TO) CL_FAGL_SREP_BALANCES_CUM 20070816

Method GET_INSTANCE on class CL_FAGL_SREP_BALANCES_CUM has no exception.

Method INIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) FAGL_T_MESSAGE Meldungen 20070816
2 Importing IT_FIELD Call by reference Type reference (TYPE) SBIWA_T_FIELDS 20070816
3 Importing IT_SELECT Call by reference Type reference (TYPE) SBIWA_T_SELECT 20070816
4 Importing IV_MAXSIZE Call by reference Type reference (TYPE) SBIWA_S_INTERFACE-MAXSIZE Max. Anzahl Tabelleneinträge in Extraction-API-Schnittstelle 20070816
5 Importing IV_UPDMODE Call by reference Type reference (TYPE) SBIWA_S_INTERFACE-UPDMODE Modus der Datenfortschreibung (Komplett, Delta, etc.) 20070816

Method INIT on class CL_FAGL_SREP_BALANCES_CUM has no exception.

Method READ_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EF_NO_MORE_DATA Call by reference Type reference (TYPE) ABAP_BOOL 20070816
2 Exporting ET_DATA Call by reference Type reference (TYPE) TABLE 20070816
3 Exporting ET_MESSAGE Call by reference Type reference (TYPE) FAGL_T_MESSAGE Meldungen 20070816
4 Importing IV_DATAPAKID Call by reference Type reference (TYPE) SBIWA_S_INTERFACE-DATAPAKID 20070816

Method READ_DATA on class CL_FAGL_SREP_BALANCES_CUM has no exception.

Method READ_DATA_P Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) FAGL_T_MESSAGE Meldungen 20070816

Method READ_DATA_P on class CL_FAGL_SREP_BALANCES_CUM has no exception.
History
Last changed by/on SAP  20100310 
SAP Release Created in 603