SAP ABAP Class CL_REDB_TEMPLATE_04 (DBIF: Using Access Methods for INTRENO or OBJNR)
Hierarchy
EA-FIN (Software Component) EA-FIN
   RE-FX (Application Component) Flexible Real Estate Management
     RE_BF_CT (Package) RE: Class Templates (Templates for Generator)
Properties
Class CL_REDB_TEMPLATE_04  
Short Description DBIF: Using Access Methods for INTRENO or OBJNR    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status P  SAP Standard Production Program 
Category 0   
Package RE_BF_CT   RE: Class Templates (Templates for Generator) 
Created 20010406   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)
Interfaces
Class CL_REDB_TEMPLATE_04 has no interface implemented.
Friends
Class CL_REDB_TEMPLATE_04 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 'TIV_TEMPLATE' Name of Underlying Database Table or View 20010409
2 MS_BUFFER_HL Static Attribute Private Type reference (TYPE) TS_BUFFER_HL Structure Buffer for Table Data 20010406
3 MT_ACC_PARTKEY_BUFFER Static Attribute Private Type reference (TYPE) TT_ACC_PARTKEY_BUFFER Table Buffer for Partial Key Access 20010406
4 MT_BUFFER Static Attribute Private Type reference (TYPE) TT_BUFFER Table Buffer for Table Data 20010406
5 MT_MAP_INTRENO_BUFFER Static Attribute Private Type reference (TYPE) TT_MAP_INTRENO_BUFFER Table Buffer for Mapping INTRENO => Key 20010406
6 MT_MAP_OBJNR_BUFFER Static Attribute Private Type reference (TYPE) TT_MAP_OBJNR_BUFFER Table Buffer for Mapping OBJNR => Key 20010406
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_KEY Static method Public Method Checks If Entry Exists for Primary Key (Except.) 20010406
2 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20010406
3 EXISTS Static method Public Method Checks If Entry Exists for Primary Key (Y/N) 20010406
4 EXISTS_FOR_TEMPLATE_KEY01 Static method Public Method Checks If Entries Exist for 1st Partial Key (Y/N) 20070824
5 EXISTS_FOR_TEMPLATE_KEY02 Static method Public Method Checks If Entries Exist for 2nd Partial Key (Y/N) 20070824
6 EXISTS_FOR_TEMPLATE_KEY03 Static method Public Method Checks If Entries Exist for 3rd Partial Key (Y/N) 20070824
7 EXISTS_FOR_TEMPLATE_KEY04 Static method Public Method Checks If Entries Exist for 4th Partial Key (Y/N) 20070824
8 EXISTS_FOR_TEMPLATE_KEY05 Static method Public Method Checks If Entries Exist for 5th Partial Key (Y/N) 20070824
9 EXISTS_FOR_TEMPLATE_KEY06 Static method Public Method Checks If Entries Exist for 6th Partial Key (Y/N) 20070824
10 EXISTS_FOR_TEMPLATE_KEY07 Static method Public Method Checks If Entries Exist for 7th Partial Key (Y/N) 20070824
11 EXISTS_FOR_TEMPLATE_KEY08 Static method Public Method Checks If Entries Exist for 8th Partial Key (Y/N) 20070824
12 EXISTS_FOR_TEMPLATE_KEY09 Static method Public Method Checks If Entries Exist for 9th Partial Key (Y/N) 20070824
13 GET_BUFFER_SIZE Static method Public Method Supplies Number of Entries in Table Buffer 20010406
14 GET_DETAIL Static method Public Method Supplies Structure to Primary Key 20010406
15 GET_DETAIL_BY_INTRENO Static method Public Method Supplies Structure for INTRENO 20010406
16 GET_DETAIL_BY_OBJNR Static method Public Method Supplies Structure for OBJNR 20010406
17 GET_LIST Static method Public Method Supplies All Table Entries 20010406
18 GET_LIST_BY_INTRENO Static method Public Method Supplies Entries to a List of INTRENO 20010406
19 GET_LIST_BY_KEY Static method Public Method Supplies Entries to a List of Primary Keys 20010408
20 GET_LIST_BY_OBJNR Static method Public Method Supplies Entries to a List of OBJNR 20010408
21 GET_LIST_BY_TEMPLATE_KEY01 Static method Public Method Supplies All Entries to First Partial Key Field 20010406
22 GET_LIST_BY_TEMPLATE_KEY02 Static method Public Method Supplies All Entries to 2nd Partial Key Field 20010406
23 GET_LIST_BY_TEMPLATE_KEY03 Static method Public Method Supplies All Entries to 3rd Partial Key Field 20010406
24 GET_LIST_BY_TEMPLATE_KEY04 Static method Public Method Supplies All Entries to 4th Partial Key Field 20010406
25 GET_LIST_BY_TEMPLATE_KEY05 Static method Public Method Supplies All Entries to 5th Partial Key Field 20010406
26 GET_LIST_BY_TEMPLATE_KEY06 Static method Public Method Supplies All Entries to 6th Partial Key Field 20010406
27 GET_LIST_BY_TEMPLATE_KEY07 Static method Public Method Supplies All Entries to 7th Partial Key Field 20010406
28 GET_LIST_BY_TEMPLATE_KEY08 Static method Public Method Supplies All Entries to 8th Partial Key Field 20010406
29 GET_LIST_BY_TEMPLATE_KEY09 Static method Public Method Supplies All Entries to 9th Partial Key Field 20010406
30 INSERT_INTO_ALL_BUFFERS Static method Private Method Inserts Entry in Table Buffer and Other Buffers 20010406
31 IS_PARTKEY_BUFFERED Static method Private Method Is the partial key access already buffered? 20010408
32 RESET_BUFFER Static method Public Method Deletes All Entries in Table Buffer 20010406
33 SELECT_LIST_BY_INTRENO Static method Private Method Database SELECT According to a List of INTRENO 20010406
34 SELECT_LIST_BY_KEY Static method Private Method Database SELECT According to a List of Primary Keys 20010408
35 SELECT_LIST_BY_OBJNR Static method Private Method Database SELECT By a List of OBJNR 20010408
36 SELECT_SINGLE Static method Private Method Database SELECT By Primary Key 20010406
37 SELECT_SINGLE_BY_INTRENO Static method Private Method Database SELECT By INTRENO 20010408
38 SELECT_SINGLE_BY_OBJNR Static method Private Method Database SELECT By OBJNR 20010408
39 TRANSFER_TO_BUFFER Static method Public Method Transfers Unchecked Data to the Table Buffer 20010406
Events
Class CL_REDB_TEMPLATE_04 has no event.
Types
Class CL_REDB_TEMPLATE_04 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_MAX_BUFFER_SIZE Call by reference Type reference (TYPE) I 1000 Tech: max. Anzahl der Einträge im Puffer (0=unbegrenzt) 20010406
2 Importing ID_TEMPLATE_KEY01 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY01 ... 20010406
3 Importing ID_TEMPLATE_KEY02 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY02 ... 20010406
4 Importing ID_TEMPLATE_KEY03 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY03 ... 20010406
5 Importing ID_TEMPLATE_KEY04 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY04 ... 20010406
6 Importing ID_TEMPLATE_KEY05 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY05 ... 20010406
7 Importing ID_TEMPLATE_KEY06 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY06 ... 20010406
8 Importing ID_TEMPLATE_KEY07 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY07 ... 20010406
9 Importing ID_TEMPLATE_KEY08 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY08 ... 20010406
10 Importing ID_TEMPLATE_KEY09 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY09 ... 20010406
11 Importing ID_TEMPLATE_KEY10 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY10 ... 20010406
12 Importing IF_BYPASSING_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Lesen von DB ohne Verwendung des Puffers 20010406
13 Importing IF_RESET_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Puffer zurücksetzen 20010406
# Exception Resumable Description Created on
1 NOT_FOUND Nicht gefunden 20010406

