SAP ABAP Class CL_REIT_TAX_CORR_CALC_VARIANT (Input Tax Correction: Calculation Formula)
Hierarchy
EA-FIN (Software Component) EA-FIN
   RE-FX (Application Component) Flexible Real Estate Management
     RE_IT_TC (Package) RE: Input Tax Correction
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_REIT_TAX_CORR_CALC_VARIANT Input Tax Correction: Calculation 20060209
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_REIT_TAX_CORR_CALC_DE01 Input Tax Correction: Calculation Formula DE 20060209
2 Inheritance (c INHERITING FROM c_ref)  CL_REIT_TAX_CORR_CALC_DE01N Input Tax Correction: Calculation Formula DE 20070221
Properties
Class CL_REIT_TAX_CORR_CALC_VARIANT  
Short Description Input Tax Correction: Calculation Formula    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status P  SAP Standard Production Program 
Category 0   
Package RE_IT_TC   RE: Input Tax Correction 
Created 20060209   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)
2 RECA0 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 REIT3 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_REIT_TAX_CORR_CALC_VARIANT Input Tax Correction: Calculation 20060209
Friends
# Friend Modeled only Created on Description
1 CF_RECA_OBJECT 20071011 Object That Can Be Instantiated: Factory
2 CL_REIT_TC_MINOR_AMT_LIMIT 20071122 Check of Trivial Amount Limits: Standard Implementation
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MD_RETIRE_DATEFROM Instance attribute Protected Type reference (TYPE) RECADATEFROM Date: Valid From 20071207
2 MF_IS_COMPL_RETIRE Instance attribute Protected Type reference (TYPE) ABAP_BOOL Indicator: Complete Retirement Exists 20071122
3 MO_MIN_AMT_LIMIT Instance attribute Protected Object reference (TYPE REF TO) IF_REIT_TC_MINOR_AMT_LIMIT Check of Trivial Amount Limits 20060426
4 MO_PARAM Instance attribute Public Attribute reference (LIKE) 20060209
5 MO_TC Instance attribute Public Attribute reference (LIKE) 20060317
6 MTX_BASE_SPLIT Instance attribute Protected Type reference (TYPE) MTYPE_T_BASE_INTVL 20071122
7 MT_RESULT Instance attribute Protected Type reference (TYPE) RE_T_TAX_CORR_CALC_RESULT Input Tax Correction: Result 20071122
8 MT_TC_BASE Instance attribute Public Attribute reference (LIKE) 20060330
Methods
# Method Level Visibility Method type Description Created on
1 CALCULATE Instance method Public Method 20071122
2 CHECK_PRECONDITIONS Instance method Public Method 20071122
3 EXISTS_PREV_RES_IN_PERIOD Instance method Protected Method Does a Correction Posting Already Exist for Period? 20071122
4 FIX_DATE_INTERVAL Instance method Protected Method Adjusts Transferred Date Interval 20060421
5 GET_AVERAGE_OPTION_RATE Instance method Protected Method Gets Average Current Option Rate 20060210
6 GET_CORR_PERIOD_FOR_KEYDATE Instance method Protected Method Gets Length of Correction Period for Key Date 20071122
7 GET_CORR_PERIOD_LENGTH Instance method Protected Method Gets Length of Correction Period 20060425
8 GET_PREV_RESULTS Instance method Protected Method Gets Already Existing Correction Results 20060210
9 GET_TAX_CORR_BASE_LIST Instance method Protected Method Gets Correction Basis Records for Key Date 20060421
10 GET_TC_OPTRATE Instance method Public Method 20071122
11 INIT Instance method Public Method 20071122
12 IS_COMPLETE_RETIREMENT Instance method Protected Method Checks If Complete Retirement Exists 20071122
13 IS_OBJECT_VALID_FOR_CALC Instance method Protected Method Checks If an Object Is Relevant for the Calculation 20060728
14 IS_RECALC_FOR_PREVIOUS_YEAR Instance method Protected Method Checks If Calculation Is a Repeat for Previous Year 20060728
15 ME_CALCULATE Instance method Protected Method Impl: Calculates Input Tax Correction 20060213
16 ME_PREPARE Instance method Protected Method Impl: Prepares Input Tax Correction 20060308
17 SPLIT_BASE_LIST Instance method Protected Method Divides Correction Basis Records into Intervals 20071122
Events
Class CL_REIT_TAX_CORR_CALC_VARIANT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 MTYPE_S_BASE_INTVL Protected See coding 20071122 BEGIN OF mtype_s_base_intvl, datefrom type recadatefrom, dateto type recadateto, t_base type re_t_tax_corr_base, end of mtype_s_base_intvl
2 MTYPE_T_BASE_INTVL Protected See coding 20071122 mtype_t_base_intvl TYPE standard table of mtype_s_base_intvl
Method Signatures

