SAP ABAP Class CL_TAX_RFD_MONITOR (Input VAT Refund Monitor)
Hierarchy
SAP_FIN (Software Component) SAP_FIN
   FI (Application Component) Financial Accounting
     FOT_EDECLARATION (Package) Electronic Advance Return for Tax on Sales/Purchases
Properties
Class CL_TAX_RFD_MONITOR  
Short Description Input VAT Refund Monitor    
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 20090901   SAP 
Last change 20110908   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 CL_TAX_RFD_ITEM Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_TAX_RFD_MONITOR has no interface implemented.
Friends
Class CL_TAX_RFD_MONITOR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_COMPLETE Constant Protected Type reference (TYPE) FOT_ITEM_STATUS '1' Status of Reporting Data 20091029
2 C_DELETED Constant Protected Type reference (TYPE) FOT_ITEM_STATUS '4' Status of Reporting Data 20091029
3 C_FALSE Constant Protected Type reference (TYPE) BOOLEAN SPACE Boolean Variable (X=True, -=False, Space=Unknown) 20090915
4 C_INCOMPLETE Constant Protected Type reference (TYPE) FOT_ITEM_STATUS '2' Status of Reporting Data 20091029
5 C_NEW_REQ_STATUS Constant Protected Type reference (TYPE) FOT_RFDREQSTATUS '1' Status of Tax Refund Application 20091016
6 C_REJECTED Constant Protected Type reference (TYPE) FOT_ITEM_STATUS '3' Status of Reporting Data 20091029
7 C_TRUE Constant Protected Type reference (TYPE) BOOLEAN 'X' Boolean Variable (X=True, -=False, Space=Unknown) 20090915
8 _FRMWORK Static Attribute Protected Object reference (TYPE REF TO) CL_TAX_RFD_MONITOR Framework of Input VAT Refund Monitor 20090901
Methods
# Method Level Visibility Method type Description Created on
1 ADD_FUNCTIONS Instance method Public Method Functions 20090915
2 CREATE Static method Public Method Singleton Constructor 20090901
3 CREATE_ICON Static method Public Method Create Status Icon 20091029
4 FILL_ALV_ITEM_PROTOCOL Static method Public Method Fills the item ALV log with errors 20090924
5 MAP_ALV_TO_PARAM Static method Public Method Conversion Between ALV and Database Structures 20091021
6 MAP_ALV_TO_PERIOD Static method Public Method Conversion Between ALV and Database Structures 20091007
7 MAP_ALV_TO_REQUEST Static method Public Method Conversion Between ALV and Database Structures 20091007
8 MAP_ITEM_TO_ALV Static method Public Method Generates Item Table for the ALV Grid 20090930
9 MAP_PARAM_TO_ALV Static method Public Method Generates Structures for the Dynpro 20091026
10 MAP_PERIOD_TO_ALV Static method Public Method Generates Structures for the Dynpro 20090922
11 MAP_REQUEST_TO_ALV Static method Public Method Generates Structures for the Dynpro 20090930
12 UPDATE_ALV_ITEM_FIELDS Static method Public Method Fills fields of editable item ALVs 20090924
13 UPDATE_REQUEST_PERIODS Static method Public Method 20091008
14 _DETERMINE_TRANS_FIELDS Static method Protected Method Determines transient ALV fields 20091005
Events
Class CL_TAX_RFD_MONITOR has no event.
Types
Class CL_TAX_RFD_MONITOR has no local type.
Method Signatures

Method ADD_FUNCTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_OBJECT Call by reference Object reference (TYPE REF TO) CL_SALV_TABLE Basisklasse für einfache Tabellen 20090915
2 Importing I_ICON Call by reference Type reference (TYPE) STRING Ikone 20090915
3 Importing I_NAME Call by reference Type reference (TYPE) SALV_DE_FUNCTION ALV Funktion 20090916
4 Importing I_POS Call by reference Type reference (TYPE) SALV_DE_FUNCTION_POS IF_SALV_C_FUNCTION_POSITION=>RIGHT_OF_SALV_FUNCTIONS Funktion Positionierung 20090924
5 Importing I_TEXT Call by reference Type reference (TYPE) STRING Beschreibung 20090915
6 Importing I_TOOLTIP Call by reference Type reference (TYPE) STRING Tooltip 20090915