Method CLASS_CONSTRUCTOR Signature

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

Method EXISTS 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. Anzahl der Einträge im Puffer (0=unbegrenzt) 20010406
2 Importing ID_TEMPLATE_KEY01 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY01 ... 20010406
3 Importing ID_TEMPLATE_KEY02 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY02 ... 20010406
4 Importing ID_TEMPLATE_KEY03 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY03 ... 20010406
5 Importing ID_TEMPLATE_KEY04 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY04 ... 20010406
6 Importing ID_TEMPLATE_KEY05 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY05 ... 20010406
7 Importing ID_TEMPLATE_KEY06 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY06 ... 20010406
8 Importing ID_TEMPLATE_KEY07 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY07 ... 20010406
9 Importing ID_TEMPLATE_KEY08 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY08 ... 20010406
10 Importing ID_TEMPLATE_KEY09 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY09 ... 20010406
11 Importing ID_TEMPLATE_KEY10 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY10 ... 20010406
12 Importing IF_BYPASSING_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Lesen von DB ohne Verwendung des Puffers 20010406
13 Importing IF_RESET_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Puffer zurücksetzen 20010406
14 Returning RF_EXISTS Value transfer Type reference (TYPE) ABAP_BOOL Eintrag vorhanden? 20010406

Method EXISTS on class CL_REDB_TEMPLATE_04 has no exception.

