RFIDITCVL is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter RFIDITCVL into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Selection Text: ZEITRAUM = Document Date
Selection Text: VERSION = Version
Selection Text: TXCDINTR = Fiscal Code of Transmitter
Selection Text: TXCDAGNT = Fiscal Code of Deputy
Selection Text: TRN_DT = Date of Transmission
Selection Text: TREE_ID = DMEE Tree
Selection Text: S_PART = Business Partner
Selection Text: REPT = File Repetition Factor
Selection Text: REGS_NUM = Reg. Number at C.A.F
Selection Text: P_STCD1 = Select via Fiscal Code
Selection Text: P_FICA = FI-CA Data Selection
Selection Text: PR_LYOUT = Layout
Selection Text: MWST-KZ = Tax Code
Selection Text: KONTOART = Account Type
Selection Text: KKONTO = Vendor Account
Selection Text: FILE = File Name on Appl. Server
Selection Text: EXTN = File Name Extension
Selection Text: DKONTO = Customer Account
Selection Text: COMMCN = Comm. About Declaration
Title: Annual Tax Report for Customers/Vendors (Italy)
Text Symbol: F11 = Account type|Account type|Act.typ
Text Symbol: F10 = BP Name2|BP Name2|BP Nm2
Text Symbol: F09 = Tax number|Tax number|Tax no
Text Symbol: F08 = Province|Province|Prvnc
Text Symbol: F07 = Municipality|Municipality|Mcplty
Text Symbol: F06 = Tax rate|Tax rate|Tx Rt.
Text Symbol: F05 = Deductible|Deductible|Dedu.
Text Symbol: F04 = Non-Deductible|Non-Deductible|Non-Dedu.
Text Symbol: F03 = Group Description|Group Description|Group Desc
Text Symbol: F02 = Group|Group|Grp
Text Symbol: F01 = BP Name1|BP Name1|BP Nm1
Text Symbol: 009 = Deputy Data
Text Symbol: 008 = Data Transm. by Transmitter
Text Symbol: 006 = Error List
Text Symbol: 005 = Error list generated
Text Symbol: 004 = File Creation
Text Symbol: 003 = Additional Selections
Text Symbol: 002 = Files created successfully
INCLUDE RFITCVL00.
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = report_name i_internal_tabname = ot_outtab i_structure_name = 'RFUMS_TAX_ITEM' CHANGING ct_fieldcat = lt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = ot_repid i_callback_pf_status_set = 'SET_PF_STATUS' i_callback_user_command = 'USER_COMMAND' it_fieldcat = ot_fieldcat[] is_variant = sav_var i_save = 'A' it_events = ot_event TABLES t_outtab = lt_outtab EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = ls_variant "VARIANT i_save = 'A' IMPORTING es_variant = ls_variant EXCEPTIONS not_found = 1 program_error = 2 OTHERS = 3.
REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING i_save = 'A' CHANGING cs_variant = ls_variant.
DMEE_START CALL FUNCTION 'DMEE_START' EXPORTING i_tree_type = tree_typ i_tree_id = tree_id item = itab_dmee param = space uparam = formatspec "0001108749 TABLES file_output = f_output.
DMEE_PUT_ITEM CALL FUNCTION 'DMEE_PUT_ITEM' EXPORTING item = itab_dmee param = space uparam = formatspec "0001108749 TABLES file_output = f_output.
DMEE_END CALL FUNCTION 'DMEE_END' EXPORTING item = itab_dmee param = space uparam = formatspec "0001108749 TABLES file_output = f_output.
FI_PAYM_FILE_OPEN * CALL FUNCTION 'FI_PAYM_FILE_OPEN' * EXPORTING * i_temse_name = space * i_file_name = fnm_wext.
FI_PAYM_FILE_WRITE * CALL FUNCTION 'FI_PAYM_FILE_WRITE' * TABLES * t_lines = f_output.
FI_FILE_CLOSE * CALL FUNCTION 'FI_FILE_CLOSE'.
DMEE_END CALL FUNCTION 'DMEE_END' EXPORTING item = itab_dmee param = space uparam = formatspec "0001108749 TABLES file_output = f_output.
DMEE_START CALL FUNCTION 'DMEE_START' EXPORTING i_tree_type = tree_typ i_tree_id = tree_id item = itab_dmee param = space uparam = formatspec "0001108749 TABLES file_output = f_output.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = ot_repid i_callback_pf_status_set = 'SET_PF_STATUS' i_callback_user_command = 'USER_COMMAND' it_fieldcat = ot_fieldcat[] is_variant = sav_var i_save = 'A' it_events = ch_event is_layout = ot_layout TABLES t_outtab = err_outtab EXCEPTIONS program_error = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFIDITCVL - Annual Tax Report for Customers/Vendors (Italy) RFIDITCVL - Annual Tax Report for Customers/Vendors (Italy) RFIDITBLIST_SELECTION - Include RFIDITBLIST_SELECTION RFIDITBLIST_MAIN - Include RFIDITBLIST_MAIN RFIDITBLIST_FORMS - Include RFIDITBLIST_FORMS RFIDITBLIST_DATA - Include RFIDITBLIST_DATA