Method CALCULATE Signature

Method CALCULATE on class CL_REIT_TAX_CORR_CALC_VARIANT has no parameter.
Method CALCULATE on class CL_REIT_TAX_CORR_CALC_VARIANT has no exception.

Method CHECK_PRECONDITIONS Signature

Method CHECK_PRECONDITIONS on class CL_REIT_TAX_CORR_CALC_VARIANT has no parameter.
Method CHECK_PRECONDITIONS on class CL_REIT_TAX_CORR_CALC_VARIANT has no exception.

Method EXISTS_PREV_RES_IN_PERIOD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_KEYDATE Call by reference Type reference (TYPE) REITTCKEYDATE Stichtag für Vorsteuerberichtigung 20071122
2 Importing IF_INCL_UP_TO_KEYDATE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Kennz.: Alle Erg. bis zum Stichtag für akt. Jahr einbez. 20071122
3 Returning RF_RESULT Value transfer Type reference (TYPE) RECABOOL Allgemeines Ja/Nein - Feld 20071122

Method EXISTS_PREV_RES_IN_PERIOD on class CL_REIT_TAX_CORR_CALC_VARIANT has no exception.

Method FIX_DATE_INTERVAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CD_DATEFROM Call by reference Type reference (TYPE) RECADATEFROM Datum: Gültig ab 20060421
2 Changing CD_DATETO Call by reference Type reference (TYPE) RECADATETO Datum: Gültig bis 20060421

Method FIX_DATE_INTERVAL on class CL_REIT_TAX_CORR_CALC_VARIANT has no exception.

Method GET_AVERAGE_OPTION_RATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ED_OPTRATE Call by reference Type reference (TYPE) REITTCOPTRATE Optionssatz für Berichtigung 20060210
2 Importing ID_DATEFROM Call by reference Type reference (TYPE) RECADATEFROM Beginn Zeitraum 20060210
3 Importing ID_DATETO Call by reference Type reference (TYPE) RECADATETO Datum: Gültig bis 20060210
4 Importing ID_OPTRATE_FIX Call by reference Type reference (TYPE) REITTCOPTRATE Fixer Optionssatz ab Datum 20071122
5 Importing ID_OPTRATE_FIX_FROM Call by reference Type reference (TYPE) RECADATEFROM Datum, ab dem der Optionssatz fix betrachtet wird 20070301
6 Importing IF_DAYS_ACCURATE Call by reference Type reference (TYPE) ABAP_BOOL ' ' Flag für taggenaue Berechnung 20080325
# Exception Resumable Description Created on
1 ERROR Fehler 20060210

Method GET_CORR_PERIOD_FOR_KEYDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_KEYDATE Call by reference Type reference (TYPE) REITTCKEYDATE Stichtag für Vorsteuerberichtigung 20071122
2 Returning RS_DATERANGE Value transfer Type reference (TYPE) RECADATERANGE 20071122

Method GET_CORR_PERIOD_FOR_KEYDATE on class CL_REIT_TAX_CORR_CALC_VARIANT has no exception.