Method EXISTS_FOR_TEMPLATE_KEY01 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. Anzahl der Einträge im Puffer (0=unbegrenzt) 20070824
2 Importing ID_TEMPLATE_KEY01 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY01 ... 20070824
3 Importing IF_BYPASSING_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Lesen von DB ohne Verwendung des Puffers 20070824
4 Importing IF_RESET_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Puffer zurücksetzen 20070824
5 Returning RF_EXISTS Value transfer Type reference (TYPE) ABAP_BOOL Eintrag vorhanden? 20070824

Method EXISTS_FOR_TEMPLATE_KEY01 on class CL_REDB_TEMPLATE_04 has no exception.

Method EXISTS_FOR_TEMPLATE_KEY02 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. Anzahl der Einträge im Puffer (0=unbegrenzt) 20070824
2 Importing ID_TEMPLATE_KEY01 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY01 ... 20070824
3 Importing ID_TEMPLATE_KEY02 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY02 ... 20070824
4 Importing IF_BYPASSING_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Lesen von DB ohne Verwendung des Puffers 20070824
5 Importing IF_RESET_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Puffer zurücksetzen 20070824
6 Returning RF_EXISTS Value transfer Type reference (TYPE) ABAP_BOOL Eintrag vorhanden? 20070824

Method EXISTS_FOR_TEMPLATE_KEY02 on class CL_REDB_TEMPLATE_04 has no exception.

Method EXISTS_FOR_TEMPLATE_KEY03 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. Anzahl der Einträge im Puffer (0=unbegrenzt) 20070824
2 Importing ID_TEMPLATE_KEY01 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY01 ... 20070824
3 Importing ID_TEMPLATE_KEY02 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY02 ... 20070824
4 Importing ID_TEMPLATE_KEY03 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY03 ... 20070824
5 Importing IF_BYPASSING_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Lesen von DB ohne Verwendung des Puffers 20070824
6 Importing IF_RESET_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Puffer zurücksetzen 20070824
7 Returning RF_EXISTS Value transfer Type reference (TYPE) ABAP_BOOL Eintrag vorhanden? 20070824

Method EXISTS_FOR_TEMPLATE_KEY03 on class CL_REDB_TEMPLATE_04 has no exception.

Method EXISTS_FOR_TEMPLATE_KEY04 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. Anzahl der Einträge im Puffer (0=unbegrenzt) 20070824
2 Importing ID_TEMPLATE_KEY01 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY01 ... 20070824
3 Importing ID_TEMPLATE_KEY02 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY02 ... 20070824
4 Importing ID_TEMPLATE_KEY03 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY03 ... 20070824
5 Importing ID_TEMPLATE_KEY04 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY04 ... 20070824
6 Importing IF_BYPASSING_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Lesen von DB ohne Verwendung des Puffers 20070824
7 Importing IF_RESET_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Puffer zurücksetzen 20070824
8 Returning RF_EXISTS Value transfer Type reference (TYPE) ABAP_BOOL Eintrag vorhanden? 20070824

Method EXISTS_FOR_TEMPLATE_KEY04 on class CL_REDB_TEMPLATE_04 has no exception.

Method EXISTS_FOR_TEMPLATE_KEY05 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. Anzahl der Einträge im Puffer (0=unbegrenzt) 20070824
2 Importing ID_TEMPLATE_KEY01 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY01 ... 20070824
3 Importing ID_TEMPLATE_KEY02 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY02 ... 20070824
4 Importing ID_TEMPLATE_KEY03 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY03 ... 20070824
5 Importing ID_TEMPLATE_KEY04 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY04 ... 20070824
6 Importing ID_TEMPLATE_KEY05 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY05 ... 20070824
7 Importing IF_BYPASSING_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Lesen von DB ohne Verwendung des Puffers 20070824
8 Importing IF_RESET_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Puffer zurücksetzen 20070824
9 Returning RF_EXISTS Value transfer Type reference (TYPE) ABAP_BOOL Eintrag vorhanden? 20070824

Method EXISTS_FOR_TEMPLATE_KEY05 on class CL_REDB_TEMPLATE_04 has no exception.

Method EXISTS_FOR_TEMPLATE_KEY06 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. Anzahl der Einträge im Puffer (0=unbegrenzt) 20070824
2 Importing ID_TEMPLATE_KEY01 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY01 ... 20070824
3 Importing ID_TEMPLATE_KEY02 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY02 ... 20070824
4 Importing ID_TEMPLATE_KEY03 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY03 ... 20070824
5 Importing ID_TEMPLATE_KEY04 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY04 ... 20070824
6 Importing ID_TEMPLATE_KEY05 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY05 ... 20070824
7 Importing ID_TEMPLATE_KEY06 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY06 ... 20070824
8 Importing IF_BYPASSING_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Lesen von DB ohne Verwendung des Puffers 20070824
9 Importing IF_RESET_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Puffer zurücksetzen 20070824
10 Returning RF_EXISTS Value transfer Type reference (TYPE) ABAP_BOOL Eintrag vorhanden? 20070824

