SAP ABAP Class CL_REDB_VIXCFRBUDGET (Annual Budget with Seasonality (VIXCFRBUDGET))
Hierarchy
EA-FIN (Software Component) EA-FIN
   FI-LOC (Application Component) Localization
     GLO_REFX_FR (Package) Localization Flexible Real Estate France
Properties
Class CL_REDB_VIXCFRBUDGET  
Short Description Annual Budget with Seasonality (VIXCFRBUDGET)    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status P  SAP Standard Production Program 
Category 0   
Package GLO_REFX_FR   Localization Flexible Real Estate France 
Created 20010406   SAP 
Last change 20110908   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_REDB_VIXCFRBUDGET has no interface implemented.
Friends
Class CL_REDB_VIXCFRBUDGET has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MC_DATA_SOURCE Constant Private Type reference (TYPE) DDOBJNAME 'VIXCFRBUDGET' Name of Underlying Database Table or View 20100701
2 MS_BUFFER_HL Static Attribute Private Type reference (TYPE) TS_BUFFER_HL Structure Buffer for Table Data 20100701
3 MT_ACC_PARTKEY_BUFFER Static Attribute Private Type reference (TYPE) TT_ACC_PARTKEY_BUFFER Table Buffer for Partial Key Access 20100701
4 MT_BUFFER Static Attribute Private Type reference (TYPE) TT_BUFFER Table Buffer for Table Data 20100701
5 MT_BUFFER_COSP Static Attribute Private Type reference (TYPE) TT_BUFFER_COSP Table Buffer for Table Data 20101103
6 MT_BUFFER_PROCESSID Static Attribute Private Type reference (TYPE) TT_BUFFER_VERSION Table Buffer for Table Data with version data 20101123
7 MT_BUFFER_VERSION Static Attribute Private Type reference (TYPE) TT_BUFFER_PROCESSID Table Buffer for Table Data with processid 20101122
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20100701
2 GET_BUFFER_SIZE Static method Public Method Supplies Number of Entries in Table Buffer 20100701
3 GET_BUFFER_SIZE_COSP Static method Public Method Supplies Number of Entries in Table Buffer 20101103
4 GET_BUFFER_SIZE_PROCESSID Static method Public Method Supplies Number of Entries in Table Buffer with processid 20101123
5 GET_BUFFER_SIZE_VERSION Static method Public Method Supplies Number of Entries in Table Buffer with version data 20101122
6 GET_LIST Static method Public Method Supplies All Table Entries 20100701
7 GET_LIST_BY_COSP Static method Public Method Supplies Entries to a List of Primary Keys of COSP 20101103
8 GET_LIST_BY_KEY Static method Public Method Supplies Entries to a List of Primary Keys 20100701
9 GET_LIST_BY_OBJNR Static method Public Method Supplies All Entries to First Partial Key Field 20100719
10 GET_LIST_BY_PROCESSID Static method Public Method Supplies Entries to a processid 20101123
11 GET_LIST_BY_VERSION Static method Public Method Supplies Entries to a version data 20101122
12 INSERT_INTO_ALL_BUFFERS Static method Private Method Inserts Entry in Table Buffer and Other Buffers 20100701
13 INSERT_INTO_ALL_BUFFERS_COSP Static method Private Method Inserts Entry in Table Buffer and Other Buffers 20101103
14 INSERT_INTO_ALL_BUFFERS_PROC Static method Private Method Inserts Entry in Table Buffer and Other Buffers 20101123
15 INSERT_INTO_ALL_BUFFERS_VERSIO Static method Private Method Inserts Entry in Table Buffer and Other Buffers 20101122
16 IS_PARTKEY_BUFFERED Static method Private Method Is the partial key access already buffered? 20100701
17 RESET_BUFFER Static method Public Method Deletes All Entries in Table Buffer 20100701
18 SELECT_LIST_BY_COSP Static method Private Method Database SELECT According to a List of Primary Keys of COSP 20101103
19 SELECT_LIST_BY_KEY Static method Private Method Database SELECT According to a List of Primary Keys 20100701
20 SELECT_LIST_BY_PROCESSID Static method Private Method Database SELECT According to processid 20101123
21 SELECT_LIST_BY_VERSION Static method Private Method Database SELECT According to version data 20101122
22 TRANSFER_TO_BUFFER Static method Public Method Transfers Unchecked Data to the Table Buffer 20100701
23 TRANSFER_TO_BUFFER_COSP Static method Public Method Transfers Unchecked Data to the Table Buffer 20101103
24 TRANSFER_TO_BUFFER_PROCESSID Static method Public Method Transfers Unchecked Data to the Table Buffer 20101124
25 TRANSFER_TO_BUFFER_VERSION Static method Public Method Transfers Unchecked Data to the Table Buffer 20101122
Events
Class CL_REDB_VIXCFRBUDGET has no event.
Types
Class CL_REDB_VIXCFRBUDGET has no local type.
Method Signatures

