SAP ABAP Class CL_REDB_VIXCITCADAO (Cadaster temporary data of AO merging/splitting (VIXCITCADAO)
Hierarchy
EA-FIN (Software Component) EA-FIN
   RE-FX (Application Component) Flexible Real Estate Management
     RE_XC_RA_IT (Package) RE: XC - Localisation of Flexible Real Estate for Italy
Properties
Class CL_REDB_VIXCITCADAO  
Short Description Cadaster temporary data of AO merging/splitting (VIXCITCADAO    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status P  SAP Standard Production Program 
Category 0   
Package RE_XC_RA_IT   RE: XC - Localisation of Flexible Real Estate for Italy 
Created 20010406   SAP 
Last change 20130531   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_VIXCITCADAO has no interface implemented.
Friends
Class CL_REDB_VIXCITCADAO 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 'VIXCITCADAO' Name of Underlying Database Table or View 20110506
2 MS_BUFFER_HL Static Attribute Private Type reference (TYPE) TS_BUFFER_HL Structure Buffer for Table Data 20110506
3 MT_ACC_PARTKEY_BUFFER Static Attribute Private Type reference (TYPE) TT_ACC_PARTKEY_BUFFER Table Buffer for Partial Key Access 20110506
4 MT_BUFFER Static Attribute Private Type reference (TYPE) TT_BUFFER Table Buffer for Table Data 20110506
5 MT_MAP_INTRENO_BUFFER Static Attribute Private Type reference (TYPE) TT_MAP_INTRENO_BUFFER Table Buffer for Mapping INTRENO => Key 20110506
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_KEY Static method Public Method Checks If Entry Exists for Primary Key (Except.) 20110506
2 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20110506
3 EXISTS Static method Public Method Checks If Entry Exists for Primary Key (Y/N) 20110506
4 EXISTS_FOR_KEY_DATE Static method Public Method Checks If Entries Exist for 2nd Partial Key (Y/N) 20110506
5 EXISTS_FOR_ORIG_INTRENO Static method Public Method Checks If Entries Exist for 3rd Partial Key (Y/N) 20110506
6 EXISTS_FOR_PROCESSID Static method Public Method Checks If Entries Exist for 1st Partial Key (Y/N) 20110506
7 GET_BUFFER_SIZE Static method Public Method Supplies Number of Entries in Table Buffer 20110506
8 GET_DETAIL Static method Public Method Supplies Structure to Primary Key 20110506
9 GET_DETAIL_BY_INTRENO Static method Public Method Supplies Structure for INTRENO 20110506
10 GET_LIST Static method Public Method Supplies All Table Entries 20110506
11 GET_LIST_BY_INTRENO Static method Public Method Supplies Entries to a List of INTRENO 20110506
12 GET_LIST_BY_KEY Static method Public Method Supplies Entries to a List of Primary Keys 20110506
13 GET_LIST_BY_KEY_DATE Static method Public Method Supplies All Entries to 2nd Partial Key Field 20110506
14 GET_LIST_BY_ORIG_INTRENO Static method Public Method Supplies All Entries to 3rd Partial Key Field 20110506
15 GET_LIST_BY_PROCESSID Static method Public Method Supplies All Entries to First Partial Key Field 20110506
16 INSERT_INTO_ALL_BUFFERS Static method Private Method Inserts Entry in Table Buffer and Other Buffers 20110506
17 IS_PARTKEY_BUFFERED Static method Private Method Is the partial key access already buffered? 20110506
18 RESET_BUFFER Static method Public Method Deletes All Entries in Table Buffer 20110506
19 SELECT_LIST_BY_INTRENO Static method Private Method Database SELECT According to a List of INTRENO 20110506
20 SELECT_LIST_BY_KEY Static method Private Method Database SELECT According to a List of Primary Keys 20110506
21 SELECT_SINGLE Static method Private Method Database SELECT By Primary Key 20110506
22 SELECT_SINGLE_BY_INTRENO Static method Private Method Database SELECT By INTRENO 20110506
23 TRANSFER_TO_BUFFER Static method Public Method Transfers Unchecked Data to the Table Buffer 20110506
Events
Class CL_REDB_VIXCITCADAO has no event.
Types
Class CL_REDB_VIXCITCADAO has no local type.
Method Signatures

Method CHECK_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_KEY_DATE Call by reference Type reference (TYPE) VIXCITCADAO-KEY_DATE Date 20110506
2 Importing ID_MAX_BUFFER_SIZE Call by reference Type reference (TYPE) I 1000 Tech: Max. No. of Entries in Buffer (0=Unlimited) 20110506
3 Importing ID_NEW_INTRENO Call by reference Type reference (TYPE) VIXCITCADAO-NEW_INTRENO Internal Key of Real Estate Object 20110506
4 Importing ID_ORIG_INTRENO Call by reference Type reference (TYPE) VIXCITCADAO-ORIG_INTRENO Internal Key of Real Estate Object 20110506
5 Importing ID_PROCESSID Call by reference Type reference (TYPE) VIXCITCADAO-PROCESSID Process Identifier of the Cadastral Object Split/Merge 20110506
6 Importing IF_BYPASSING_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: DB Read Without Using Buffer 20110506
7 Importing IF_RESET_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Reset Buffer 20110506
# Exception Resumable Description Created on
1 NOT_FOUND Not Found 20110506

Method CLASS_CONSTRUCTOR Signature

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

Method EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_KEY_DATE Call by reference Type reference (TYPE) VIXCITCADAO-KEY_DATE Date 20110506
2 Importing ID_MAX_BUFFER_SIZE Call by reference Type reference (TYPE) I 1000 Tech: Max. No. of Entries in Buffer (0=Unlimited) 20110506
3 Importing ID_NEW_INTRENO Call by reference Type reference (TYPE) VIXCITCADAO-NEW_INTRENO Internal Key of Real Estate Object 20110506
4 Importing ID_ORIG_INTRENO Call by reference Type reference (TYPE) VIXCITCADAO-ORIG_INTRENO Internal Key of Real Estate Object 20110506
5 Importing ID_PROCESSID Call by reference Type reference (TYPE) VIXCITCADAO-PROCESSID Process Identifier of the Cadastral Object Split/Merge 20110506
6 Importing IF_BYPASSING_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: DB Read Without Using Buffer 20110506
7 Importing IF_RESET_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Reset Buffer 20110506
8 Returning RF_EXISTS Value transfer Type reference (TYPE) ABAP_BOOL Entry Exists? 20110506

Method EXISTS on class CL_REDB_VIXCITCADAO has no exception.

Method EXISTS_FOR_KEY_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_KEY_DATE Call by reference Type reference (TYPE) VIXCITCADAO-KEY_DATE Date 20110506
2 Importing ID_MAX_BUFFER_SIZE Call by reference Type reference (TYPE) I 1000 Tech: Max. No. of Entries in Buffer (0=Unlimited) 20110506
3 Importing ID_PROCESSID Call by reference Type reference (TYPE) VIXCITCADAO-PROCESSID Process Identifier of the Cadastral Object Split/Merge 20110506
4 Importing IF_BYPASSING_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: DB Read Without Using Buffer 20110506
5 Importing IF_RESET_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Reset Buffer 20110506
6 Returning RF_EXISTS Value transfer Type reference (TYPE) ABAP_BOOL Entry Exists? 20110506

Method EXISTS_FOR_KEY_DATE on class CL_REDB_VIXCITCADAO has no exception.

Method EXISTS_FOR_ORIG_INTRENO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_KEY_DATE Call by reference Type reference (TYPE) VIXCITCADAO-KEY_DATE Date 20110506
2 Importing ID_MAX_BUFFER_SIZE Call by reference Type reference (TYPE) I 1000 Tech: Max. No. of Entries in Buffer (0=Unlimited) 20110506
3 Importing ID_ORIG_INTRENO Call by reference Type reference (TYPE) VIXCITCADAO-ORIG_INTRENO Internal Key of Real Estate Object 20110506
4 Importing ID_PROCESSID Call by reference Type reference (TYPE) VIXCITCADAO-PROCESSID Process Identifier of the Cadastral Object Split/Merge 20110506
5 Importing IF_BYPASSING_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: DB Read Without Using Buffer 20110506
6 Importing IF_RESET_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Reset Buffer 20110506
7 Returning RF_EXISTS Value transfer Type reference (TYPE) ABAP_BOOL Entry Exists? 20110506

Method EXISTS_FOR_ORIG_INTRENO on class CL_REDB_VIXCITCADAO has no exception.

Method EXISTS_FOR_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) 20110506
2 Importing ID_PROCESSID Call by reference Type reference (TYPE) VIXCITCADAO-PROCESSID Process Identifier of the Cadastral Object Split/Merge 20110506
3 Importing IF_BYPASSING_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: DB Read Without Using Buffer 20110506
4 Importing IF_RESET_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Reset Buffer 20110506
5 Returning RF_EXISTS Value transfer Type reference (TYPE) ABAP_BOOL Entry Exists? 20110506

Method EXISTS_FOR_PROCESSID on class CL_REDB_VIXCITCADAO 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 20110506

Method GET_BUFFER_SIZE on class CL_REDB_VIXCITCADAO has no exception.

Method GET_DETAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_KEY_DATE Call by reference Type reference (TYPE) VIXCITCADAO-KEY_DATE Date 20110506
2 Importing ID_MAX_BUFFER_SIZE Call by reference Type reference (TYPE) I 1000 Tech: Max. No. of Entries in Buffer (0=Unlimited) 20110506
3 Importing ID_NEW_INTRENO Call by reference Type reference (TYPE) VIXCITCADAO-NEW_INTRENO Internal Key of Real Estate Object 20110506
4 Importing ID_ORIG_INTRENO Call by reference Type reference (TYPE) VIXCITCADAO-ORIG_INTRENO Internal Key of Real Estate Object 20110506
5 Importing ID_PROCESSID Call by reference Type reference (TYPE) VIXCITCADAO-PROCESSID Process Identifier of the Cadastral Object Split/Merge 20110506
6 Importing IF_BYPASSING_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: DB Read Without Using Buffer 20110506
7 Importing IF_RESET_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Reset Buffer 20110506
8 Returning RS_DETAIL Value transfer Type reference (TYPE) VIXCITCADAO Cadaster temporary data of AO merging/splitting 20110506
# Exception Resumable Description Created on
1 NOT_FOUND Entry not found 20110506

Method GET_DETAIL_BY_INTRENO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_INTRENO Call by reference Type reference (TYPE) RECAINTRENO INTRENO 20110506
2 Importing ID_MAX_BUFFER_SIZE Call by reference Type reference (TYPE) I 1000 Tech: Max. No. of Entries in Buffer (0=Unlimited) 20110506
3 Importing IF_BYPASSING_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: DB Read Without Using Buffer 20110506
4 Importing IF_RESET_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Reset Buffer 20110506
5 Returning RS_DETAIL Value transfer Type reference (TYPE) VIXCITCADAO Cadaster temporary data of AO merging/splitting 20110506
# Exception Resumable Description Created on
1 NOT_FOUND Entry not found 20110506

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_VIXCITCADAO Cadaster temporary data of AO merging/splitting 20110506
2 Importing ID_MAX_BUFFER_SIZE Call by reference Type reference (TYPE) I 1000 Tech: Max. No. of Entries in Buffer (0=Unlimited) 20110506
3 Importing IF_BYPASSING_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: DB Read Without Using Buffer 20110506
4 Importing IF_RESET_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Reset Buffer 20110506

Method GET_LIST on class CL_REDB_VIXCITCADAO has no exception.

Method GET_LIST_BY_INTRENO 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_VIXCITCADAO Cadaster temporary data of AO merging/splitting 20110506
2 Importing ID_MAX_BUFFER_SIZE Call by reference Type reference (TYPE) I 1000 Tech: Max. No. of Entries in Buffer (0=Unlimited) 20110506
3 Importing IF_BYPASSING_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: DB Read Without Using Buffer 20110506
4 Importing IF_RESET_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Reset Buffer 20110506
5 Importing IT_INTRENO Call by reference Type reference (TYPE) RE_T_INTRENO List of INTRENO 20110506

Method GET_LIST_BY_INTRENO on class CL_REDB_VIXCITCADAO 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_VIXCITCADAO Cadaster temporary data of AO merging/splitting 20110506
2 Importing ID_MAX_BUFFER_SIZE Call by reference Type reference (TYPE) I 1000 Tech: Max. No. of Entries in Buffer (0=Unlimited) 20110506
3 Importing IF_BYPASSING_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: DB Read Without Using Buffer 20110506
4 Importing IF_RESET_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Reset Buffer 20110506
5 Importing IT_KEY Call by reference Type reference (TYPE) RE_T_VIXCITCADAO_KEY Key for Cadaster temporary data of AO merging/splitting 20110506

Method GET_LIST_BY_KEY on class CL_REDB_VIXCITCADAO has no exception.

Method GET_LIST_BY_KEY_DATE 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_VIXCITCADAO Cadaster temporary data of AO merging/splitting 20110506
2 Importing ID_KEY_DATE Call by reference Type reference (TYPE) VIXCITCADAO-KEY_DATE Date 20110506
3 Importing ID_MAX_BUFFER_SIZE Call by reference Type reference (TYPE) I 1000 Tech: Max. No. of Entries in Buffer (0=Unlimited) 20110506
4 Importing ID_PROCESSID Call by reference Type reference (TYPE) VIXCITCADAO-PROCESSID Process Identifier of the Cadastral Object Split/Merge 20110506
5 Importing IF_BYPASSING_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: DB Read Without Using Buffer 20110506
6 Importing IF_RESET_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Reset Buffer 20110506

Method GET_LIST_BY_KEY_DATE on class CL_REDB_VIXCITCADAO has no exception.

Method GET_LIST_BY_ORIG_INTRENO 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_VIXCITCADAO Cadaster temporary data of AO merging/splitting 20110506
2 Importing ID_KEY_DATE Call by reference Type reference (TYPE) VIXCITCADAO-KEY_DATE Date 20110506
3 Importing ID_MAX_BUFFER_SIZE Call by reference Type reference (TYPE) I 1000 Tech: Max. No. of Entries in Buffer (0=Unlimited) 20110506
4 Importing ID_ORIG_INTRENO Call by reference Type reference (TYPE) VIXCITCADAO-ORIG_INTRENO Internal Key of Real Estate Object 20110506
5 Importing ID_PROCESSID Call by reference Type reference (TYPE) VIXCITCADAO-PROCESSID Process Identifier of the Cadastral Object Split/Merge 20110506
6 Importing IF_BYPASSING_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: DB Read Without Using Buffer 20110506
7 Importing IF_RESET_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Reset Buffer 20110506

Method GET_LIST_BY_ORIG_INTRENO on class CL_REDB_VIXCITCADAO 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_VIXCITCADAO Cadaster temporary data of AO merging/splitting 20110506
2 Importing ID_MAX_BUFFER_SIZE Call by reference Type reference (TYPE) I 1000 Tech: Max. No. of Entries in Buffer (0=Unlimited) 20110506
3 Importing ID_PROCESSID Call by reference Type reference (TYPE) VIXCITCADAO-PROCESSID Process Identifier of the Cadastral Object Split/Merge 20110506
4 Importing IF_BYPASSING_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: DB Read Without Using Buffer 20110506
5 Importing IF_RESET_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Reset Buffer 20110506

Method GET_LIST_BY_PROCESSID on class CL_REDB_VIXCITCADAO 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.) 20110506
2 Importing IS_BUFFER_HL Call by reference Type reference (TYPE) TS_BUFFER_HL Entry for Table Buffer 20110506