Method EXISTS_FOR_TEMPLATE_KEY06 on class CL_REDB_TEMPLATE_04 has no exception.

Method EXISTS_FOR_TEMPLATE_KEY07 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. Anzahl der Einträge im Puffer (0=unbegrenzt) 20070824
2 Importing ID_TEMPLATE_KEY01 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY01 ... 20070824
3 Importing ID_TEMPLATE_KEY02 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY02 ... 20070824
4 Importing ID_TEMPLATE_KEY03 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY03 ... 20070824
5 Importing ID_TEMPLATE_KEY04 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY04 ... 20070824
6 Importing ID_TEMPLATE_KEY05 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY05 ... 20070824
7 Importing ID_TEMPLATE_KEY06 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY06 ... 20070824
8 Importing ID_TEMPLATE_KEY07 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY07 ... 20070824
9 Importing IF_BYPASSING_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Lesen von DB ohne Verwendung des Puffers 20070824
10 Importing IF_RESET_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Puffer zurücksetzen 20070824
11 Returning RF_EXISTS Value transfer Type reference (TYPE) ABAP_BOOL Eintrag vorhanden? 20070824

Method EXISTS_FOR_TEMPLATE_KEY07 on class CL_REDB_TEMPLATE_04 has no exception.

Method EXISTS_FOR_TEMPLATE_KEY08 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. Anzahl der Einträge im Puffer (0=unbegrenzt) 20070824
2 Importing ID_TEMPLATE_KEY01 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY01 ... 20070824
3 Importing ID_TEMPLATE_KEY02 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY02 ... 20070824
4 Importing ID_TEMPLATE_KEY03 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY03 ... 20070824
5 Importing ID_TEMPLATE_KEY04 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY04 ... 20070824
6 Importing ID_TEMPLATE_KEY05 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY05 ... 20070824
7 Importing ID_TEMPLATE_KEY06 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY06 ... 20070824
8 Importing ID_TEMPLATE_KEY07 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY07 ... 20070824
9 Importing ID_TEMPLATE_KEY08 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY08 ... 20070824
10 Importing IF_BYPASSING_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Lesen von DB ohne Verwendung des Puffers 20070824
11 Importing IF_RESET_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Puffer zurücksetzen 20070824
12 Returning RF_EXISTS Value transfer Type reference (TYPE) ABAP_BOOL Eintrag vorhanden? 20070824

Method EXISTS_FOR_TEMPLATE_KEY08 on class CL_REDB_TEMPLATE_04 has no exception.

Method EXISTS_FOR_TEMPLATE_KEY09 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. Anzahl der Einträge im Puffer (0=unbegrenzt) 20070824
2 Importing ID_TEMPLATE_KEY01 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY01 ... 20070824
3 Importing ID_TEMPLATE_KEY02 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY02 ... 20070824
4 Importing ID_TEMPLATE_KEY03 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY03 ... 20070824
5 Importing ID_TEMPLATE_KEY04 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY04 ... 20070824
6 Importing ID_TEMPLATE_KEY05 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY05 ... 20070824
7 Importing ID_TEMPLATE_KEY06 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY06 ... 20070824
8 Importing ID_TEMPLATE_KEY07 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY07 ... 20070824
9 Importing ID_TEMPLATE_KEY08 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY08 ... 20070824
10 Importing ID_TEMPLATE_KEY09 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY09 ... 20070824
11 Importing IF_BYPASSING_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Lesen von DB ohne Verwendung des Puffers 20070824
12 Importing IF_RESET_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Puffer zurücksetzen 20070824
13 Returning RF_EXISTS Value transfer Type reference (TYPE) ABAP_BOOL Eintrag vorhanden? 20070824

Method EXISTS_FOR_TEMPLATE_KEY09 on class CL_REDB_TEMPLATE_04 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 Anzahl der Einträge 20010406

Method GET_BUFFER_SIZE on class CL_REDB_TEMPLATE_04 has no exception.

