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 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 3 | 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 | Instance attribute | Protected | Type reference (TYPE) | RECADATEFROM | Date: Valid From | 20071207 | |||
| 2 | Instance attribute | Protected | Type reference (TYPE) | ABAP_BOOL | Indicator: Complete Retirement Exists | 20071122 | |||
| 3 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_REIT_TC_MINOR_AMT_LIMIT | Check of Trivial Amount Limits | 20060426 | |||
| 4 | Instance attribute | Public | Attribute reference (LIKE) | 20060209 | |||||
| 5 | Instance attribute | Public | Attribute reference (LIKE) | 20060317 | |||||
| 6 | Instance attribute | Protected | Type reference (TYPE) | MTYPE_T_BASE_INTVL | 20071122 | ||||
| 7 | Instance attribute | Protected | Type reference (TYPE) | RE_T_TAX_CORR_CALC_RESULT | Input Tax Correction: Result | 20071122 | |||
| 8 | Instance attribute | Public | Attribute reference (LIKE) | 20060330 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20071122 | ||
| 2 | Instance method | Public | Method | 20071122 | ||
| 3 | Instance method | Protected | Method | Does a Correction Posting Already Exist for Period? | 20071122 | |
| 4 | Instance method | Protected | Method | Adjusts Transferred Date Interval | 20060421 | |
| 5 | Instance method | Protected | Method | Gets Average Current Option Rate | 20060210 | |
| 6 | Instance method | Protected | Method | Gets Length of Correction Period for Key Date | 20071122 | |
| 7 | Instance method | Protected | Method | Gets Length of Correction Period | 20060425 | |
| 8 | Instance method | Protected | Method | Gets Already Existing Correction Results | 20060210 | |
| 9 | Instance method | Protected | Method | Gets Correction Basis Records for Key Date | 20060421 | |
| 10 | Instance method | Public | Method | 20071122 | ||
| 11 | Instance method | Public | Method | 20071122 | ||
| 12 | Instance method | Protected | Method | Checks If Complete Retirement Exists | 20071122 | |
| 13 | Instance method | Protected | Method | Checks If an Object Is Relevant for the Calculation | 20060728 | |
| 14 | Instance method | Protected | Method | Checks If Calculation Is a Repeat for Previous Year | 20060728 | |
| 15 | Instance method | Protected | Method | Impl: Calculates Input Tax Correction | 20060213 | |
| 16 | Instance method | Protected | Method | Impl: Prepares Input Tax Correction | 20060308 | |
| 17 | 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 | ID_KEYDATE | Call by reference | Type reference (TYPE) | REITTCKEYDATE | Stichtag für Vorsteuerberichtigung | 20071122 | |||
| 2 | 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 | 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 | CD_DATEFROM | Call by reference | Type reference (TYPE) | RECADATEFROM | Datum: Gültig ab | 20060421 | |||
| 2 | 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 | ED_OPTRATE | Call by reference | Type reference (TYPE) | REITTCOPTRATE | Optionssatz für Berichtigung | 20060210 | |||
| 2 | ID_DATEFROM | Call by reference | Type reference (TYPE) | RECADATEFROM | Beginn Zeitraum | 20060210 | |||
| 3 | ID_DATETO | Call by reference | Type reference (TYPE) | RECADATETO | Datum: Gültig bis | 20060210 | |||
| 4 | ID_OPTRATE_FIX | Call by reference | Type reference (TYPE) | REITTCOPTRATE | Fixer Optionssatz ab Datum | 20071122 | |||
| 5 | ID_OPTRATE_FIX_FROM | Call by reference | Type reference (TYPE) | RECADATEFROM | Datum, ab dem der Optionssatz fix betrachtet wird | 20070301 | |||
| 6 | IF_DAYS_ACCURATE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ' ' | Flag für taggenaue Berechnung | 20080325 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler | 20060210 |
Method GET_CORR_PERIOD_FOR_KEYDATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_KEYDATE | Call by reference | Type reference (TYPE) | REITTCKEYDATE | Stichtag für Vorsteuerberichtigung | 20071122 | |||
| 2 | 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 | 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 | ET_CALC | Call by reference | Type reference (TYPE) | RE_T_TAX_CORR_CALC | VstBerichtigung: Kopfinformation | 20060420 | |||
| 2 | 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 | ET_LIST | Call by reference | Type reference (TYPE) | RE_T_TAX_CORR_BASE | Vorsteuerberichtigungsbasis | 20060421 | |||
| 2 | ID_KEYDATE | Call by reference | Type reference (TYPE) | RECAKEYDATE | Stichtag | 20060421 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | IT_TC_BASE | Call by reference | Type reference (TYPE) | RE_T_TAX_CORR_BASE | Vorsteuerberichtigungsbasis | 20071122 | |||
| 2 | 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 | ID_KEYDATE | Call by reference | Type reference (TYPE) | REITTCKEYDATE | Stichtag für Vorsteuerberichtigung | 20060728 | |||
| 2 | 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 | ID_KEYDATE | Call by reference | Type reference (TYPE) | REITTCKEYDATE | Stichtag für Vorsteuerberichtigung | 20060728 | |||
| 2 | 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 | ET_RESULT | Call by reference | Type reference (TYPE) | RE_T_TAX_CORR_CALC_RESULT | VstBerichtigung: Ergebnis | 20060213 | |||
| 2 | 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 | EF_ABORT | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20060420 | ||||
| 2 | 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 | ETX_BASE_INTVL | Call by reference | Type reference (TYPE) | MTYPE_T_BASE_INTVL | 20071122 | ||||
| 2 | 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 |