Method GET_CORR_PERIOD_LENGTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RD_MONTHS Value transfer Type reference (TYPE) I 20060425

Method GET_CORR_PERIOD_LENGTH on class CL_REIT_TAX_CORR_CALC_VARIANT has no exception.

Method GET_PREV_RESULTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CALC Call by reference Type reference (TYPE) RE_T_TAX_CORR_CALC VstBerichtigung: Kopfinformation 20060420
2 Exporting ET_CALC_RESULT Call by reference Type reference (TYPE) RE_T_TAX_CORR_CALC_RESULT VstBerichtigung: Ergebnis 20060420

Method GET_PREV_RESULTS on class CL_REIT_TAX_CORR_CALC_VARIANT has no exception.

Method GET_TAX_CORR_BASE_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_TAX_CORR_BASE Vorsteuerberichtigungsbasis 20060421
2 Importing ID_KEYDATE Call by reference Type reference (TYPE) RECAKEYDATE Stichtag 20060421
# Exception Resumable Description Created on
1 ERROR Fehler 20091112

Method GET_TC_OPTRATE Signature

Method GET_TC_OPTRATE on class CL_REIT_TAX_CORR_CALC_VARIANT has no parameter.
Method GET_TC_OPTRATE on class CL_REIT_TAX_CORR_CALC_VARIANT has no exception.

Method INIT Signature

Method INIT on class CL_REIT_TAX_CORR_CALC_VARIANT has no parameter.
Method INIT on class CL_REIT_TAX_CORR_CALC_VARIANT has no exception.

Method IS_COMPLETE_RETIREMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_TC_BASE Call by reference Type reference (TYPE) RE_T_TAX_CORR_BASE Vorsteuerberichtigungsbasis 20071122
2 Returning RF_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20071122

Method IS_COMPLETE_RETIREMENT on class CL_REIT_TAX_CORR_CALC_VARIANT has no exception.

Method IS_OBJECT_VALID_FOR_CALC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_KEYDATE Call by reference Type reference (TYPE) REITTCKEYDATE Stichtag für Vorsteuerberichtigung 20060728
2 Returning RF_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20060728

Method IS_OBJECT_VALID_FOR_CALC on class CL_REIT_TAX_CORR_CALC_VARIANT has no exception.

Method IS_RECALC_FOR_PREVIOUS_YEAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_KEYDATE Call by reference Type reference (TYPE) REITTCKEYDATE Stichtag für Vorsteuerberichtigung 20060728
2 Returning RF_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20060728

Method IS_RECALC_FOR_PREVIOUS_YEAR on class CL_REIT_TAX_CORR_CALC_VARIANT has no exception.

Method ME_CALCULATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RESULT Call by reference Type reference (TYPE) RE_T_TAX_CORR_CALC_RESULT VstBerichtigung: Ergebnis 20060213
2 Importing IO_MSGLIST Call by reference Object reference (TYPE REF TO) IF_RECA_MESSAGE_LIST Nachrichtensammler 20060213

Method ME_CALCULATE on class CL_REIT_TAX_CORR_CALC_VARIANT has no exception.

Method ME_PREPARE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EF_ABORT Call by reference Type reference (TYPE) ABAP_BOOL 20060420
2 Importing IO_MSGLIST Call by reference Object reference (TYPE REF TO) IF_RECA_MESSAGE_LIST Nachrichtensammler 20060308

Method ME_PREPARE on class CL_REIT_TAX_CORR_CALC_VARIANT has no exception.

Method SPLIT_BASE_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ETX_BASE_INTVL Call by reference Type reference (TYPE) MTYPE_T_BASE_INTVL 20071122
2 Importing IT_BASE Call by reference Type reference (TYPE) RE_T_TAX_CORR_BASE Vorsteuerberichtigungsbasis 20071122

Method SPLIT_BASE_LIST on class CL_REIT_TAX_CORR_CALC_VARIANT has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 600