Hierarchy
⤷
⤷
Properties
| Class | CL_TAX_RFD_ITEM | |
| Short Description | Class for Managing Input VAT Refund Items | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | FOT_EDECLARATION | Electronic Advance Return for Tax on Sales/Purchases |
| Created | 20090910 | 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 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_TAX_RFD_ITEM has no interface implemented.
Friends
Class CL_TAX_RFD_ITEM has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | FOTRFDITM_T | VAT Refund Items, Database Fields, and Transient Fields | 20090921 | |||
| 2 | Instance attribute | Public | Type reference (TYPE) | FOTRFDITM_T | VAT Refund Items, Database Fields, and Transient Fields | 20090923 | |||
| 3 | Instance attribute | Public | Type reference (TYPE) | FOTRFDITM_T | VAT Refund Items | 20090924 | |||
| 4 | Instance attribute | Public | Type reference (TYPE) | FOTRFDITM_T | VAT Refund Items | 20090924 | |||
| 5 | Instance attribute | Protected | Type reference (TYPE) | TT_RFD_LOCK | Lock Structure for VAT Refund | 20091007 | |||
| 6 | Instance attribute | Public | Type reference (TYPE) | FOT_TBUKRS | Dominant Enterprise/Company Code | 20091002 | |||
| 7 | Instance attribute | Public | Type reference (TYPE) | FOT_DCCTRY | Reporting Country | 20091002 | |||
| 8 | Instance attribute | Public | Type reference (TYPE) | FOT_DEYEAR | Reporting Year of Data Transmission to Authorities | 20091119 | |||
| 9 | Instance attribute | Protected | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | Data Element for BOOLE Domain: TRUE (='X') and FALSE (=' ') | 20090924 | ||
| 10 | Instance attribute | Public | Type reference (TYPE) | FOT_DCLPER | Reporting Period of Electronic Data Transmission | 20091118 | |||
| 11 | Instance attribute | Public | Type reference (TYPE) | FOT_DCLPER | Reporting Period of Electronic Data Transmission | 20091118 | |||
| 12 | Instance attribute | Protected | Type reference (TYPE) | FOT_RFDREQID | Identifies an Input VAT Refund Application | 20091002 | |||
| 13 | Instance attribute | Public | Type reference (TYPE) | FOT_RFDREQSTATUS | Status of Tax Refund Application | 20091006 | |||
| 14 | Instance attribute | Public | Type reference (TYPE) | FOT_RFD_CTRY | Tax-relevant Refund Country | 20091002 | |||
| 15 | Constant | Public | See coding | 20090910 | |||||
| 16 | Constant | Public | See coding | 20090911 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Calculates balance in currency of tax refund country | 20091020 | |
| 2 | Instance method | Public | Constructor | Generates an Instance of the Class | 20091002 | |
| 3 | Instance method | Public | Method | Reads an input tax item from database | 20091007 | |
| 4 | Instance method | Public | Method | Reads input tax item for a period | 20090921 | |
| 5 | Instance method | Public | Method | Reads input tax item for a request/period | 20100114 | |
| 6 | Instance method | Public | Method | Reads input tax item for a request | 20100114 | |
| 7 | Instance method | Public | Method | Sets status of input tax item to rejected | 20091006 | |
| 8 | Instance method | Public | Method | Determines status of all items | 20091029 | |
| 9 | Instance method | Public | Method | Returns error status | 20090924 | |
| 10 | Static method | Public | Method | Returns text for item status | 20091007 | |
| 11 | Instance method | Public | Method | Blocks an input tax item | 20091007 | |
| 12 | Instance method | Public | Method | Sets status of input tax item to deleted | 20091001 | |
| 13 | Instance method | Public | Method | Updates the database with changed items | 20090924 | |
| 14 | Instance method | Public | Method | Sets the error flag if values contain errors | 20090924 | |
| 15 | Instance method | Public | Method | Blocks an input tax item | 20091007 | |
| 16 | Instance method | Public | Method | Updates a VAT Refund Item | 20090923 | |
| 17 | Instance method | Protected | Method | Calculates the document amount when reporting amount changes | 20091023 | |
| 18 | Instance method | Protected | Method | Determines transient data during read operation | 20091005 | |
| 19 | Instance method | Protected | Method | Determines data if items were changed | 20090929 | |
| 20 | Static method | Protected | Method | Fills the error structure | 20090924 | |
| 21 | Instance method | Protected | Method | Checks if an item is the first item in a period | 20090928 | |
| 22 | Instance method | Protected | Method | Checks if an item is the last item in a period | 20090928 | |
| 23 | Instance method | Protected | Method | Checks manually created items | 20091002 |
Events
Class CL_TAX_RFD_ITEM has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_ERROR | Public | See coding | 20090924 | BEGIN OF ts_error.
TYPES row_id TYPE int4.
TYPES field TYPE char30.
TYPES ex TYPE REF TO cx_tax_rfd.
TYPES END OF ts_error
|
||
| 2 | TS_FOTRFDITM_ALV | Public | See coding | 20090910 | BEGIN OF ts_fotrfditm_alv .
INCLUDE TYPE fotrfditm_s AS fotrfditm.
TYPES status_light(1) TYPE n.
TYPES cell_types TYPE salv_t_int4_column.
TYPES msgs TYPE char30.
TYPES celltab TYPE lvc_t_styl.
TYPES icon TYPE iconname.
TYPES END OF ts_fotrfditm_alv
|
||
| 3 | TS_FOTRFDITM_CHG_FIELD | Public | See coding | 20090923 | BEGIN OF ts_fotrfditm_chg_field .
INCLUDE TYPE fotrfditm_s AS fotrfditm.
TYPES row_id TYPE int4.
TYPES chg_fields_ext TYPE STANDARD TABLE OF char30 WITH DEFAULT KEY.
TYPES chg_fields_int TYPE STANDARD TABLE OF char30 WITH DEFAULT KEY.
TYPES error TYPE STANDARD TABLE OF ts_error WITH DEFAULT KEY.
TYPES END OF ts_fotrfditm_chg_field
|
||
| 4 | TT_FOTRFDITM_ALV | Public | See coding | 20090910 | tt_fotrfditm_alv TYPE STANDARD TABLE OF ts_fotrfditm_alv WITH NON-UNIQUE DEFAULT KEY
|
||
| 5 | TT_FOTRFDITM_CHG_FIELD | Public | See coding | 20090923 | tt_fotrfditm_chg_field TYPE STANDARD TABLE OF ts_fotrfditm_chg_field
|
||
| 6 | TT_RFD_LOCK | Protected | See coding | 20091007 | tt_rfd_lock TYPE STANDARD TABLE OF fot_s_rfd_lock
|
Method Signatures
Method CALCULATE_BALANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_RBASE_AMT_BAL | Call by reference | Type reference (TYPE) | FOT_RBASE_AMT | Basis Betrag in Meldewährung | 20091020 | |||
| 2 | EV_REP_CURR | Call by reference | Type reference (TYPE) | FOT_CURR | Meldewährung | 20091020 | |||
| 3 | EV_RTAX_RAMT_BAL | Call by reference | Type reference (TYPE) | FOT_RBASE_AMT | Basis Betrag in Meldewährung | 20091020 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception class for tax refunds | 20091020 |
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_PERIOD | Call by reference | Type reference (TYPE) | FOTRFDPER_T | Tabellentyp zum FOTRFDPER | 20091124 | |||
| 2 | IT_PERIOD_CHG | Call by reference | Type reference (TYPE) | FOTRFDPER_T | Tabellentyp zum FOTRFDPER | 20091124 | |||
| 3 | IV_BUKRS | Call by reference | Type reference (TYPE) | FOT_TBUKRS | Organträger/Buchungskreis | 20091002 | |||
| 4 | IV_DECL_CTRY | Call by reference | Type reference (TYPE) | FOT_DCCTRY | Meldeland | 20091002 | |||
| 5 | IV_DECL_YEAR | Call by reference | Type reference (TYPE) | FOT_DEYEAR | Meldejahr der Datenübermittlung an Behörden | 20091119 | |||
| 6 | IV_REQID | Call by reference | Type reference (TYPE) | FOT_RFDREQID | Identifiziert einen Vorsteuervergütungsantrag | 20091002 | |||
| 7 | IV_RFD_CTRY | Call by reference | Type reference (TYPE) | FOT_RFD_CTRY | Steuerliches Erstattungsland | 20091002 | |||
| 8 | IV_RFD_PER | Call by reference | Type reference (TYPE) | FOT_DCLPER | Meldeperiode elektronische Datenübermittlung | 20091118 |
Method CONSTRUCTOR on class CL_TAX_RFD_ITEM has no exception.
Method DB_READ_ITEM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_FOTRFDITM | Call by reference | Type reference (TYPE) | FOTRFDITM_S | Vorsteuervergütungs Posten | 20091007 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception class for tax refunds | 20091007 |
Method DB_READ_ITEMS_FOR_PER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DECL_CTRY | Call by reference | Type reference (TYPE) | FOT_DCCTRY | Meldeland | 20090921 | |||
| 2 | IV_DECL_PER | Call by reference | Type reference (TYPE) | FOT_DCLPER | Meldeperiode elektronische Datenübermittlung | 20090921 | |||
| 3 | IV_DECL_RUNID | Call by reference | Type reference (TYPE) | FOT_RUNID | Zähler einer berichtigten Meldung | 20090921 | |||
| 4 | IV_DECL_TYPE | Call by reference | Type reference (TYPE) | FOT_DCLTYP | Meldungsart für Behörden | 20090921 | |||
| 5 | IV_DECL_VERS | Call by reference | Type reference (TYPE) | FOT_VERS | Neue Version für geänderte Meldung | 20090921 | |||
| 6 | IV_DECL_YEAR | Call by reference | Type reference (TYPE) | FOT_DEYEAR | Meldejahr der Datenübermittlung an Behörden | 20090921 | |||
| 7 | IV_REQ_STATUS | Call by reference | Type reference (TYPE) | FOT_RFDREQSTATUS | Status: Umsatzsteuervergütungsantrag | 20091209 | |||
| 8 | IV_RFD_CTRY | Call by reference | Type reference (TYPE) | FOT_RFD_CTRY | Steuerliches Erstattungsland | 20090921 | |||
| 9 | IV_TBUKRS | Call by reference | Type reference (TYPE) | FOT_TBUKRS | Organträger/Buchungskreis | 20090921 |
Method DB_READ_ITEMS_FOR_PER on class CL_TAX_RFD_ITEM has no exception.
Method DB_READ_ITEMS_FOR_REQ_PER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_PERIOD | Call by reference | Type reference (TYPE) | FOTRFDPER_T | Tabellentyp zum FOTRFDPER | 20100114 | |||
| 2 | IT_PERIOD_CHG | Call by reference | Type reference (TYPE) | FOTRFDPER_T | Tabellentyp zum FOTRFDPER | 20100114 | |||
| 3 | IV_REQID | Call by reference | Type reference (TYPE) | FOT_RFDREQID | Identifiziert einen Vorsteuervergütungsantrag | 20100114 | |||
| 4 | IV_REQ_STATUS | Call by reference | Type reference (TYPE) | FOT_RFDREQSTATUS | Status: Umsatzsteuervergütungsantrag | 20100114 |
Method DB_READ_ITEMS_FOR_REQ_PER on class CL_TAX_RFD_ITEM has no exception.
Method DB_READ_ITEM_FOR_REQ Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_REQID | Call by reference | Type reference (TYPE) | FOT_RFDREQID | Identifiziert einen Umsatzsteuervergütungsantrag | 20100114 |
Method DB_READ_ITEM_FOR_REQ on class CL_TAX_RFD_ITEM has no exception.
Method DECLINE_ITEM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_FOTRFDITM | Call by reference | Type reference (TYPE) | FOTRFDITM_S | Vorsteuervergütungs Posten | 20091006 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception class for tax refunds | 20091006 |
Method DETERMINE_OVERALL_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_STATUS | Call by reference | Type reference (TYPE) | FOT_ITEM_STATUS | Status der Meldedaten | 20091029 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception class for tax refunds | 20091029 |
Method GET_ERROR_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_ERROR_EXISTS | Value transfer | Type reference (TYPE) | BOOLE_D | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20090924 |
Method GET_ERROR_STATUS on class CL_TAX_RFD_ITEM has no exception.
Method GET_STATUS_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_STATUS | Call by reference | Type reference (TYPE) | FOT_ITEM_STATUS | Werte für Domänen: Einzelwert/untere Grenze | 20091007 | |||
| 2 | RV_STAT_TXT | Value transfer | Type reference (TYPE) | VAL_TEXT | Kurztext zu Festwerten | 20091007 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception class for tax refunds | 20091007 |
Method LOCK_ITEM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_FOTRFDITM | Call by reference | Type reference (TYPE) | FOTRFDITM_S | Vorsteuervergütungs Posten | 20091007 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception class for tax refunds | 20091007 |
Method MARK_ITEM_AS_DELETED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_FOTRFDITM | Call by reference | Type reference (TYPE) | FOTRFDITM_S | Vorsteuervergütungs Posten | 20091001 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception class for tax refunds | 20091001 |
Method SAVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_PERIOD | Call by reference | Type reference (TYPE) | FOTPERSCRN_T | Tabellentyp zum FOTPERSCRN | 20091123 | |||
| 2 | CT_REQUEST | Call by reference | Type reference (TYPE) | FOTREQSCRN_T | 20100303 | ||||
| 3 | CT_REQUEST_CHG | Call by reference | Type reference (TYPE) | FOTREQSCRN_T | 20100303 | ||||
| 4 | CT_REQUEST_DEL | Call by reference | Type reference (TYPE) | FOTREQSCRN_T | 20100303 | ||||
| 5 | CT_REQUEST_NEW | Call by reference | Type reference (TYPE) | FOTREQSCRN_T | 20100303 | ||||
| 6 | IO_RFD_PERIOD | Call by reference | Object reference (TYPE REF TO) | CL_TAX_RFD_PERIOD | Klasse zur Verwaltung von Vorsteuervergütungsposten | 20090928 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception class for tax refunds | 20090924 |
Method SET_ERROR_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ERROR_EXISTS | Call by reference | Type reference (TYPE) | BOOLE_D | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20090924 |
Method SET_ERROR_STATUS on class CL_TAX_RFD_ITEM has no exception.
Method UNLOCK_ITEMS Signature
Method UNLOCK_ITEMS on class CL_TAX_RFD_ITEM has no parameter.
Method UNLOCK_ITEMS on class CL_TAX_RFD_ITEM has no exception.
Method UPDATE_ITEM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_FOTRFDITM_CHG_FIELD | Call by reference | Type reference (TYPE) | TT_FOTRFDITM_CHG_FIELD | Charakterfeld der Länge 1 | 20090923 | |||
| 2 | IV_DET_REQ | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_TRUE | Gibt an ob determinations ausgeführt werden sollen | 20091006 | ||
| 3 | IV_LEAVE_ON_ERR | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | Falls Fehler vorkommen keine Änderungen durchführen | 20091030 |
Method UPDATE_ITEM on class CL_TAX_RFD_ITEM has no exception.
Method _DO_CURRENCY_CONV Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_FOTRFDITM_CHG_FIELD | Call by reference | Type reference (TYPE) | TS_FOTRFDITM_CHG_FIELD | 20091023 |
Method _DO_CURRENCY_CONV on class CL_TAX_RFD_ITEM has no exception.
Method _DO_READ_DETERMINATIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_FOTRFDITM | Call by reference | Type reference (TYPE) | FOTRFDITM_S | Vorsteuervergütungs Posten | 20091005 |
Method _DO_READ_DETERMINATIONS on class CL_TAX_RFD_ITEM has no exception.
Method _DO_SAVE_DETERMINATIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_FOTRFDITM | Call by reference | Type reference (TYPE) | FOTRFDITM_S | Vorsteuervergütungs Posten | 20090929 | |||
| 2 | IS_FOTRFDITM_BI | Call by reference | Type reference (TYPE) | FOTRFDITM_S | Vorsteuervergütungs Posten | 20090929 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception class for tax refunds | 20091002 |
Method _FILL_ERROR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_FIELD | Call by reference | Type reference (TYPE) | CHAR30 | 20090924 | ||||
| 2 | IV_ROW_ID | Call by reference | Type reference (TYPE) | INT4 | Natürliche Zahl | 20090924 | |||
| 3 | IX_TAX_RFD | Call by reference | Object reference (TYPE REF TO) | CX_TAX_RFD | Exception class for tax refunds | 20090924 | |||
| 4 | RS_ERROR | Value transfer | Type reference (TYPE) | TS_ERROR | 20090924 |
Method _FILL_ERROR on class CL_TAX_RFD_ITEM has no exception.
Method _IS_ITEM_FIRST_ITEM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_CURR_REQ_STAT | Call by reference | Type reference (TYPE) | FOT_RFDREQSTATUS | Status: Umsatzsteuervergütungsantrag | 20091118 | |||
| 2 | EV_CURR_RFDREQ_ID | Call by reference | Type reference (TYPE) | FOT_RFDREQID | Identifiziert einen Umsatzsteuervergütungsantrag | 20091118 | |||
| 3 | EV_IS_FIRST_ITEM | Call by reference | Type reference (TYPE) | BOOLE_D | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20090928 | |||
| 4 | EV_RUNID | Call by reference | Type reference (TYPE) | FOT_RUNID | Zähler einer berichtigten Meldung | 20090928 | |||
| 5 | EV_VERS | Call by reference | Type reference (TYPE) | FOT_VERS | Neue Version für geänderte Meldung | 20090928 | |||
| 6 | IS_FOTRFDITEM | Call by reference | Type reference (TYPE) | FOTRFDITM_S | Vorsteuervergütungs Posten | 20090928 |
Method _IS_ITEM_FIRST_ITEM on class CL_TAX_RFD_ITEM has no exception.
Method _IS_ITEM_LAST_ITEM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_FOTRFDITM | Call by reference | Type reference (TYPE) | FOTRFDITM_S | Vorsteuervergütungs Posten | 20090928 | |||
| 2 | RV_IS_LAST_ITEM | Value transfer | Type reference (TYPE) | BOOLE_D | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20090928 |
Method _IS_ITEM_LAST_ITEM on class CL_TAX_RFD_ITEM has no exception.
Method _VAL_DET_MAN_ITEM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_FOTRFDITM_CHG_FIELD | Call by reference | Type reference (TYPE) | TS_FOTRFDITM_CHG_FIELD | 20091002 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception class for tax refunds | 20091202 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 605 |