Method INSERT_INTO_ALL_BUFFERS on class CL_REDB_VIXCITCADAO 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 20110506
2 Returning RF_BUFFERED Value transfer Type reference (TYPE) ABAP_BOOL Buffered? 20110506

Method IS_PARTKEY_BUFFERED on class CL_REDB_VIXCITCADAO has no exception.

Method RESET_BUFFER Signature

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

Method SELECT_LIST_BY_INTRENO 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_VIXCITCADAO Cadaster temporary data of AO merging/splitting 20110506
2 Importing IF_INSERT_INTO_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Tech: Buffer Result 20110506
3 Importing IT_INTRENO Call by reference Type reference (TYPE) RE_T_INTRENO List of INTRENO 20110506

Method SELECT_LIST_BY_INTRENO on class CL_REDB_VIXCITCADAO 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_VIXCITCADAO Cadaster temporary data of AO merging/splitting 20110506
2 Importing IF_INSERT_INTO_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Tech: Buffer Result 20110506
3 Importing IT_KEY Call by reference Type reference (TYPE) RE_T_VIXCITCADAO_KEY Key for Cadaster temporary data of AO merging/splitting 20110506

Method SELECT_LIST_BY_KEY on class CL_REDB_VIXCITCADAO has no exception.

Method SELECT_SINGLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EF_NOT_FOUND Call by reference Type reference (TYPE) ABAP_BOOL Data record not found 20110506
2 Exporting ES_DETAIL Call by reference Type reference (TYPE) VIXCITCADAO Cadaster temporary data of AO merging/splitting 20110506
3 Importing ID_KEY_DATE Call by reference Type reference (TYPE) VIXCITCADAO-KEY_DATE Date 20110506
4 Importing ID_NEW_INTRENO Call by reference Type reference (TYPE) VIXCITCADAO-NEW_INTRENO Internal Key of Real Estate Object 20110506
5 Importing ID_ORIG_INTRENO Call by reference Type reference (TYPE) VIXCITCADAO-ORIG_INTRENO Internal Key of Real Estate Object 20110506
6 Importing ID_PROCESSID Call by reference Type reference (TYPE) VIXCITCADAO-PROCESSID Process Identifier of the Cadastral Object Split/Merge 20110506
7 Importing IF_INSERT_INTO_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Tech: Buffer Result 20110506

