SAP ABAP Class CL_REITC_CORR_OBJECT_TYPE (Type of Correction Object (TIVITTCTYPE/TIVITTCTYPET))
Hierarchy
EA-FIN (Software Component) EA-FIN
   RE-FX (Application Component) Flexible Real Estate Management
     RE_IT_TC (Package) RE: Input Tax Correction
Properties
Class CL_REITC_CORR_OBJECT_TYPE  
Short Description Type of Correction Object (TIVITTCTYPE/TIVITTCTYPET)    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status P  SAP Standard Production Program 
Category 0   
Package RE_IT_TC   RE: Input Tax Correction 
Created 20020121   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_REITC_CORR_OBJECT_TYPE has no interface implemented.
Friends
Class CL_REITC_CORR_OBJECT_TYPE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MC_TABNAME Constant Private Type reference (TYPE) TABNAME 'TIVITTCTYPE' Table Name 20051118
2 MC_TEXT_TABNAME Constant Private Type reference (TYPE) TABNAME 'TIVITTCTYPET' Table Name of Text Table 20051118
3 MD_TABIX_INSERT Static Attribute Private Type reference (TYPE) SYTABIX Index of Entry to Be Added in Table Buffer 20051118
4 MF_BUFFER_COMPLETE Static Attribute Private Type reference (TYPE) ABAP_BOOL MT_BUFFER buffer completely filled? 20051118
5 MS_BUFFER_HL Static Attribute Private Type reference (TYPE) REITC_CORR_OBJECT_TYPE Structure Buffer 20051118
6 MS_FULL_BUFFER_HL Static Attribute Private Type reference (TYPE) REITC_CORR_OBJECT_TYPE_X Complete Structure Buffer (Including Text) 20051118
7 MS_TEXT_BUFFER_HL Static Attribute Private Type reference (TYPE) MTYPE_S_TEXT_BUFFER Structure Buffer for Texts 20051118
8 MT_BUFFER Static Attribute Private Type reference (TYPE) RE_T_CORR_OBJECT_TYPE Table Buffers 20051118
9 MT_TEXT_BUFFER Static Attribute Private Type reference (TYPE) MTYPE_T_TEXT_BUFFER Table Buffer for Texts 20051118
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_KEY Static method Public Method Checks If Entry Exists for Primary Key (Except.) 20051118
2 COUNT Static method Public Method Supplies Number of Entries 20051118
3 EXISTS Static method Public Method Checks If Entry Exists for Primary Key (Y/N) 20051118
4 GET_DETAIL Static method Public Method Supplies Structure for Primary Key 20051118
5 GET_DETAIL_X Static method Public Method Supplies Structure for Primary Key Including Additional Data 20051118
6 GET_LIST Static method Public Method Supplies All Entries 20051118
7 GET_LIST_X Static method Public Method Supplies All Entries Incl. Additional Data 20051118
8 GET_TEXT Static method Public Method Supplies Standard Text to Primary Key 20051118
9 RESET_BUFFER Static method Public Method Deletes Table Buffer 20051118
10 TRANSFER_TO_BUFFER Static method Public Method 20051118
11 _COMPLETE_DETAIL_X Static method Private Method Completes the Additional Data 20051118
12 _FILL_BUFFER_COMPLETE Static method Private Method Fills Table Buffer with All Entries 20051118
13 _SELECT_SINGLE Static method Private Method Selects Entry for Primary Key from Database 20051118
14 _SELECT_SINGLE_TEXT Static method Private Method Selects Entry for Primary Key from Database (Text) 20051118
Events
Class CL_REITC_CORR_OBJECT_TYPE has no event.
Types
Class CL_REITC_CORR_OBJECT_TYPE 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_TCTYPE Call by reference Type reference (TYPE) REITC_CORR_OBJECT_TYPE-TCTYPE Art des Berichtigungsobjekts 20051118
# Exception Resumable Description Created on
1 NOT_FOUND Nicht gefunden 20051118

Method COUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RD_COUNT Value transfer Type reference (TYPE) I Anzahl der Einträge 20051118

Method COUNT on class CL_REITC_CORR_OBJECT_TYPE has no exception.

Method EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_TCTYPE Call by reference Type reference (TYPE) REITC_CORR_OBJECT_TYPE-TCTYPE Art des Berichtigungsobjekts 20051118
2 Returning RF_EXISTS Value transfer Type reference (TYPE) ABAP_BOOL Eintrag vorhanden? 20051118

Method EXISTS on class CL_REITC_CORR_OBJECT_TYPE has no exception.

Method GET_DETAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_REQUIRE Call by reference Type reference (TYPE) CHAR1 ' ' NOT_FOUND für: 'K'ey / ' '=keine Exception 20051118
2 Importing ID_TCTYPE Call by reference Type reference (TYPE) REITC_CORR_OBJECT_TYPE-TCTYPE Art des Berichtigungsobjekts 20051118
3 Returning RS_DETAIL Value transfer Type reference (TYPE) REITC_CORR_OBJECT_TYPE Art des Berichtigungsobjekts 20051118
# Exception Resumable Description Created on
1 NOT_FOUND Nicht gefunden 20051118