Method GET_DETAIL 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. Anzahl der Einträge im Puffer (0=unbegrenzt) 20010406
2 Importing ID_TEMPLATE_KEY01 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY01 ... 20010406
3 Importing ID_TEMPLATE_KEY02 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY02 ... 20010406
4 Importing ID_TEMPLATE_KEY03 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY03 ... 20010406
5 Importing ID_TEMPLATE_KEY04 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY04 ... 20010406
6 Importing ID_TEMPLATE_KEY05 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY05 ... 20010406
7 Importing ID_TEMPLATE_KEY06 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY06 ... 20010406
8 Importing ID_TEMPLATE_KEY07 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY07 ... 20010406
9 Importing ID_TEMPLATE_KEY08 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY08 ... 20010406
10 Importing ID_TEMPLATE_KEY09 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY09 ... 20010406
11 Importing ID_TEMPLATE_KEY10 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY10 ... 20010406
12 Importing IF_BYPASSING_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Lesen von DB ohne Verwendung des Puffers 20010406
13 Importing IF_RESET_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Puffer zurücksetzen 20010406
14 Returning RS_DETAIL Value transfer Type reference (TYPE) TIVBF_TEMPLATE ... 20010406
# Exception Resumable Description Created on
1 NOT_FOUND Eintrag nicht gefunden 20010406

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 20010406
2 Importing ID_MAX_BUFFER_SIZE Call by reference Type reference (TYPE) I 1000 Tech: max. Anzahl der Einträge im Puffer (0=unbegrenzt) 20010406
3 Importing IF_BYPASSING_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Lesen von DB ohne Verwendung des Puffers 20010406
4 Importing IF_RESET_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Puffer zurücksetzen 20010406
5 Returning RS_DETAIL Value transfer Type reference (TYPE) TIVBF_TEMPLATE ... 20010406
# Exception Resumable Description Created on
1 NOT_FOUND Eintrag nicht gefunden 20010406

Method GET_DETAIL_BY_OBJNR 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. Anzahl der Einträge im Puffer (0=unbegrenzt) 20010406
2 Importing ID_OBJNR Call by reference Type reference (TYPE) RECAOBJNR OBJNR 20010406
3 Importing IF_BYPASSING_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Lesen von DB ohne Verwendung des Puffers 20010406
4 Importing IF_RESET_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Puffer zurücksetzen 20010406
5 Returning RS_DETAIL Value transfer Type reference (TYPE) TIVBF_TEMPLATE ... 20010406
# Exception Resumable Description Created on
1 NOT_FOUND Eintrag nicht gefunden 20010406

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_TEMPLATE ... 20010406
2 Importing ID_MAX_BUFFER_SIZE Call by reference Type reference (TYPE) I 1000 Tech: max. Anzahl der Einträge im Puffer (0=unbegrenzt) 20010406
3 Importing IF_BYPASSING_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Lesen von DB ohne Verwendung des Puffers 20010406
4 Importing IF_RESET_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Puffer zurücksetzen 20010406

Method GET_LIST on class CL_REDB_TEMPLATE_04 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_TEMPLATE ... 20010406
2 Importing ID_MAX_BUFFER_SIZE Call by reference Type reference (TYPE) I 1000 Tech: max. Anzahl der Einträge im Puffer (0=unbegrenzt) 20010406
3 Importing IF_BYPASSING_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Lesen von DB ohne Verwendung des Puffers 20010406
4 Importing IF_RESET_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Puffer zurücksetzen 20010406
5 Importing IT_INTRENO Call by reference Type reference (TYPE) RE_T_INTRENO Liste von INTRENO 20010406

Method GET_LIST_BY_INTRENO on class CL_REDB_TEMPLATE_04 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_TEMPLATE ... 20010408
2 Importing ID_MAX_BUFFER_SIZE Call by reference Type reference (TYPE) I 1000 Tech: max. Anzahl der Einträge im Puffer (0=unbegrenzt) 20010408
3 Importing IF_BYPASSING_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Lesen von DB ohne Verwendung des Puffers 20010408
4 Importing IF_RESET_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Puffer zurücksetzen 20010408
5 Importing IT_KEY Call by reference Type reference (TYPE) RE_T_TEMPLATE_KEY ... 20010408

Method GET_LIST_BY_KEY on class CL_REDB_TEMPLATE_04 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_TEMPLATE ... 20010408
2 Importing ID_MAX_BUFFER_SIZE Call by reference Type reference (TYPE) I 1000 Tech: max. Anzahl der Einträge im Puffer (0=unbegrenzt) 20010408
3 Importing IF_BYPASSING_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Lesen von DB ohne Verwendung des Puffers 20010408
4 Importing IF_RESET_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Puffer zurücksetzen 20010408
5 Importing IT_OBJNR Call by reference Type reference (TYPE) RE_T_OBJNR Liste von OBJNR 20010408

Method GET_LIST_BY_OBJNR on class CL_REDB_TEMPLATE_04 has no exception.

