SAP ABAP Class CL_REDB_VIAJAT (Adjustment Measure (VIAJAT))
Hierarchy
EA-FIN (Software Component) EA-FIN
   RE-FX-AJ (Application Component) Rent Adjustment
     RE_AJ_BD (Package) RE: Adjustment Master Data
Properties
Class CL_REDB_VIAJAT  
Short Description Adjustment Measure (VIAJAT)    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status P  SAP Standard Production Program 
Category 0   
Package RE_AJ_BD   RE: Adjustment Master Data 
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_VIAJAT has no interface implemented.
Friends
Class CL_REDB_VIAJAT 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 'VIAJAT' Name of Underlying Database Table or View 20040630
2 MD_SUB_TASK_ID Static Attribute Private Type reference (TYPE) REAJADJMTASKID Adjustment Measure 20121018
3 MS_BUFFER_HL Static Attribute Private Type reference (TYPE) TS_BUFFER_HL Structure Buffer for Table Data 20040630
4 MT_ACC_PARTKEY_BUFFER Static Attribute Private Type reference (TYPE) TT_ACC_PARTKEY_BUFFER Table Buffer for Partial Key Access 20040630
5 MT_BUFFER Static Attribute Private Type reference (TYPE) TT_BUFFER Table Buffer for Table Data 20040630
6 MT_MAP_INTRENO_BUFFER Static Attribute Private Type reference (TYPE) TT_MAP_INTRENO_BUFFER Table Buffer for Mapping INTRENO => Key 20040630
7 MT_MAP_OBJNR_BUFFER Static Attribute Private Type reference (TYPE) TT_MAP_OBJNR_BUFFER Table Buffer for Mapping OBJNR => Key 20040630
8 MT_SUB_TASK Static Attribute Private Type reference (TYPE) RE_T_VIAJAT Adjustment Measure (VIAJAT) 20121018
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_KEY Static method Public Method Checks If Entry Exists for Primary Key (Except.) 20040630
2 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20040630
3 EXISTS Static method Public Method Checks If Entry Exists for Primary Key (Y/N) 20040630
4 GET_BUFFER_SIZE Static method Public Method Supplies Number of Entries in Table Buffer 20040630
5 GET_DETAIL Static method Public Method Supplies Structure for Primary Key 20040630
6 GET_DETAIL_BY_INTRENO Static method Public Method Supplies Structure for INTRENO 20040630
7 GET_DETAIL_BY_OBJNR Static method Public Method Supplies Structure for OBJNR 20040630
8 GET_LIST Static method Public Method Supplies All Table Entries 20040630
9 GET_LIST_BY_INTRENO Static method Public Method Supplies Entries to a List of INTRENO 20040630
10 GET_LIST_BY_KEY Static method Public Method Supplies Entries to a List of Primary Keys 20040630
11 GET_LIST_BY_OBJNR Static method Public Method Supplies Entries to a List of OBJNR 20040630
12 GET_LIST_BY_PROCESSCEAGUID Static method Public Method Gets Entries in a List of PROCESSCEAGUIDs 20060921
13 GET_LIST_SUB_ADJMTASK Static method Public Method Gets Subordinate Entries 20050112
14 INSERT_INTO_ALL_BUFFERS Static method Private Method Inserts Entry in Table Buffer and Other Buffers 20040630
15 IS_PARTKEY_BUFFERED Static method Private Method Is the partial key access already buffered? 20040630
16 RESET_BUFFER Static method Public Method Deletes All Entries in Table Buffer 20040630
17 SELECT_LIST_BY_INTRENO Static method Private Method Database SELECT According to a List of INTRENO 20040630
18 SELECT_LIST_BY_KEY Static method Private Method Database SELECT According to a List of Primary Keys 20040630
19 SELECT_LIST_BY_OBJNR Static method Private Method Database SELECT By a List of OBJNR 20040630
20 SELECT_SINGLE Static method Private Method Database SELECT By Primary Key 20040630
21 SELECT_SINGLE_BY_INTRENO Static method Private Method Database SELECT By INTRENO 20040630
22 SELECT_SINGLE_BY_OBJNR Static method Private Method Database SELECT By OBJNR 20040630
23 TRANSFER_TO_BUFFER Static method Public Method Transfers Unchecked Data to the Table Buffer 20040630
Events
Class CL_REDB_VIAJAT has no event.
Types
Class CL_REDB_VIAJAT 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_ADJMTASKID Call by reference Type reference (TYPE) VIAJAT-ADJMTASKID Anpassungsmaßnahme 20040630
2 Importing ID_MAX_BUFFER_SIZE Call by reference Type reference (TYPE) I 1000 Tech: max. Anzahl der Einträge im Puffer (0=unbegrenzt) 20040630
3 Importing IF_BYPASSING_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Lesen von DB ohne Verwendung des Puffers 20040630
4 Importing IF_RESET_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Puffer zurücksetzen 20040630
# Exception Resumable Description Created on
1 NOT_FOUND Nicht gefunden 20040630