Method CLASS_CONSTRUCTOR Signature

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

Method GET_BUFFER_SIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RD_BUFFER_SIZE Value transfer Type reference (TYPE) I Number of Entries 20100701

Method GET_BUFFER_SIZE on class CL_REDB_VIXCFRBUDGET has no exception.

Method GET_BUFFER_SIZE_COSP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RD_BUFFER_SIZE Value transfer Type reference (TYPE) I Number of Entries 20101103

Method GET_BUFFER_SIZE_COSP on class CL_REDB_VIXCFRBUDGET has no exception.

Method GET_BUFFER_SIZE_PROCESSID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RD_BUFFER_SIZE Value transfer Type reference (TYPE) I Number of Entries 20101123

Method GET_BUFFER_SIZE_PROCESSID on class CL_REDB_VIXCFRBUDGET has no exception.

Method GET_BUFFER_SIZE_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RD_BUFFER_SIZE Value transfer Type reference (TYPE) I Number of Entries 20101122

Method GET_BUFFER_SIZE_VERSION on class CL_REDB_VIXCFRBUDGET has no exception.

Method GET_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_LIST Call by reference Type reference (TYPE) RE_T_VIXCFRBUDGET Annual Budget with Seasonality 20100701
2 Importing ID_MAX_BUFFER_SIZE Call by reference Type reference (TYPE) I 1000 Tech: Max. No. of Entries in Buffer (0=Unlimited) 20100701
3 Importing IF_BYPASSING_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: DB Read Without Using Buffer 20100701
4 Importing IF_RESET_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Reset Buffer 20100701

Method GET_LIST on class CL_REDB_VIXCFRBUDGET has no exception.

Method GET_LIST_BY_COSP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_LIST Call by reference Type reference (TYPE) RE_T_VIXCFRBUDGET Annual Budget with Seasonality 20101103
2 Importing ID_MAX_BUFFER_SIZE Call by reference Type reference (TYPE) I 1000 Tech: Max. No. of Entries in Buffer (0=Unlimited) 20101103
3 Importing IF_BYPASSING_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: DB Read Without Using Buffer 20101103
4 Importing IF_RESET_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Reset Buffer 20101103
5 Importing IT_KEY Call by reference Type reference (TYPE) RE_T_COSP_KEY Key for Totals Costs - External Postings (COSP) 20101103

Method GET_LIST_BY_COSP on class CL_REDB_VIXCFRBUDGET has no exception.

Method GET_LIST_BY_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_LIST Call by reference Type reference (TYPE) RE_T_VIXCFRBUDGET Annual Budget with Seasonality 20100701
2 Importing ID_MAX_BUFFER_SIZE Call by reference Type reference (TYPE) I 1000 Tech: Max. No. of Entries in Buffer (0=Unlimited) 20100701
3 Importing IF_BYPASSING_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: DB Read Without Using Buffer 20100701
4 Importing IF_RESET_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Reset Buffer 20100701
5 Importing IT_KEY Call by reference Type reference (TYPE) RE_T_VIXCFRBUDGET_KEY Key for Annual Budget with Seasonality 20100701