Method SELECT_SINGLE on class CL_REDB_VIXCITCADAO has no exception.

Method SELECT_SINGLE_BY_INTRENO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EF_NOT_FOUND Call by reference Type reference (TYPE) ABAP_BOOL Data record not found 20110506
2 Exporting ES_DETAIL Call by reference Type reference (TYPE) VIXCITCADAO Cadaster temporary data of AO merging/splitting 20110506
3 Importing ID_INTRENO Call by reference Type reference (TYPE) RECAINTRENO INTRENO 20110506
4 Importing IF_INSERT_INTO_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Tech: Buffer Result 20110506

Method SELECT_SINGLE_BY_INTRENO on class CL_REDB_VIXCITCADAO 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) 20110506
2 Importing ID_PARTKEY_INDEX Call by reference Type reference (TYPE) I -1 Partial Key, If All Corresponding Data Records Transferred 20110506
3 Importing IF_AS_NOT_FOUND Call by reference Type reference (TYPE) ABAP_BOOL Buffer Data as "Not Found" 20110506
4 Importing IF_RESET_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Reset Buffer 20110506
5 Importing IS_DETAIL Call by reference Type reference (TYPE) VIXCITCADAO Cadaster temporary data of AO merging/splitting 20110506
6 Importing IT_LIST Call by reference Type reference (TYPE) RE_T_VIXCITCADAO Cadaster temporary data of AO merging/splitting 20110506

Method TRANSFER_TO_BUFFER on class CL_REDB_VIXCITCADAO has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 607