Method ADD_FUNCTIONS on class CL_TAX_RFD_MONITOR has no exception.

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RET_FRMWORK Value transfer Object reference (TYPE REF TO) CL_TAX_RFD_MONITOR Framework des Vorsteuervergütung Monitors 20090901
# Exception Resumable Description Created on
1 CX_TAX_RFD Exception class for tax refunds 20091005

Method CREATE_ICON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_ICON Call by reference Type reference (TYPE) ICONNAME Name einer Ikone 20091029
2 Importing I_STATUS Call by reference Type reference (TYPE) FOT_ITEM_STATUS Status der Meldedaten 20091029

Method CREATE_ICON on class CL_TAX_RFD_MONITOR has no exception.

Method FILL_ALV_ITEM_PROTOCOL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_DATA_CHANGED Call by reference Object reference (TYPE REF TO) CL_ALV_CHANGED_DATA_PROTOCOL Message Protokoll für Dataentry 20090924
2 Importing IT_FOTRFDITM_CHG_FIELD Call by reference Type reference (TYPE) CL_TAX_RFD_ITEM=>TT_FOTRFDITM_CHG_FIELD 20090924

Method FILL_ALV_ITEM_PROTOCOL on class CL_TAX_RFD_MONITOR has no exception.

Method MAP_ALV_TO_PARAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PARAM Call by reference Type reference (TYPE) FOTRFDPARA_T Tabellentyp zum fotrfdpara 20091021
2 Importing IT_PARAM Call by reference Type reference (TYPE) FOTRFDPARA_T Tabellentyp zum fotrfdpara 20091021

Method MAP_ALV_TO_PARAM on class CL_TAX_RFD_MONITOR has no exception.

Method MAP_ALV_TO_PERIOD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PERIOD Call by reference Type reference (TYPE) FOTRFDPER_T Tabellentyp zum FOTRFDPER 20091007
2 Importing IT_PERIOD Call by reference Type reference (TYPE) FOTPERSCRN_T Tabellentyp zum FOTPERSCRN 20091007

Method MAP_ALV_TO_PERIOD on class CL_TAX_RFD_MONITOR has no exception.

Method MAP_ALV_TO_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_REQUEST Call by reference Type reference (TYPE) FOTRFDREQ_T Tabellentyp zum FOTRFDREQ 20091007
2 Importing IT_REQUEST Call by reference Type reference (TYPE) FOTREQSCRN_T Tabellentyp zum FOTREQSCRN 20091007

Method MAP_ALV_TO_REQUEST on class CL_TAX_RFD_MONITOR has no exception.

Method MAP_ITEM_TO_ALV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_FOTRFDITM_ALV_FI Call by reference Type reference (TYPE) CL_TAX_RFD_ITEM=>TT_FOTRFDITM_ALV 20091007
2 Changing CT_FOTRFDITM_ALV_MAN Call by reference Type reference (TYPE) CL_TAX_RFD_ITEM=>TT_FOTRFDITM_ALV 20091007
3 Changing CT_FOTRFDITM_ALV_TV Call by reference Type reference (TYPE) CL_TAX_RFD_ITEM=>TT_FOTRFDITM_ALV 20091007
4 Importing IT_FOTRFDITM Call by reference Type reference (TYPE) FOTRFDITM_T Vorsteuervergütungs Posten 20090930
5 Importing IT_FOTRFDITM_CHG Call by reference Type reference (TYPE) FOTRFDITM_T Vorsteuervergütungs Posten 20090930
6 Importing IT_FOTRFDITM_INS Call by reference Type reference (TYPE) FOTRFDITM_T Vorsteuervergütungs Posten 20090930
7 Importing IT_ROW Call by reference Type reference (TYPE) SALV_T_ROW Natürliche Zahl 20091209
8 Importing IV_CLEAR_ALV_STR Call by reference Type reference (TYPE) BOOLE_D ABAP_TRUE Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20091007
9 Importing IV_ITEMSRC Call by reference Type reference (TYPE) FOT_RFD_ITEMORIG Ursprung einer Belegposition 20091209