Method CLASS_CONSTRUCTOR Signature

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

Method EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_ADJMTASKID Call by reference Type reference (TYPE) VIAJAT-ADJMTASKID Anpassungsmaßnahme 20040630
2 Importing ID_MAX_BUFFER_SIZE Call by reference Type reference (TYPE) I 1000 Tech: max. Anzahl der Einträge im Puffer (0=unbegrenzt) 20040630
3 Importing IF_BYPASSING_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Lesen von DB ohne Verwendung des Puffers 20040630
4 Importing IF_RESET_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Puffer zurücksetzen 20040630
5 Returning RF_EXISTS Value transfer Type reference (TYPE) ABAP_BOOL Eintrag vorhanden? 20040630

Method EXISTS on class CL_REDB_VIAJAT 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 20040630

Method GET_BUFFER_SIZE on class CL_REDB_VIAJAT has no exception.

Method GET_DETAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_ADJMTASKID Call by reference Type reference (TYPE) VIAJAT-ADJMTASKID Anpassungsmaßnahme 20040630
2 Importing ID_MAX_BUFFER_SIZE Call by reference Type reference (TYPE) I 1000 Tech: max. Anzahl der Einträge im Puffer (0=unbegrenzt) 20040630
3 Importing IF_BYPASSING_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Lesen von DB ohne Verwendung des Puffers 20040630
4 Importing IF_RESET_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Puffer zurücksetzen 20040630
5 Returning RS_DETAIL Value transfer Type reference (TYPE) VIAJAT Anpassungsmaßnahme 20040630
# Exception Resumable Description Created on
1 NOT_FOUND Eintrag nicht gefunden 20040630

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

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) 20040630
2 Importing ID_OBJNR Call by reference Type reference (TYPE) RECAOBJNR OBJNR 20040630
3 Importing IF_BYPASSING_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Lesen von DB ohne Verwendung des Puffers 20040630
4 Importing IF_RESET_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Puffer zurücksetzen 20040630
5 Returning RS_DETAIL Value transfer Type reference (TYPE) VIAJAT Anpassungsmaßnahme 20040630
# Exception Resumable Description Created on
1 NOT_FOUND Eintrag nicht gefunden 20040630

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

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

Method GET_LIST_BY_INTRENO on class CL_REDB_VIAJAT 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_VIAJAT Anpassungsmaßnahme 20040630
2 Importing ID_MAX_BUFFER_SIZE Call by reference Type reference (TYPE) I 1000 Tech: max. Anzahl der Einträge im Puffer (0=unbegrenzt) 20040630
3 Importing IF_BYPASSING_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Lesen von DB ohne Verwendung des Puffers 20040630
4 Importing IF_RESET_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Puffer zurücksetzen 20040630
5 Importing IT_KEY Call by reference Type reference (TYPE) RE_T_VIAJAT_KEY Schlüssel für Anpassungsmaßnahme 20040630

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

Method GET_LIST_BY_OBJNR on class CL_REDB_VIAJAT has no exception.