Method GET_LIST_BY_TEMPLATE_KEY01 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_TEMPLATE ... 20010406
2 Importing ID_MAX_BUFFER_SIZE Call by reference Type reference (TYPE) I 1000 Tech: max. Anzahl der Einträge im Puffer (0=unbegrenzt) 20010406
3 Importing ID_TEMPLATE_KEY01 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY01 ... 20010406
4 Importing IF_BYPASSING_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Lesen von DB ohne Verwendung des Puffers 20010406
5 Importing IF_RESET_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Puffer zurücksetzen 20010406

Method GET_LIST_BY_TEMPLATE_KEY01 on class CL_REDB_TEMPLATE_04 has no exception.

Method GET_LIST_BY_TEMPLATE_KEY02 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_TEMPLATE ... 20010406
2 Importing ID_MAX_BUFFER_SIZE Call by reference Type reference (TYPE) I 1000 Tech: max. Anzahl der Einträge im Puffer (0=unbegrenzt) 20010406
3 Importing ID_TEMPLATE_KEY01 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY01 ... 20010406
4 Importing ID_TEMPLATE_KEY02 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY02 ... 20010406
5 Importing IF_BYPASSING_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Lesen von DB ohne Verwendung des Puffers 20010406
6 Importing IF_RESET_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Puffer zurücksetzen 20010406

Method GET_LIST_BY_TEMPLATE_KEY02 on class CL_REDB_TEMPLATE_04 has no exception.

Method GET_LIST_BY_TEMPLATE_KEY03 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_TEMPLATE ... 20010406
2 Importing ID_MAX_BUFFER_SIZE Call by reference Type reference (TYPE) I 1000 Tech: max. Anzahl der Einträge im Puffer (0=unbegrenzt) 20010406
3 Importing ID_TEMPLATE_KEY01 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY01 ... 20010406
4 Importing ID_TEMPLATE_KEY02 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY02 ... 20010406
5 Importing ID_TEMPLATE_KEY03 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY03 ... 20010406
6 Importing IF_BYPASSING_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Lesen von DB ohne Verwendung des Puffers 20010406
7 Importing IF_RESET_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Puffer zurücksetzen 20010406

Method GET_LIST_BY_TEMPLATE_KEY03 on class CL_REDB_TEMPLATE_04 has no exception.

Method GET_LIST_BY_TEMPLATE_KEY04 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_TEMPLATE ... 20010406
2 Importing ID_MAX_BUFFER_SIZE Call by reference Type reference (TYPE) I 1000 Tech: max. Anzahl der Einträge im Puffer (0=unbegrenzt) 20010406
3 Importing ID_TEMPLATE_KEY01 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY01 ... 20010406
4 Importing ID_TEMPLATE_KEY02 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY02 ... 20010406
5 Importing ID_TEMPLATE_KEY03 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY03 ... 20010406
6 Importing ID_TEMPLATE_KEY04 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY04 ... 20010406
7 Importing IF_BYPASSING_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Lesen von DB ohne Verwendung des Puffers 20010406
8 Importing IF_RESET_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Puffer zurücksetzen 20010406

Method GET_LIST_BY_TEMPLATE_KEY04 on class CL_REDB_TEMPLATE_04 has no exception.

Method GET_LIST_BY_TEMPLATE_KEY05 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_TEMPLATE ... 20010406
2 Importing ID_MAX_BUFFER_SIZE Call by reference Type reference (TYPE) I 1000 Tech: max. Anzahl der Einträge im Puffer (0=unbegrenzt) 20010406
3 Importing ID_TEMPLATE_KEY01 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY01 ... 20010406
4 Importing ID_TEMPLATE_KEY02 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY02 ... 20010406
5 Importing ID_TEMPLATE_KEY03 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY03 ... 20010406
6 Importing ID_TEMPLATE_KEY04 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY04 ... 20010406
7 Importing ID_TEMPLATE_KEY05 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY05 ... 20010406
8 Importing IF_BYPASSING_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Lesen von DB ohne Verwendung des Puffers 20010406
9 Importing IF_RESET_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Puffer zurücksetzen 20010406

Method GET_LIST_BY_TEMPLATE_KEY05 on class CL_REDB_TEMPLATE_04 has no exception.

Method GET_LIST_BY_TEMPLATE_KEY06 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_TEMPLATE ... 20010406
2 Importing ID_MAX_BUFFER_SIZE Call by reference Type reference (TYPE) I 1000 Tech: max. Anzahl der Einträge im Puffer (0=unbegrenzt) 20010406
3 Importing ID_TEMPLATE_KEY01 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY01 ... 20010406
4 Importing ID_TEMPLATE_KEY02 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY02 ... 20010406
5 Importing ID_TEMPLATE_KEY03 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY03 ... 20010406
6 Importing ID_TEMPLATE_KEY04 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY04 ... 20010406
7 Importing ID_TEMPLATE_KEY05 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY05 ... 20010406
8 Importing ID_TEMPLATE_KEY06 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY06 ... 20010406
9 Importing IF_BYPASSING_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Lesen von DB ohne Verwendung des Puffers 20010406
10 Importing IF_RESET_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Puffer zurücksetzen 20010406