Method GET_LIST_BY_KEY on class CL_REDB_VIXCFRBUDGET has no exception.

Method GET_LIST_BY_OBJNR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_LIST Call by reference Type reference (TYPE) RE_T_VIXCFRBUDGET Annual Budget with Seasonality (VIXCFRBUDGET) 20100719
2 Importing ID_MAX_BUFFER_SIZE Value transfer Type reference (TYPE) I 1000 20100719
3 Importing ID_OBJNR Call by reference Type reference (TYPE) VIXCFRBUDGET-OBJNR Object Number 20100719
4 Importing IF_BYPASSING_BUFFER Value transfer Type reference (TYPE) ABAP_BOOL 20100719
5 Importing IF_RESET_BUFFER Value transfer Type reference (TYPE) ABAP_BOOL 20100719

Method GET_LIST_BY_OBJNR on class CL_REDB_VIXCFRBUDGET has no exception.

Method GET_LIST_BY_PROCESSID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_LIST Call by reference Type reference (TYPE) RE_T_VIXCFRBUDGET Annual Budget with Seasonality 20101123
2 Importing ID_MAX_BUFFER_SIZE Call by reference Type reference (TYPE) I 1000 Tech: Max. No. of Entries in Buffer (0=Unlimited) 20101123
3 Importing ID_PROCESS Call by reference Type reference (TYPE) RECAPROCESS Process 20101123
4 Importing ID_PROCESSGUID Call by reference Type reference (TYPE) RECAPROCESSGUID Settlement GUID of SCS 20101123
5 Importing IF_BYPASSING_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: DB Read Without Using Buffer 20101123
6 Importing IF_RESET_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Reset Buffer 20101123

Method GET_LIST_BY_PROCESSID on class CL_REDB_VIXCFRBUDGET has no exception.

Method GET_LIST_BY_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_LIST Call by reference Type reference (TYPE) RE_T_VIXCFRBUDGET Annual Budget with Seasonality 20101122
2 Importing ID_MAX_BUFFER_SIZE Call by reference Type reference (TYPE) I 1000 Tech: Max. No. of Entries in Buffer (0=Unlimited) 20101122
3 Importing IF_BYPASSING_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: DB Read Without Using Buffer 20101122
4 Importing IF_RESET_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Reset Buffer 20101122
5 Importing IS_HEADER Call by reference Type reference (TYPE) RECOPLANNINGHDR Planning Header Data 20101122

Method GET_LIST_BY_VERSION on class CL_REDB_VIXCFRBUDGET has no exception.

Method INSERT_INTO_ALL_BUFFERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_CHECK_EXISTENCE Call by reference Type reference (TYPE) ABAP_BOOL Tech: ' '=Insert into Buffer Instead of Overwriting (Perf.) 20100701
2 Importing IS_BUFFER_HL Call by reference Type reference (TYPE) TS_BUFFER_HL Entry for Table Buffer 20100701

Method INSERT_INTO_ALL_BUFFERS on class CL_REDB_VIXCFRBUDGET has no exception.

Method INSERT_INTO_ALL_BUFFERS_COSP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_CHECK_EXISTENCE Call by reference Type reference (TYPE) ABAP_BOOL Tech: ' '=Insert into Buffer Instead of Overwriting (Perf.) 20101103
2 Importing IS_BUFFER_HL Call by reference Type reference (TYPE) TS_BUFFER_HL Entry for Table Buffer 20101103

Method INSERT_INTO_ALL_BUFFERS_COSP on class CL_REDB_VIXCFRBUDGET has no exception.