Method GET_DETAIL_X Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_LANGU Call by reference Type reference (TYPE) SYLANGU SY-LANGU Sprache 20051118
2 Importing ID_REQUIRE Call by reference Type reference (TYPE) CHAR1 ' ' NOT_FOUND für: 'K'ey / 'T'ext / ' '=keine Exception 20051118
3 Importing ID_TCTYPE Call by reference Type reference (TYPE) REITC_CORR_OBJECT_TYPE-TCTYPE Art des Berichtigungsobjekts 20051118
4 Importing ID_XSEARCH Call by reference Type reference (TYPE) CHAR1 '1' Kein Text: '1'=Key / '2'=alt.Sprache / '3'=2+Key / ' '=Orig. 20051118
5 Returning RS_DETAIL_X Value transfer Type reference (TYPE) REITC_CORR_OBJECT_TYPE_X Art des Berichtigungsobjekts und Zusatzfelder 20051118
# Exception Resumable Description Created on
1 NOT_FOUND Nicht gefunden 20051118

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_CORR_OBJECT_TYPE Art des Berichtigungsobjekts 20051118
2 Importing ID_REQUIRE Call by reference Type reference (TYPE) CHAR1 ' ' NOT_FOUND für: 'L'iste leer / ' '=keine Exception 20051118
# Exception Resumable Description Created on
1 NOT_FOUND Liste ist leer 20051118

Method GET_LIST_X Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_LIST_X Call by reference Type reference (TYPE) RE_T_CORR_OBJECT_TYPE_X Art des Berichtigungsobjekts und Zusatzfelder 20051118
2 Importing ID_LANGU Call by reference Type reference (TYPE) SYLANGU SY-LANGU Sprache 20051118
3 Importing ID_REQUIRE Call by reference Type reference (TYPE) CHAR1 ' ' NOT_FOUND für: 'L'iste leer / ' '=keine Exception 20051118
4 Importing ID_XSEARCH Call by reference Type reference (TYPE) CHAR1 '1' Kein Text: '1'=Key / '2'=alt.Sprache / '3'=2+Key / ' '=Orig. 20051118
# Exception Resumable Description Created on
1 NOT_FOUND Liste ist leer 20051118

Method GET_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_LANGU Call by reference Type reference (TYPE) SYLANGU SY-LANGU Sprache 20051118
2 Importing ID_REQUIRE Call by reference Type reference (TYPE) CHAR1 ' ' NOT_FOUND für: 'K'ey / 'T'ext / ' '=keine Exception 20051118
3 Importing ID_TCTYPE Call by reference Type reference (TYPE) REITC_CORR_OBJECT_TYPE-TCTYPE Art des Berichtigungsobjekts 20051118
4 Importing ID_XSEARCH Call by reference Type reference (TYPE) CHAR1 '1' Kein Text: '1'=Key / '2'=alt.Sprache / '3'=2+Key / ' '=Orig. 20051118
5 Returning RD_TEXT Value transfer Type reference (TYPE) REITC_CORR_OBJECT_TYPE_X-XTCTYPE Text 20051118
# Exception Resumable Description Created on
1 NOT_FOUND Nicht gefunden 20051118

Method RESET_BUFFER Signature

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

Method TRANSFER_TO_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_LIST Call by reference Type reference (TYPE) RE_T_CORR_OBJECT_TYPE Art des Berichtigungsobjekts 20051118

Method TRANSFER_TO_BUFFER on class CL_REITC_CORR_OBJECT_TYPE has no exception.

Method _COMPLETE_DETAIL_X Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_DETAIL_X Call by reference Type reference (TYPE) REITC_CORR_OBJECT_TYPE_X Art des Berichtigungsobjekts und Zusatzfelder 20051118
2 Importing ID_LANGU Call by reference Type reference (TYPE) SYLANGU Sprache 20051118
3 Importing ID_REQUIRE Call by reference Type reference (TYPE) CHAR1 NOT_FOUND für: 'T'ext / ' '=keine Exception 20051118
4 Importing ID_XSEARCH Call by reference Type reference (TYPE) CHAR1 Kein Text: '1'=Key / '2'=alt.Sprache / '3'=2+Key / ' '=Orig. 20051118
# Exception Resumable Description Created on
1 NOT_FOUND Nicht gefunden 20051118

Method _FILL_BUFFER_COMPLETE Signature

Method _FILL_BUFFER_COMPLETE on class CL_REITC_CORR_OBJECT_TYPE has no parameter.
Method _FILL_BUFFER_COMPLETE on class CL_REITC_CORR_OBJECT_TYPE has no exception.

Method _SELECT_SINGLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_TCTYPE Call by reference Type reference (TYPE) REITC_CORR_OBJECT_TYPE-TCTYPE Art des Berichtigungsobjekts 20051118
# Exception Resumable Description Created on
1 NOT_FOUND Primärschlüssel nicht gefunden 20051118

Method _SELECT_SINGLE_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_LANGU Call by reference Type reference (TYPE) SYLANGU Sprache 20051118
2 Importing ID_TCTYPE Call by reference Type reference (TYPE) REITC_CORR_OBJECT_TYPE-TCTYPE Art des Berichtigungsobjekts 20051118
# Exception Resumable Description Created on
1 NOT_FOUND Nicht gefunden 20051118
History
Last changed by/on SAP  20130531 
SAP Release Created in 600