Method GET_LIST_BY_TEMPLATE_KEY06 on class CL_REDB_TEMPLATE_04 has no exception.

Method GET_LIST_BY_TEMPLATE_KEY07 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_TEMPLATE ... 20010406
2 Importing ID_MAX_BUFFER_SIZE Call by reference Type reference (TYPE) I 1000 Tech: max. Anzahl der Einträge im Puffer (0=unbegrenzt) 20010406
3 Importing ID_TEMPLATE_KEY01 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY01 ... 20010406
4 Importing ID_TEMPLATE_KEY02 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY02 ... 20010406
5 Importing ID_TEMPLATE_KEY03 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY03 ... 20010406
6 Importing ID_TEMPLATE_KEY04 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY04 ... 20010406
7 Importing ID_TEMPLATE_KEY05 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY05 ... 20010406
8 Importing ID_TEMPLATE_KEY06 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY06 ... 20010406
9 Importing ID_TEMPLATE_KEY07 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY07 ... 20010406
10 Importing IF_BYPASSING_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Lesen von DB ohne Verwendung des Puffers 20010406
11 Importing IF_RESET_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Puffer zurücksetzen 20010406

Method GET_LIST_BY_TEMPLATE_KEY07 on class CL_REDB_TEMPLATE_04 has no exception.

Method GET_LIST_BY_TEMPLATE_KEY08 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_TEMPLATE ... 20010406
2 Importing ID_MAX_BUFFER_SIZE Call by reference Type reference (TYPE) I 1000 Tech: max. Anzahl der Einträge im Puffer (0=unbegrenzt) 20010406
3 Importing ID_TEMPLATE_KEY01 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY01 ... 20010406
4 Importing ID_TEMPLATE_KEY02 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY02 ... 20010406
5 Importing ID_TEMPLATE_KEY03 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY03 ... 20010406
6 Importing ID_TEMPLATE_KEY04 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY04 ... 20010406
7 Importing ID_TEMPLATE_KEY05 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY05 ... 20010406
8 Importing ID_TEMPLATE_KEY06 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY06 ... 20010406
9 Importing ID_TEMPLATE_KEY07 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY07 ... 20010406
10 Importing ID_TEMPLATE_KEY08 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY08 ... 20010406
11 Importing IF_BYPASSING_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Lesen von DB ohne Verwendung des Puffers 20010406
12 Importing IF_RESET_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Puffer zurücksetzen 20010406

Method GET_LIST_BY_TEMPLATE_KEY08 on class CL_REDB_TEMPLATE_04 has no exception.

Method GET_LIST_BY_TEMPLATE_KEY09 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_TEMPLATE ... 20010406
2 Importing ID_MAX_BUFFER_SIZE Call by reference Type reference (TYPE) I 1000 Tech: max. Anzahl der Einträge im Puffer (0=unbegrenzt) 20010406
3 Importing ID_TEMPLATE_KEY01 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY01 ... 20010406
4 Importing ID_TEMPLATE_KEY02 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY02 ... 20010406
5 Importing ID_TEMPLATE_KEY03 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY03 ... 20010406
6 Importing ID_TEMPLATE_KEY04 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY04 ... 20010406
7 Importing ID_TEMPLATE_KEY05 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY05 ... 20010406
8 Importing ID_TEMPLATE_KEY06 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY06 ... 20010406
9 Importing ID_TEMPLATE_KEY07 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY07 ... 20010406
10 Importing ID_TEMPLATE_KEY08 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY08 ... 20010406
11 Importing ID_TEMPLATE_KEY09 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY09 ... 20010406
12 Importing IF_BYPASSING_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Lesen von DB ohne Verwendung des Puffers 20010406
13 Importing IF_RESET_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Puffer zurücksetzen 20010406

Method GET_LIST_BY_TEMPLATE_KEY09 on class CL_REDB_TEMPLATE_04 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: ' '=Einfügen in den Puffer statt Überschreiben (Perf.) 20010406
2 Importing IS_BUFFER_HL Call by reference Type reference (TYPE) TS_BUFFER_HL Eintrag für Tabellenpuffer 20010406

Method INSERT_INTO_ALL_BUFFERS on class CL_REDB_TEMPLATE_04 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 Teilschlüssel 20010408
2 Returning RF_BUFFERED Value transfer Type reference (TYPE) ABAP_BOOL Gepuffert? 20010408