Method MAP_ITEM_TO_ALV on class CL_TAX_RFD_MONITOR has no exception.

Method MAP_PARAM_TO_ALV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RFDPARASCRN Call by reference Type reference (TYPE) FOTPARAMSCRN_T Tabellentyp zum FOTPARAMSCRN 20091026
2 Importing IT_RFDPARA Call by reference Type reference (TYPE) FOTRFDPARA_T Tabellentyp zum fotrfdpara 20091026

Method MAP_PARAM_TO_ALV on class CL_TAX_RFD_MONITOR has no exception.

Method MAP_PERIOD_TO_ALV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ASGNPER Call by reference Type reference (TYPE) FOTPERSCRN_T Tabellentyp zum FOTPERSCRN 20090922
2 Exporting ET_PERIOD Call by reference Type reference (TYPE) FOTPERSCRN_T Tabellentyp zum FOTPERSCRN 20090928
3 Exporting ET_UNASPER Call by reference Type reference (TYPE) FOTPERSCRN_T Tabellentyp zum FOTPERSCRN 20090922
4 Importing IT_CHG_PERIOD Call by reference Type reference (TYPE) FOTRFDPER_T Tabellentyp zum FOTRFDPER 20090922
5 Importing IT_PERIOD Call by reference Type reference (TYPE) FOTRFDPER_T Tabellentyp zum FOTRFDPER 20090922

Method MAP_PERIOD_TO_ALV on class CL_TAX_RFD_MONITOR has no exception.

Method MAP_REQUEST_TO_ALV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_REQUEST Call by reference Type reference (TYPE) FOTREQSCRN_T Tabellentyp zum FOTREQSCRN 20090930
2 Importing IT_PERIOD Call by reference Type reference (TYPE) FOTRFDPER_T Tabellentyp zum FOTRFDPER 20091029
3 Importing IT_PERIOD_CHG Call by reference Type reference (TYPE) FOTRFDPER_T Tabellentyp zum FOTRFDPER 20091029
4 Importing IT_REQUEST Call by reference Type reference (TYPE) FOTRFDREQ_T Tabellentyp zum FOTRFDREQ 20090930
# Exception Resumable Description Created on
1 CX_TAX_RFD Exception class for tax refunds 20091029

Method UPDATE_ALV_ITEM_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_DATA_CHANGED Call by reference Object reference (TYPE REF TO) CL_ALV_CHANGED_DATA_PROTOCOL Message Protokoll für Dataentry 20090924
2 Importing IT_FOTRFDITM_CHG_FIELD Call by reference Type reference (TYPE) CL_TAX_RFD_ITEM=>TT_FOTRFDITM_CHG_FIELD 20090924

Method UPDATE_ALV_ITEM_FIELDS on class CL_TAX_RFD_MONITOR has no exception.

Method UPDATE_REQUEST_PERIODS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_PARAM_CHG Call by reference Type reference (TYPE) FOTRFDPARA_T Tabellentyp zum fotrfdpara 20091022
2 Changing CT_PARAM_NEW Call by reference Type reference (TYPE) FOTRFDPARA_T Tabellentyp zum fotrfdpara 20091022
3 Changing CT_PERIOD_CHG Call by reference Type reference (TYPE) FOTRFDPER_T Tabellentyp zum FOTRFDPER 20091008
4 Changing CT_REQUEST Call by reference Type reference (TYPE) FOTREQSCRN_T Tabellentyp zum FOTRFDREQ 20091019
5 Changing CT_REQUEST_CHG Call by reference Type reference (TYPE) FOTRFDREQ_T Tabellentyp zum FOTRFDREQ 20091019
6 Changing CT_REQUEST_NEW Call by reference Type reference (TYPE) FOTRFDREQ_T Tabellentyp zum FOTREQSCRN 20091008
# Exception Resumable Description Created on
1 CX_TAX_RFD Exception class for tax refunds 20091016

Method _DETERMINE_TRANS_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_FOTRFDITM_ALV Call by reference Type reference (TYPE) CL_TAX_RFD_ITEM=>TS_FOTRFDITM_ALV 20091005

Method _DETERMINE_TRANS_FIELDS on class CL_TAX_RFD_MONITOR has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 605