Method INSERT_INTO_ALL_BUFFERS_PROC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_CHECK_EXISTENCE Call by reference Type reference (TYPE) ABAP_BOOL Tech: ' '=Insert into Buffer Instead of Overwriting (Perf.) 20101123
2 Importing IS_BUFFER_HL Call by reference Type reference (TYPE) TS_BUFFER_HL Entry for Table Buffer 20101123

Method INSERT_INTO_ALL_BUFFERS_PROC on class CL_REDB_VIXCFRBUDGET has no exception.

Method INSERT_INTO_ALL_BUFFERS_VERSIO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_CHECK_EXISTENCE Call by reference Type reference (TYPE) ABAP_BOOL Tech: ' '=Insert into Buffer Instead of Overwriting (Perf.) 20101122
2 Importing IS_BUFFER_HL Call by reference Type reference (TYPE) TS_BUFFER_HL Entry for Table Buffer 20101122

Method INSERT_INTO_ALL_BUFFERS_VERSIO on class CL_REDB_VIXCFRBUDGET has no exception.

Method IS_PARTKEY_BUFFERED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ACC_PARTKEY_BUFFER Call by reference Type reference (TYPE) TS_ACC_PARTKEY_BUFFER_HL Part.key 20100701
2 Returning RF_BUFFERED Value transfer Type reference (TYPE) ABAP_BOOL Buffered? 20100701

Method IS_PARTKEY_BUFFERED on class CL_REDB_VIXCFRBUDGET has no exception.

Method RESET_BUFFER Signature

Method RESET_BUFFER on class CL_REDB_VIXCFRBUDGET has no parameter.
Method RESET_BUFFER on class CL_REDB_VIXCFRBUDGET has no exception.

Method SELECT_LIST_BY_COSP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_LIST Call by reference Type reference (TYPE) RE_T_VIXCFRBUDGET Annual Budget with Seasonality 20101103
2 Importing IF_INSERT_INTO_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Tech: Buffer Result 20101103
3 Importing IT_KEY Call by reference Type reference (TYPE) RE_T_COSP_KEY Key for Totals Costs - External Postings (COSP) 20101103

Method SELECT_LIST_BY_COSP on class CL_REDB_VIXCFRBUDGET has no exception.

Method SELECT_LIST_BY_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_LIST Call by reference Type reference (TYPE) RE_T_VIXCFRBUDGET Annual Budget with Seasonality 20100701
2 Importing IF_INSERT_INTO_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Tech: Buffer Result 20100701
3 Importing IT_KEY Call by reference Type reference (TYPE) RE_T_VIXCFRBUDGET_KEY Key for Annual Budget with Seasonality 20100701

Method SELECT_LIST_BY_KEY on class CL_REDB_VIXCFRBUDGET has no exception.

Method SELECT_LIST_BY_PROCESSID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_LIST Call by reference Type reference (TYPE) RE_T_VIXCFRBUDGET Annual Budget with Seasonality 20101123
2 Importing ID_PROCESS Call by reference Type reference (TYPE) RECAPROCESS Process 20101123
3 Importing ID_PROCESSGUID Call by reference Type reference (TYPE) RECAPROCESSGUID Settlement GUID of SCS 20101123
4 Importing IF_INSERT_INTO_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Tech: Buffer Result 20101123

Method SELECT_LIST_BY_PROCESSID on class CL_REDB_VIXCFRBUDGET has no exception.

Method SELECT_LIST_BY_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_LIST Call by reference Type reference (TYPE) RE_T_VIXCFRBUDGET Annual Budget with Seasonality 20101122
2 Importing IF_INSERT_INTO_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Tech: Buffer Result 20101122
3 Importing IS_HEADER Call by reference Type reference (TYPE) RECOPLANNINGHDR Planning Header Data 20101122

Method SELECT_LIST_BY_VERSION on class CL_REDB_VIXCFRBUDGET has no exception.