Method IS_PARTKEY_BUFFERED on class CL_REDB_TEMPLATE_04 has no exception.

Method RESET_BUFFER Signature

Method RESET_BUFFER on class CL_REDB_TEMPLATE_04 has no parameter.
Method RESET_BUFFER on class CL_REDB_TEMPLATE_04 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_TEMPLATE ... 20010406
2 Importing IF_INSERT_INTO_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Tech: Ergebnis puffern 20010406
3 Importing IT_INTRENO Call by reference Type reference (TYPE) RE_T_INTRENO Liste von INTRENO 20010406

Method SELECT_LIST_BY_INTRENO on class CL_REDB_TEMPLATE_04 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_TEMPLATE ... 20010408
2 Importing IF_INSERT_INTO_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Tech: Ergebnis puffern 20010408
3 Importing IT_KEY Call by reference Type reference (TYPE) RE_T_TEMPLATE_KEY ... 20010408

Method SELECT_LIST_BY_KEY on class CL_REDB_TEMPLATE_04 has no exception.

Method SELECT_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_TEMPLATE ... 20010408
2 Importing IF_INSERT_INTO_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Tech: Ergebnis puffern 20010408
3 Importing IT_OBJNR Call by reference Type reference (TYPE) RE_T_OBJNR Liste von OBJNR 20010408

Method SELECT_LIST_BY_OBJNR on class CL_REDB_TEMPLATE_04 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 Datensatz nicht gefunden 20010408
2 Exporting ES_DETAIL Call by reference Type reference (TYPE) TIVBF_TEMPLATE ... 20010408
3 Importing ID_TEMPLATE_KEY01 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY01 ... 20010406
4 Importing ID_TEMPLATE_KEY02 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY02 ... 20010406
5 Importing ID_TEMPLATE_KEY03 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY03 ... 20010406
6 Importing ID_TEMPLATE_KEY04 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY04 ... 20010406
7 Importing ID_TEMPLATE_KEY05 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY05 ... 20010406
8 Importing ID_TEMPLATE_KEY06 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY06 ... 20010406
9 Importing ID_TEMPLATE_KEY07 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY07 ... 20010406
10 Importing ID_TEMPLATE_KEY08 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY08 ... 20010406
11 Importing ID_TEMPLATE_KEY09 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY09 ... 20010406
12 Importing ID_TEMPLATE_KEY10 Call by reference Type reference (TYPE) TIVBF_TEMPLATE-TEMPLATE_KEY10 ... 20010406
13 Importing IF_INSERT_INTO_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Tech: Ergebnis puffern 20010408

Method SELECT_SINGLE on class CL_REDB_TEMPLATE_04 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 Datensatz nicht gefunden 20010408
2 Exporting ES_DETAIL Call by reference Type reference (TYPE) TIVBF_TEMPLATE ... 20010408
3 Importing ID_INTRENO Call by reference Type reference (TYPE) RECAINTRENO INTRENO 20010408
4 Importing IF_INSERT_INTO_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Tech: Ergebnis puffern 20010408

Method SELECT_SINGLE_BY_INTRENO on class CL_REDB_TEMPLATE_04 has no exception.

Method SELECT_SINGLE_BY_OBJNR 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 Datensatz nicht gefunden 20010408
2 Exporting ES_DETAIL Call by reference Type reference (TYPE) TIVBF_TEMPLATE ... 20010408
3 Importing ID_OBJNR Call by reference Type reference (TYPE) RECAOBJNR OBJNR 20010408
4 Importing IF_INSERT_INTO_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Tech: Ergebnis puffern 20010408

Method SELECT_SINGLE_BY_OBJNR on class CL_REDB_TEMPLATE_04 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. Anzahl der Einträge im Puffer (0=unbegrenzt) 20010406
2 Importing ID_PARTKEY_INDEX Call by reference Type reference (TYPE) I -1 Teilschlüssel, falls alle entspr.Datensätze übergeben werden 20021205
3 Importing IF_AS_NOT_FOUND Call by reference Type reference (TYPE) ABAP_BOOL Daten als 'nicht gefunden' puffern 20010406
4 Importing IF_RESET_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Puffer zurücksetzen 20010406
5 Importing IS_DETAIL Call by reference Type reference (TYPE) TIVBF_TEMPLATE Feldleiste (statt Tabellendaten) 20010406
6 Importing IT_LIST Call by reference Type reference (TYPE) RE_T_TEMPLATE Tabellendaten (statt Feldleiste) 20010406

Method TRANSFER_TO_BUFFER on class CL_REDB_TEMPLATE_04 has no exception.
History
Last changed by/on SAP  20100310 
SAP Release Created in 46C