RITAXREVF01 is a standard ABAP INCLUDE 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 RITAXREVF01 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISU_DB_EITR_UPDATE CALL FUNCTION 'ISU_DB_EITR_UPDATE' EXPORTING x_upd_mode = iv_upd_mode TABLES t_eitr = lt_eitr EXCEPTIONS error_message = 1 OTHERS = 2.
ISU_CREATE_SINGLE_AGG_DOC_TAX CALL FUNCTION 'ISU_CREATE_SINGLE_AGG_DOC_TAX' EXPORTING i_applk = gc_applk_isu i_budat = p_budat i_bldat = p_bldat i_blart = p_aggba i_fikey = p_fikey i_bcbln_reversed =
-opbel IMPORTING et_bcbln = lt_result_doc EXCEPTIONS input_error = 1 no_data_selected = 2 posting_error = 3 aggregation_error = 4 general_error = 5 OTHERS = 6.
DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.
EMMA_LOG_PROCESS_END CALL FUNCTION 'EMMA_LOG_PROCESS_END' EXPORTING iv_bparea = gc_bpa_dr iv_bpcode = 'EDER0010' iv_tcode = 'ETHI_TAXREV' iv_main_bus_objtype = co_objtype_account "'ISUACCOUNT' iv_main_bus_objkey = h_vkont iv_log_handle = log_info-handle "g_handle EXCEPTIONS bparea_not_found = 1 bparea_meas_inactive = 2 bpcode_not_found = 3 system_error = 4 OTHERS = 5.
FKK_FUNC_MODULE_DETERMINE CALL FUNCTION 'FKK_FUNC_MODULE_DETERMINE' EXPORTING i_fbeve = gc_fbeve_r210 i_applk = gc_applk_isu TABLES t_fbstab = lt_fbstab EXCEPTIONS error_message = 1 OTHERS = 2.
ISU_SAMPLE_R210 IF 1 = 2. CALL FUNCTION 'ISU_SAMPLE_R210'. ENDIF.
FKK_REVERSE_DOC CALL FUNCTION 'FKK_REVERSE_DOC' EXPORTING i_opbel =
-opbel i_blart = p_blart i_augrd = p_augrd i_fikey = p_fikey i_stodt = p_stodt i_herkf = gc_herkf_rev i_no_4eyes = co_true i_callr = co_callr_agg EXCEPTIONS cleared_items = 1 OTHERS = 2.
ISU_REVERSE_CA_DOC CALL FUNCTION 'ISU_REVERSE_CA_DOC' EXPORTING x_opbel =
-opbel x_log_object = co_msg_appl_log_fica x_log_subobj = 'ETHITAXREV' CHANGING xy_canc_param = ls_canc_param EXCEPTIONS foreign_lock = 1 general_fault = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.