Method TRANSFER_TO_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_MAX_BUFFER_SIZE Call by reference Type reference (TYPE) I 1000 Tech: Max. No. of Entries in Buffer (0=Unlimited) 20100701
2 Importing ID_PARTKEY_INDEX Call by reference Type reference (TYPE) I -1 Partial Key, If All Corresponding Data Records Transferred 20100701
3 Importing IF_AS_NOT_FOUND Call by reference Type reference (TYPE) ABAP_BOOL Buffer Data as "Not Found" 20100701
4 Importing IF_RESET_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Reset Buffer 20100701
5 Importing IS_DETAIL Call by reference Type reference (TYPE) VIXCFRBUDGET Annual Budget with Seasonality 20100701
6 Importing IT_LIST Call by reference Type reference (TYPE) RE_T_VIXCFRBUDGET Annual Budget with Seasonality 20100701

Method TRANSFER_TO_BUFFER on class CL_REDB_VIXCFRBUDGET has no exception.

Method TRANSFER_TO_BUFFER_COSP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_MAX_BUFFER_SIZE Call by reference Type reference (TYPE) I 1000 Tech: Max. No. of Entries in Buffer (0=Unlimited) 20101103
2 Importing ID_PARTKEY_INDEX Call by reference Type reference (TYPE) I -1 Partial Key, If All Corresponding Data Records Transferred 20101103
3 Importing IF_AS_NOT_FOUND Call by reference Type reference (TYPE) ABAP_BOOL Buffer Data as "Not Found" 20101103
4 Importing IF_RESET_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Reset Buffer 20101103
5 Importing IS_DETAIL Call by reference Type reference (TYPE) VIXCFRBUDGET Annual Budget with Seasonality 20101103
6 Importing IT_LIST Call by reference Type reference (TYPE) RE_T_VIXCFRBUDGET Annual Budget with Seasonality 20101103

Method TRANSFER_TO_BUFFER_COSP on class CL_REDB_VIXCFRBUDGET has no exception.

Method TRANSFER_TO_BUFFER_PROCESSID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_MAX_BUFFER_SIZE Call by reference Type reference (TYPE) I 1000 Tech: Max. No. of Entries in Buffer (0=Unlimited) 20101124
2 Importing ID_PARTKEY_INDEX Call by reference Type reference (TYPE) I -1 Partial Key, If All Corresponding Data Records Transferred 20101124
3 Importing IF_AS_NOT_FOUND Call by reference Type reference (TYPE) ABAP_BOOL Buffer Data as "Not Found" 20101124
4 Importing IF_RESET_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Reset Buffer 20101124
5 Importing IS_DETAIL Call by reference Type reference (TYPE) VIXCFRBUDGET Annual Budget with Seasonality 20101124
6 Importing IT_LIST Call by reference Type reference (TYPE) RE_T_VIXCFRBUDGET Annual Budget with Seasonality 20101124

Method TRANSFER_TO_BUFFER_PROCESSID on class CL_REDB_VIXCFRBUDGET has no exception.

Method TRANSFER_TO_BUFFER_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_MAX_BUFFER_SIZE Call by reference Type reference (TYPE) I 1000 Tech: Max. No. of Entries in Buffer (0=Unlimited) 20101122
2 Importing ID_PARTKEY_INDEX Call by reference Type reference (TYPE) I -1 Partial Key, If All Corresponding Data Records Transferred 20101122
3 Importing IF_AS_NOT_FOUND Call by reference Type reference (TYPE) ABAP_BOOL Buffer Data as "Not Found" 20101122
4 Importing IF_RESET_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Reset Buffer 20101122
5 Importing IS_DETAIL Call by reference Type reference (TYPE) VIXCFRBUDGET Annual Budget with Seasonality 20101122
6 Importing IT_LIST Call by reference Type reference (TYPE) RE_T_VIXCFRBUDGET Annual Budget with Seasonality 20101122

Method TRANSFER_TO_BUFFER_VERSION on class CL_REDB_VIXCFRBUDGET has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 606