SAP Reports / Programs | Intercompany Data Exchange | SAP Utilities | Intercompany Data Exchange(IS-U-IDE) SAP IS

RITAXREVF01 SAP ABAP INCLUDE - documentation and ABAP source code







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RITAXREVF01. "Basic submit
SUBMIT RITAXREVF01 AND RETURN. "Return to original report after report execution complete
SUBMIT RITAXREVF01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT RITAXREVF01

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RITAXREVF01 or its description.