SAP ABAP Class CL_REXC_IT_F24 (F24 Payment file)
Hierarchy
EA-FIN (Software Component) EA-FIN
   RE-FX (Application Component) Flexible Real Estate Management
     RE_XC_RA_IT (Package) RE: XC - Localisation of Flexible Real Estate for Italy
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_REXC_IT_ICI_F24 F24 Payment file 20121101
2 Inheritance (c INHERITING FROM c_ref)  CL_REXC_IT_IMU_F24 F24 Payment file 20121031
Properties
Class CL_REXC_IT_F24  
Short Description F24 Payment file    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class REXCRAIT    
Program status P  SAP Standard Production Program 
Category 0   
Package RE_XC_RA_IT   RE: XC - Localisation of Flexible Real Estate for Italy 
Created 20121031   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_REXC_IT_F24 has no forward declaration.
Interfaces
Class CL_REXC_IT_F24 has no interface implemented.
Friends
Class CL_REXC_IT_F24 has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MC_PAR_TRTY Constant Protected Type reference (TYPE) DMEE_TREE_HEAD-TREE_TYPE 'REXC' DMEE: tree type 20121031
2 MD_PATH Instance attribute Protected Type reference (TYPE) REXCITICIF24PATH Path of the F24 payment file 20121031
3 MF_F24_FIRSTINST Instance attribute Protected Type reference (TYPE) REXCITICIFIRST F24: First Installment 20121031
4 MO_MSGLIST Instance attribute Protected Object reference (TYPE REF TO) IF_RECA_MESSAGE_LIST Message Collector: Standard Implementation 20121031
5 MS_ICI_F24 Instance attribute Protected Type reference (TYPE) REXCC_IT_ICI_F24 F24 Payment Data (TIVXCITF24PYMNT) 20121031
6 MT_CITY Instance attribute Protected Type reference (TYPE) RE_T_IT_CADAST_CITY City code for Cadastral Data (TIVXCITCADCITY) 20121031
7 MT_F24_DMEE_OUTPUT Instance attribute Protected Type reference (TYPE) TAB_DMEE_OUTPUT_FILE DMEE: Table Type for DMEE_OUTPUT_FILE 20121031
8 MT_ICIDATA_SORT Instance attribute Protected Type reference (TYPE) LTT_ICIDATA_FOR_SORT ICI master data (VIXCITICIDATA) 20121031
9 MT_ICI_CALCTYPE Instance attribute Protected Type reference (TYPE) RE_T_IT_ICI_CALCTYPE ICI Calculation type (TIVXCITCALCTYPE) 20121031
10 MT_ICI_DMEE Instance attribute Protected Type reference (TYPE) RE_T_IT_ICI_F24_DMEE Items lines of DMEE file for F24 payment file 20121031
11 MT_ICI_F24 Instance attribute Protected Type reference (TYPE) RE_T_IT_ICI_F24 F24 Payment Data (TIVXCITF24PYMNT) 20121031
12 MT_ICI_PARAM Instance attribute Protected Type reference (TYPE) RE_T_IT_ICI_CITY_PARAM ICI City parameter (TIVXCITICIPARAM) 20121031
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20121031
2 CREATE Static method Public Method Create an instance 20121031
3 DOWNLOAD_F24_FILE_FOR_CITY Instance method Public Method Downloads the F24 DME file 20121031
4 GENERATE_F24_FOR_CITY Instance method Public Method Generates the F24 data for a city 20121031
5 PROCESS_DATA Instance method Public Method Processes the data for the F24 report 20121031
6 READ_CUSTOMIZING Instance method Protected Method Reads the F24 relevant customizing 20121031
Events
Class CL_REXC_IT_F24 has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 LTT_ICIDATA_FOR_SORT Protected See coding 20121031 ltt_icidata_for_sort TYPE TABLE OF lty_icidata_for_sort
2 LTY_ICIDATA_FOR_SORT Protected See coding 20121031 BEGIN OF lty_icidata_for_sort , citycode_key TYPE rexcitcitycode, taxcode type rexcitf24taxcode, calctype_key TYPE rexcitcalctype, iscitytype TYPE rexcitf24iscitytype. "1 - city; 2 - country "JB_F24 INCLUDE TYPE vixciticidata. TYPES: END OF lty_icidata_for_sort
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_PATH Call by reference Type reference (TYPE) REXCITICIF24PATH Path of the F24 payment file 20121031
2 Importing IF_F24_FIRSTINST Call by reference Type reference (TYPE) REXCITICIFIRST F24: First Installment 20121031
3 Importing IO_MSGLIST Call by reference Object reference (TYPE REF TO) IF_RECA_MESSAGE_LIST Message Collector: Standard Implementation 20121031
4 Importing IT_ICIDATA Call by reference Type reference (TYPE) RE_T_VIXCITICIDATA ICI master data (VIXCITICIDATA) 20121102

Method CONSTRUCTOR on class CL_REXC_IT_F24 has no exception.

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_PATH Call by reference Type reference (TYPE) REXCITICIF24PATH Path of the F24 payment file 20121031
2 Importing IF_F24_FIRSTINST Call by reference Type reference (TYPE) REXCITICIFIRST F24: First Installment 20121031
3 Importing IO_MSGLIST Call by reference Object reference (TYPE REF TO) IF_RECA_MESSAGE_LIST Message Collector: Standard Implementation 20121031
4 Importing IT_ICIDATA Call by reference Type reference (TYPE) RE_T_VIXCITICIDATA ICI master data (VIXCITICIDATA) 20121031
5 Returning RO_F24 Value transfer Object reference (TYPE REF TO) CL_REXC_IT_F24 F24 Payment file object 20121031

Method CREATE on class CL_REXC_IT_F24 has no exception.

Method DOWNLOAD_F24_FILE_FOR_CITY Signature

Method DOWNLOAD_F24_FILE_FOR_CITY on class CL_REXC_IT_F24 has no parameter.
# Exception Resumable Description Created on
1 ERROR_DURING_FILE_DOWNLOAD 20121031

Method GENERATE_F24_FOR_CITY Signature

Method GENERATE_F24_FOR_CITY on class CL_REXC_IT_F24 has no parameter.
# Exception Resumable Description Created on
1 ERROR_DURING_FILE_GENERATION Error during file generation 20121031

Method PROCESS_DATA Signature

Method PROCESS_DATA on class CL_REXC_IT_F24 has no parameter.
Method PROCESS_DATA on class CL_REXC_IT_F24 has no exception.

Method READ_CUSTOMIZING Signature

Method READ_CUSTOMIZING on class CL_REXC_IT_F24 has no parameter.
# Exception Resumable Description Created on
1 ERROR Error 20121031
History
Last changed by/on SAP  20130531 
SAP Release Created in 617