Method GET_LIST_BY_PROCESSCEAGUID 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_VIAJAT Anpassungsmaßnahme 20060921
2 Importing ID_PROCESSCEAGUID Call by reference Type reference (TYPE) RECAPROCESSGUID Schlüssel 20060921

Method GET_LIST_BY_PROCESSCEAGUID on class CL_REDB_VIAJAT has no exception.

Method GET_LIST_SUB_ADJMTASK 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_VIAJAT Anpassungsmaßnahme 20050112
2 Importing ID_ADJMTASKID Call by reference Type reference (TYPE) REAJADJMTASKID Anpassungsmaßnahme 20050112

Method GET_LIST_SUB_ADJMTASK on class CL_REDB_VIAJAT 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.) 20040630
2 Importing IS_BUFFER_HL Call by reference Type reference (TYPE) TS_BUFFER_HL Eintrag für Tabellenpuffer 20040630

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

Method IS_PARTKEY_BUFFERED on class CL_REDB_VIAJAT has no exception.

Method RESET_BUFFER Signature

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

Method SELECT_LIST_BY_INTRENO on class CL_REDB_VIAJAT 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_VIAJAT Anpassungsmaßnahme 20040630
2 Importing IF_INSERT_INTO_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Tech: Ergebnis puffern 20040630
3 Importing IT_KEY Call by reference Type reference (TYPE) RE_T_VIAJAT_KEY Schlüssel für Anpassungsmaßnahme 20040630

Method SELECT_LIST_BY_KEY on class CL_REDB_VIAJAT 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_VIAJAT Anpassungsmaßnahme 20040630
2 Importing IF_INSERT_INTO_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Tech: Ergebnis puffern 20040630
3 Importing IT_OBJNR Call by reference Type reference (TYPE) RE_T_OBJNR Liste von OBJNR 20040630

Method SELECT_LIST_BY_OBJNR on class CL_REDB_VIAJAT 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 20040630
2 Exporting ES_DETAIL Call by reference Type reference (TYPE) VIAJAT Anpassungsmaßnahme 20040630
3 Importing ID_ADJMTASKID Call by reference Type reference (TYPE) VIAJAT-ADJMTASKID Anpassungsmaßnahme 20040630
4 Importing IF_INSERT_INTO_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Tech: Ergebnis puffern 20040630

Method SELECT_SINGLE on class CL_REDB_VIAJAT 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 20040630
2 Exporting ES_DETAIL Call by reference Type reference (TYPE) VIAJAT Anpassungsmaßnahme 20040630
3 Importing ID_INTRENO Call by reference Type reference (TYPE) RECAINTRENO INTRENO 20040630
4 Importing IF_INSERT_INTO_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Tech: Ergebnis puffern 20040630

Method SELECT_SINGLE_BY_INTRENO on class CL_REDB_VIAJAT 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 20040630
2 Exporting ES_DETAIL Call by reference Type reference (TYPE) VIAJAT Anpassungsmaßnahme 20040630
3 Importing ID_OBJNR Call by reference Type reference (TYPE) RECAOBJNR OBJNR 20040630
4 Importing IF_INSERT_INTO_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Tech: Ergebnis puffern 20040630

Method SELECT_SINGLE_BY_OBJNR on class CL_REDB_VIAJAT 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) 20040630
2 Importing ID_PARTKEY_INDEX Call by reference Type reference (TYPE) I -1 Teilschlüssel, falls alle entspr.Datensätze übergeben werden 20040630
3 Importing IF_AS_NOT_FOUND Call by reference Type reference (TYPE) ABAP_BOOL Daten als 'nicht gefunden' puffern 20040630
4 Importing IF_RESET_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL Tech: Puffer zurücksetzen 20040630
5 Importing IS_DETAIL Call by reference Type reference (TYPE) VIAJAT Anpassungsmaßnahme 20040630
6 Importing IT_LIST Call by reference Type reference (TYPE) RE_T_VIAJAT Anpassungsmaßnahme 20040630

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